Browse Source

Merge pull request #156 from christianesperar/master

Package release update
Christian Esperar 8 years ago
parent
commit
c15ee305f5
4 changed files with 15 additions and 3 deletions
  1. 1 0
      .gitignore
  2. 3 2
      bower.json
  3. 7 0
      changelog.md
  4. 4 1
      package.json

+ 1 - 0
.gitignore

@@ -1 +1,2 @@
 nbproject
+npm-debug.log

+ 3 - 2
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": [

+ 7 - 0
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

+ 4 - 1
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"