Bump stuff to 1.2.1

This commit is contained in:
johnyma22 2012-11-21 18:20:54 +00:00
parent 122093904f
commit 064051a30d
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -46,5 +46,5 @@
"engines" : { "node" : ">=0.6.0",
"npm" : ">=1.0"
},
"version" : "1.2.0"
"version" : "1.2.1"
}