diff --git a/README.md b/README.md index 7141ed0..b893fca 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,15 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin ## Changelog +### [1.5.0] - 2020.03.24 + +- move template parts files to page-header dir +- add non minified javascript files for theme review +- change javascript files bundle from webpack to minify +- move javascript files to src/javascript/main directory +- exclude node_modules in test scope +- remove README.md in zip archive + ### [1.4.0] - 2019.11.19 - fix Theme Starter script diff --git a/package-lock.json b/package-lock.json index 3b697ed..0a6aa2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wp-theme-boilerplate", - "version": "1.4.0-based", + "version": "1.5.0-based", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb81dfa..a7fbe41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-theme-boilerplate", - "version": "1.4.0-based", + "version": "1.5.0-based", "description": "Next Generation WordPress Theme Starter Kit", "homepage": "https://github.com/thingsym/wp-theme-boilerplate", "repository": { diff --git a/style.css b/style.css index f025436..0ac86b8 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ Author: thingsym Author URI: https://www.thingslabo.com/ License: GPL2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html -Based: WP Theme Boilerplate v1.4.0 (https://github.com/thingsym/wp-theme-boilerplate) +Based: WP Theme Boilerplate v1.5.0 (https://github.com/thingsym/wp-theme-boilerplate) Text Domain: wp-theme-boilerplate All files, unless otherwise stated, are released under the GNU General Public License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)