diff --git a/CHANGELOG.md b/CHANGELOG.md index 38001df..7a30ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + + - ** Release 0.5.5 Feb. 9th 2017 ** + - Adding automated tests - thx @carl-alberto + - Remove custom Bootstrap gellery completely + - Fixing typos - thx to @catgofire + - Checking for WP coding standards + - Adding a "dist-product" gulp task + - Adding WooCommerce form-checkout.php - thx @stef-k + - Fixing bug #240 - thx @arpage + - Adding AJAX classes to add-to-cart buttons - thx @typeplus + - Updating Jetpack integration + - Fixing "missing" h1 on frontpage problem + - Updating inc/template-tags.php from _s + - Fixing W3C validator issues + - Removing cleancss gulp task from cssnano task sequence due to performance issues + - ** Release 0.5.4 Jan. 25th 2017 ** - Fixing problems with dynamic sidebars (footerfull and statichero) - Thx @NayeemNipun diff --git a/bower.json b/bower.json index 21dd89c..858f461 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.5.3", + "version": "0.5.5", "homepage": "http://understrap.com", "authors": [ "Holger Koenemann " diff --git a/package.json b/package.json index f805443..5160885 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.5.4", + "version": "0.5.5", "description": "Wordpress Theme framework", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "homepage": "https://understrap.com", "dependencies": { "bootstrap": "^4.0.0-alpha.6", - "browser-sync": "^2.18.6", + "browser-sync": "^2.18.7", "del": "^2.2.2", "font-awesome": "^4.7.0", "gulp": "^3.9.1", @@ -43,8 +43,8 @@ "gulp-rename": "^1.2.2", "gulp-rimraf": "^0.2.1", "gulp-sass": "^3.1.0", - "gulp-sourcemaps": "^2.4.0", - "gulp-uglify": "^2.0.0", + "gulp-sourcemaps": "^2.4.1", + "gulp-uglify": "^2.0.1", "gulp-watch": "^4.3.11", "merge2": "^1.0.3", "run-sequence": "^1.2.2", diff --git a/style.css b/style.css index 1c05ded..6db418c 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Description: Combination of AutomatticĀ“s _s theme and Bootstrap 4. Made as a so That downloads everything and moves it in place so that you can recompile your CSS and JS files; A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap A child theme is available on Github, too: https://github.com/holger1411/understrap-child; -Version: 0.5.4 +Version: 0.5.5 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: understrap