From 6ede651813fe7f925c68cc00dcfbb4bc4748556a Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Wed, 14 Nov 2012 19:30:46 +0000 Subject: [PATCH] v1.2 news into changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613cd896..b2b780d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v.1.2 + * Internationalization / Language / Translation support (i18n) with support for German/French + * A frontend/client side testing framework and backend build tests + * Customizable robots.txt + * Customizable app title (finally you can name your epl instance!) + * eejs render arguments are now passed on to eejs hooks through the newly introduced `renderContext` argument. + * Plugin-specific settings in settings.json (finally allowing for things like a google analytics plugin) + * Serve admin dashboard at /admin (still very limited, though) + * Modify your settings.json through the newly created UI at /admin/settings + * Fix: Import
    's as
      's and not as
        's! + * Added solaris compatibility (bin/installDeps.sh was broken on solaris) + * Fix a bug with IE9 and Password Protected Pads using HTTPS + # v1.1.5 * We updated to express v3 (please [make sure](https://github.com/visionmedia/express/wiki/Migrating-from-2.x-to-3.x) your plugin works under express v3) * `userColor` URL parameter which sets the initial author color