aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rwxr-xr-xmediawiki.lrdevplugin/Info.lua4
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
+}