diff options
author | Robin Krahl <me@robin-krahl.de> | 2014-10-06 18:31:21 +0200 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2014-10-06 18:31:21 +0200 |
commit | 9b31972e6bba8a9665a02cad050d0807a8b9c133 (patch) | |
tree | 0e778fa12903516efde5d9a3ae8e58f11402ba7b | |
parent | dcf7f9b7175aa7ffdb5b69ee1d194e6c4c24fd3e (diff) | |
download | LrMediaWiki-9b31972e6bba8a9665a02cad050d0807a8b9c133.tar.gz LrMediaWiki-9b31972e6bba8a9665a02cad050d0807a8b9c133.tar.bz2 |
Prepare v0.2.3.v0.2.3
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rwxr-xr-x | mediawiki.lrdevplugin/Info.lua | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb92c6..b12c153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # LrMediaWiki changelog
+## v0.2.3: Bugfix (2014-10-06)
+
+This release fixes a bug that caused all uploads to fail under certain
+circumstances and adds image sizing and sharpening options to the export
+dialog.
+
+### Fixed issues
+ - #22: Add image sizing and sharpening option to export dialog (enhancement)
+ - #23: [string "MediaWikiApi.lua"]:68: table index is nil (bug)
+
## v0.2.2: Bundestag (2014-09-08)
This releases brings a few minor changes needed for uploads for the German
diff --git a/mediawiki.lrdevplugin/Info.lua b/mediawiki.lrdevplugin/Info.lua index 96f0bcc..352cad2 100755 --- a/mediawiki.lrdevplugin/Info.lua +++ b/mediawiki.lrdevplugin/Info.lua @@ -24,6 +24,6 @@ return { VERSION = {
major = 0,
minor = 2,
- revision = 2,
+ revision = 3,
},
-}
\ No newline at end of file +}
|