Update to 0.5.4
This commit is contained in:
parent
eeb27b00c7
commit
93ab7b19b7
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,4 +1,24 @@
|
||||||
|
|
||||||
|
- ** Release 0.5.4 Jan. 25th 2017 **
|
||||||
|
- Fixing problems with dynamic sidebars (footerfull and statichero) - Thx @NayeemNipun
|
||||||
|
- Removes Owl Carousel slider and replace it with the BS4 carousel
|
||||||
|
- Fixing "both sidebars" problem - Thx @ZXCVLuke
|
||||||
|
- SEO improvements - Thx @raisonon
|
||||||
|
- CSS cleanup
|
||||||
|
- Updating dependencies
|
||||||
|
|
||||||
|
|
||||||
|
- ** Release 0.5.3 Jan. 12th 2017 **
|
||||||
|
- Updating dependencies
|
||||||
|
- Adding BS4 styles to editor style formats - Thx @ZXCVLuke
|
||||||
|
- Adding theme css to editor
|
||||||
|
- Dynamize the full footer and static hero widget area.
|
||||||
|
- Custom header preparations
|
||||||
|
- adding customizer edit icon support
|
||||||
|
- Fixing "no sidebar" problem
|
||||||
|
- Update Custom Logo Tags - Thx @jessijean
|
||||||
|
|
||||||
|
|
||||||
- ** Release 0.5.2 Jan. 7th 2017 **
|
- ** Release 0.5.2 Jan. 7th 2017 **
|
||||||
- Updating to Bootstrap 4 Alpha 6
|
- Updating to Bootstrap 4 Alpha 6
|
||||||
- Fixing german translation issues
|
- Fixing german translation issues
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.5.3",
|
"version": "0.5.4",
|
||||||
"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.3
|
Version: 0.5.4
|
||||||
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