From 064051a30dd7ba732d6b1dba538111e6964735a8 Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Wed, 21 Nov 2012 18:20:54 +0000 Subject: [PATCH] Bump stuff to 1.2.1 --- CHANGELOG.md | 7 +++++++ src/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abcf0a21..cdcf7b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.2.1 + * Allow ! in urls inside the editor (Not Pad urls) + * Allow comments in language files + * More languages (Finish, Spanish, Hindi, Dutch) Thanks to TranslateWiki.net team. + * Bugfix for IE7/8 issue with a JS error #1186 + * Bugfix windows package extraction issue and make the .zip file smaller + # v1.2 * Internationalization / Language / Translation support (i18n) with support for German/French * A frontend/client side testing framework and backend build tests diff --git a/src/package.json b/src/package.json index 9fd180ab..8c95c4d3 100644 --- a/src/package.json +++ b/src/package.json @@ -46,5 +46,5 @@ "engines" : { "node" : ">=0.6.0", "npm" : ">=1.0" }, - "version" : "1.2.0" + "version" : "1.2.1" }