Preparing pre-release for 0.3.8
This commit is contained in:
parent
ad972f5a8f
commit
b02a8a0fa2
|
@ -9,6 +9,11 @@ Child Theme Project: https://github.com/holger1411/understrap-child
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
=
|
=
|
||||||
|
- **0.3.8 Mar. 9th 2016 Pre-Release**
|
||||||
|
- Adding footer widget area
|
||||||
|
- Adjust Bootstrap markup for searchform and search widget
|
||||||
|
|
||||||
|
|
||||||
- **0.3.7 Jan. 8th 2016**
|
- **0.3.7 Jan. 8th 2016**
|
||||||
- Cleanup for submitting to WordPress.org theme repository:
|
- Cleanup for submitting to WordPress.org theme repository:
|
||||||
- Fixing sticky post problem
|
- Fixing sticky post problem
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.3.7",
|
"version": "0.3.8",
|
||||||
"homepage": "http://understrap.com",
|
"homepage": "http://understrap.com",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"OwlCarousel2": "~2.0.0-beta.3"
|
"OwlCarousel2": "~2.0.0-beta.3"
|
||||||
},
|
},
|
||||||
"_source": "https://github.com/holger1411/understrap.git",
|
"_source": "https://github.com/holger1411/understrap.git",
|
||||||
"_target": "~0.3.7",
|
"_target": "~0.3.8",
|
||||||
"_originalSource": "understrap"
|
"_originalSource": "understrap"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.3.7",
|
"version": "0.3.8",
|
||||||
"description": "Wordpress Theme framework",
|
"description": "Wordpress Theme framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
13
readme.txt
13
readme.txt
|
@ -1,10 +1,19 @@
|
||||||
|
Start talking: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/holger1411/understrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)
|
||||||
|
|
||||||
UnderStrap WordPress Theme Framework
|
UnderStrap WordPress Theme Framework
|
||||||
===
|
===
|
||||||
|
|
||||||
Website: http://understrap.com
|
Website: http://understrap.com
|
||||||
|
|
||||||
|
Child Theme Project: https://github.com/holger1411/understrap-child
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
=
|
=
|
||||||
|
- **0.3.8 Mar. 9th 2016 Pre-Release**
|
||||||
|
- Adding footer widget area
|
||||||
|
- Adjust Bootstrap markup for searchform and search widget
|
||||||
|
|
||||||
|
|
||||||
- **0.3.7 Jan. 8th 2016**
|
- **0.3.7 Jan. 8th 2016**
|
||||||
- Cleanup for submitting to WordPress.org theme repository:
|
- Cleanup for submitting to WordPress.org theme repository:
|
||||||
- Fixing sticky post problem
|
- Fixing sticky post problem
|
||||||
|
@ -13,7 +22,7 @@ Changelog
|
||||||
- adding readme.txt
|
- adding readme.txt
|
||||||
- Fixing missing translation strings in comments template
|
- Fixing missing translation strings in comments template
|
||||||
|
|
||||||
|
|
||||||
- **0.3.6 Jan. 4th 2016**
|
- **0.3.6 Jan. 4th 2016**
|
||||||
- Cleanup
|
- Cleanup
|
||||||
- Updating dependencies
|
- Updating dependencies
|
||||||
|
@ -106,7 +115,7 @@ Installation
|
||||||
|
|
||||||
How to use the build-in Widget Slider?
|
How to use the build-in Widget Slider?
|
||||||
=
|
=
|
||||||
The frontpage slider is widget driven. Simply add more than one widget to widget position.
|
The frontpage slider is widget driven. Simply add more than one widget to widget position "Hero".
|
||||||
- Click on Appearance -> Widgets
|
- Click on Appearance -> Widgets
|
||||||
- Add two or more widgets of any kind to widget area "Hero"
|
- Add two or more widgets of any kind to widget area "Hero"
|
||||||
- Thats it
|
- Thats it
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Holger Koenemann
|
||||||
Author URI: http://www.holgerkoenemann.de
|
Author URI: http://www.holgerkoenemann.de
|
||||||
Description: Combination of Automattic´s _s theme and Bootstrap SASS. Made as a solid starting point for your next theme project and WordPress website. Including Font Awesome support, build-in widget slider and much more you need for basic websites.
|
Description: Combination of Automattic´s _s theme and Bootstrap SASS. Made as a solid starting point for your next theme project and WordPress website. Including Font Awesome support, build-in widget slider and much more you need for basic websites.
|
||||||
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
|
||||||
Version: 0.3.7
|
Version: 0.3.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
|
||||||
|
|
Reference in New Issue