re-release as 0.8.6
This commit is contained in:
parent
200379c1b7
commit
cebefb96b1
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
||||||
|
- ** Release 0.8.6 July 26th 2018 **
|
||||||
|
- Re - Release
|
||||||
|
|
||||||
|
- ** Release 0.8.5 July 26th 2018 **
|
||||||
|
- Update to Bootstrap 4.1.3
|
||||||
|
|
||||||
|
- ** Release 0.8.4 July 16th 2018 ** Maintenace Release:
|
||||||
|
- Update to Bootstrap 4.1.2
|
||||||
|
- fixing sidebar.php problem
|
||||||
|
- Revert to Gulp 3.x support
|
||||||
|
|
||||||
- ** Release 0.8.3 July 3rd 2018 **
|
- ** Release 0.8.3 July 3rd 2018 **
|
||||||
- Update to Bootstrap 4.1.1
|
- Update to Bootstrap 4.1.1
|
||||||
- Update to Gulp 4
|
- Update to Gulp 4
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.8.4",
|
"version": "0.8.6",
|
||||||
"homepage": "http://understrap.com",
|
"homepage": "http://understrap.com",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.8.4",
|
"version": "0.8.6",
|
||||||
"description": "WordPress Theme framework",
|
"description": "WordPress Theme framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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;
|
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 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;
|
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
|
||||||
Version: 0.8.4
|
Version: 0.8.6
|
||||||
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
||||||
UnderStrap is distributed under the terms of the GNU GPL version 2
|
UnderStrap is distributed under the terms of the GNU GPL version 2
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
Reference in New Issue