update to 0.5.7
This commit is contained in:
parent
bef1e8ac46
commit
2406d20714
|
@ -1,4 +1,12 @@
|
||||||
|
|
||||||
|
- ** Release 0.5.7 Feb. 13th 2017 **
|
||||||
|
- Fixing WooCommerce base layout by reverting custom woocommerce integration and switch back to default integration
|
||||||
|
- Adding /js/ folder to watcher task excluding theme.js and theme.min.js
|
||||||
|
- Removing duplicate DIV from "both-sidebars" page template - Thx @evandiamond
|
||||||
|
- Fixing sidebar check
|
||||||
|
- Remove customizer from theme.min.js
|
||||||
|
|
||||||
|
|
||||||
- ** Release 0.5.6 (skipping 0.5.5) Feb. 9th 2017 **
|
- ** Release 0.5.6 (skipping 0.5.5) Feb. 9th 2017 **
|
||||||
- Adding automated tests - thx @carl-alberto
|
- Adding automated tests - thx @carl-alberto
|
||||||
- Remove custom Bootstrap gellery completely
|
- Remove custom Bootstrap gellery completely
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.5.6",
|
"version": "0.5.7",
|
||||||
"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 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/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.5.6
|
Version: 0.5.7
|
||||||
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