From 9a30e9d5de2452cc18226305fc0c3985d05b9289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Ko=CC=88nemann?= Date: Fri, 28 Dec 2018 09:50:41 +0100 Subject: [PATCH] preparing 0.8.9 update --- CHANGELOG.md | 16 ++++++++++++++++ bower.json | 4 ++-- package.json | 2 +- style.css | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 293a446..ee7143c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + - ** Release 0.8.9 December 28th 2018 ** + - Update to Bootstrap 4.2.1 + - Fix for #796 - thx @IanDelMar + - Add .editorconfig - thx @IanDelMar + - Clean up gulp file and package.json according to #853 + - Conditionally add pingback - thx @IanDelMar + - Add mobile-web-app meta as action - thx @IanDelMar + - Fixing spacing and indentation on a lot of spots - thx @IanDelMar + - Update comments.php - thx @IanDelMar + - Update sidebar-statichero.php - thx @IanDelMar + - Update several .php files - thx @IanDelMar + - Fix dropdown when setting depth=0 in wp_nav_menu - thx @stevygee + - WooCommerce 3.5.2 update - thx @Fatshape + - Fix for issue #876 - thx @Noel Springer + + - ** Release 0.8.8 November 1st 2018 ** - Refactor functions.php - Thx @ylkyrg - Fix for #808 - Thx @VarunBatraIT diff --git a/bower.json b/bower.json index 8f43d67..cefcddf 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.8.8", + "version": "0.8.9", "homepage": "http://understrap.com", "authors": [ "Holger Koenemann " @@ -26,6 +26,6 @@ "dependencies": { }, "_source": "https://github.com/holger1411/understrap.git", - "_target": "~0.8.8", + "_target": "~0.8.9", "_originalSource": "understrap" } diff --git a/package.json b/package.json index 005d08d..87afb95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.8.8", + "version": "0.8.9", "description": "WordPress Theme framework", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index e1c5cfe..73caf47 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,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/understrap/understrap A child theme is available on Github, too: https://github.com/understrap/understrap-child; -Version: 0.8.8 +Version: 0.8.9 License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann UnderStrap is distributed under the terms of the GNU GPL version 2 License URI: http://www.gnu.org/licenses/gpl-2.0.html