Preparing 0.4.9 release
This commit is contained in:
parent
9ee48288c3
commit
65aeb2d58a
|
@ -20,6 +20,15 @@ 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
|
||||||
|
|
||||||
|
- ** Pre-Release 0.4.9 **
|
||||||
|
- Updating to Bootstrap 4 Alpha 5
|
||||||
|
- Using the correct BS4 markup for navbar - Thx @tedgeving
|
||||||
|
- Inject theme name and version into the footer dynamically - Thx @maxdmyers
|
||||||
|
- Adding a blank template for building up a landingpage via WP editor or als blank canvas for Visual Compoeser etc. - Thx @omarusman
|
||||||
|
- Fixing problem with empty folders after "gulp dist" - Thx @alwizo
|
||||||
|
|
||||||
|
|
||||||
- ** 0.4.8 Oct. 10th 2016 **
|
- ** 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.4.8",
|
"version": "0.4.9",
|
||||||
"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.8",
|
"_target": "~0.4.9",
|
||||||
"_originalSource": "understrap"
|
"_originalSource": "understrap"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.4.8",
|
"version": "0.4.9",
|
||||||
"description": "Wordpress Theme framework",
|
"description": "Wordpress Theme framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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.8
|
Version: 0.4.9
|
||||||
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
|
||||||
|
|
Reference in New Issue