Pre Release 0.4.8 changes

This commit is contained in:
koenemann 2016-10-10 11:35:07 +02:00
parent dba148c077
commit 1d917cdb88
3 changed files with 13 additions and 6 deletions

View File

@ -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 http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
## Changelog ## Changelog
- ** 0.4.8 Pre-Release ** - ** 0.4.8 Oct. 10th 2016 **
- Removing Bower and replace the dependency managment with npm - Removing Bower and replace the dependency managment with npm
- Update to Bootstrap 4 Alpha 4 - 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 problem with tag page
- Fixing Navbar "hopping" - Fixing Navbar "hopping"
- Global bugfixing and streamlining performance issues - Global bugfixing and streamlining performance issues
- ** 0.4.6 Aug. 1st 2016 ** - ** 0.4.6 Aug. 1st 2016 **
- Update to Bootstrap 4 Alpha 3 - Update to Bootstrap 4 Alpha 3
- Adding basic padding to aligned content images - Adding basic padding to aligned content images
- Adding author.php template with author infos - Adding author.php template with author infos
- Correct language file + german translation - Correct language file + german translation
- ** 0.4.5 Jun. 20th 2016 ** - ** 0.4.5 Jun. 20th 2016 **
- Adding right sanitizing function for customizer - Adding right sanitizing function for customizer
- Fixing some escaping problems - 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 - Remove unused code, files and dependencies
- Adding credits for WP Bootstrap Navwalker by Edward McIntyre - Adding credits for WP Bootstrap Navwalker by Edward McIntyre
- ** 0.4.4 Jun. 18th 2016 ** - ** 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. - 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 - Update bower.json dependencies to latest versions

View File

@ -1,6 +1,6 @@
{ {
"name": "understrap", "name": "understrap",
"version": "0.4.7", "version": "0.4.8",
"homepage": "http://understrap.com", "homepage": "http://understrap.com",
"authors": [ "authors": [
"Holger Koenemann <office@holgerkoenemann.de>" "Holger Koenemann <office@holgerkoenemann.de>"
@ -26,6 +26,6 @@
"dependencies": { "dependencies": {
}, },
"_source": "https://github.com/holger1411/understrap.git", "_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.4.7", "_target": "~0.4.8",
"_originalSource": "understrap" "_originalSource": "understrap"
} }

View File

@ -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; 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 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; 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: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap 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. This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/ 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! ...and now go out and play!
*/ */