diff --git a/.gitignore b/.gitignore index 1ffd7408..e0171400 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ nbproject +npm-debug.log diff --git a/bower.json b/bower.json index 785bb66e..fafadaae 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,10 @@ { "name": "gentelella", - "version": "1.1.0", + "version": "1.2.0", "homepage": "https://colorlib.com/polygon/gentelella/index.html", "authors": [ - "Aigars Silkalns" + "Aigars Silkalns", + "Christian Esperar" ], "description": "Gentellela Admin is a free to use Bootstrap admin template", "keywords": [ diff --git a/changelog.md b/changelog.md index e3957d40..1a57e5e3 100644 --- a/changelog.md +++ b/changelog.md @@ -13,3 +13,10 @@ Earlier there were no changelog at all and we have introduced one now and we wil * Add multilevel menu * Mobile comptibility enhancement + +### 1.2.0 - 19.05.2016 + +* Fix menu not become active if url contains parameters +* Fix form upload form not adjust on large number of files +* Remove invalid css +* Add fixed sidebar functionalities \ No newline at end of file diff --git a/package.json b/package.json index f45eddb4..dbe8b8c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gentelella", - "version": "1.1.0", + "version": "1.2.0", "description": "Gentellela Admin is a free to use Bootstrap admin template", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -21,6 +21,9 @@ "responsive" ], "author": "Aigars Silkalns", + "contributors": [ + "Christian Esperar" + ], "license": "MIT", "bugs": { "url": "https://github.com/puikinsh/gentelella/issues"