Skip to content

Commit

Permalink
Commit before deploy of new version
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed Dec 4, 2016
1 parent 457dbdc commit d27a249
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
12 changes: 9 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ module.exports = function(grunt) {
'*.json', //For now bower it is not uploaded
'*.txt',
'*.md',
'*.php'
'*.php',
'*.js',
]
}
},
Expand Down Expand Up @@ -500,8 +501,12 @@ module.exports = function(grunt) {
},

clean: { // https://github.com/gruntjs/grunt-contrib-clean
options: { force: true },
clean: ['../ItalyStrap']
options: {
force: true,
// 'no-write': true
},
// clean: ['../ItalyStrap']
trunk: ['E:/Dropbox/svn-wordpress/italystrap/trunk/*']

},

Expand Down Expand Up @@ -713,6 +718,7 @@ module.exports = function(grunt) {
'prompt',
'compress:main',
'github-release',
'clean',
'copy',
'gitcheckout:mastertodev',
'gitmerge:frommaster',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Make your web site more powerful",
"author": "Enea Overclokk",
"homepage": "http://www.overclokk.net/italystrap",
"version": "2.2.0",
"version": "2.2.1",
"license": "GPL-2.0",
"repository": {
"type": "git",
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,16 @@ If you have any problem please open a ticket :-)
== Changelog ==

= 2.2.1 =
Release Date: November 13th, 2016
Release Date: Dicember 4th, 2016

Dev time: 50h
Dev time: 100h

* Added jpeg_quality option
* Improved validation on options saving
* Fixed excerpt more output
* Improved validation of options on settings saving
* Fixed excerpt more output in Widget Posts
* Fixed a php fatal error on new install
* fixed undefined index on new install
* Some code refactoring

= 2.2.0 =
Release Date: November 13th, 2016
Expand Down

0 comments on commit d27a249

Please sign in to comment.