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
|
||||
=
|
||||
- **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**
|
||||
- Cleanup for submitting to WordPress.org theme repository:
|
||||
- Fixing sticky post problem
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"homepage": "http://understrap.com",
|
||||
"authors": [
|
||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||
|
@ -30,7 +30,7 @@
|
|||
"OwlCarousel2": "~2.0.0-beta.3"
|
||||
},
|
||||
"_source": "https://github.com/holger1411/understrap.git",
|
||||
"_target": "~0.3.7",
|
||||
"_target": "~0.3.8",
|
||||
"_originalSource": "understrap"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "Wordpress Theme framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
11
readme.txt
11
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
|
||||
===
|
||||
|
||||
Website: http://understrap.com
|
||||
|
||||
Child Theme Project: https://github.com/holger1411/understrap-child
|
||||
|
||||
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**
|
||||
- Cleanup for submitting to WordPress.org theme repository:
|
||||
- Fixing sticky post problem
|
||||
|
@ -106,7 +115,7 @@ Installation
|
|||
|
||||
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
|
||||
- Add two or more widgets of any kind to widget area "Hero"
|
||||
- Thats it
|
||||
|
|
|
@ -5,7 +5,7 @@ Author: Holger Koenemann
|
|||
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.
|
||||
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 URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: understrap
|
||||
|
|
Reference in New Issue