diff --git a/README.md b/README.md index 483d516..2125c0e 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,27 @@ UnderStrap is released under the terms of the GPL version 2 or (at your option) http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ## Changelog - - ** 0.4.8 Pre-Release ** + - ** 0.4.8 Oct. 10th 2016 ** - Removing Bower and replace the dependency managment with npm - Update to Bootstrap 4 Alpha 4 + - Optimizing WooCommerce loop - Thx @typeplus + - Updating all dependencies + - Add WP Theme logo feature - Thx @jessijean - - ** 0.4.7 Aug. 15the 2016 ** + + - ** 0.4.7 Aug. 15th 2016 ** - Fixing problem with tag page - Fixing Navbar "hopping" - Global bugfixing and streamlining performance issues + - ** 0.4.6 Aug. 1st 2016 ** - Update to Bootstrap 4 Alpha 3 - Adding basic padding to aligned content images - Adding author.php template with author infos - Correct language file + german translation + - ** 0.4.5 Jun. 20th 2016 ** - Adding right sanitizing function for customizer - Fixing some escaping problems @@ -44,6 +50,7 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html - Remove unused code, files and dependencies - Adding credits for WP Bootstrap Navwalker by Edward McIntyre + - ** 0.4.4 Jun. 18th 2016 ** - Adding the new empty.php page template. Comes just with header, footer and a content area without markup. Good for build up landingpages. An empty canvas for your Bootstrap markup. - Update bower.json dependencies to latest versions diff --git a/bower.json b/bower.json index ec4b710..1f621ee 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.7", + "version": "0.4.8", "homepage": "http://understrap.com", "authors": [ "Holger Koenemann " @@ -26,6 +26,6 @@ "dependencies": { }, "_source": "https://github.com/holger1411/understrap.git", - "_target": "~0.4.7", + "_target": "~0.4.8", "_originalSource": "understrap" } diff --git a/style.css b/style.css index 76db2e8..a4d156c 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 move 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.4.7 +Version: 0.4.8 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: understrap @@ -29,7 +29,7 @@ WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstr This file is just used to identify the theme in WordPress. The compiled CSS output can be found in /css/theme.css The SASS sources for it can be found in /sass/ -The dependencies can be found in /src/ after "gulp copy-assets" terminal command +The dependencies can be found in /src/ after running "gulp copy-assets" terminal command ...and now go out and play! */