Pre Release 0.4.8 changes
This commit is contained in:
parent
dba148c077
commit
1d917cdb88
11
README.md
11
README.md
|
@ -20,21 +20,27 @@ UnderStrap is released under the terms of the GPL version 2 or (at your option)
|
|||
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
|
||||
|
||||
## Changelog
|
||||
- ** 0.4.8 Pre-Release **
|
||||
- ** 0.4.8 Oct. 10th 2016 **
|
||||
- Removing Bower and replace the dependency managment with npm
|
||||
- Update to Bootstrap 4 Alpha 4
|
||||
- Optimizing WooCommerce loop - Thx @typeplus
|
||||
- Updating all dependencies
|
||||
- Add WP Theme logo feature - Thx @jessijean
|
||||
|
||||
- ** 0.4.7 Aug. 15the 2016 **
|
||||
|
||||
- ** 0.4.7 Aug. 15th 2016 **
|
||||
- Fixing problem with tag page
|
||||
- Fixing Navbar "hopping"
|
||||
- Global bugfixing and streamlining performance issues
|
||||
|
||||
|
||||
- ** 0.4.6 Aug. 1st 2016 **
|
||||
- Update to Bootstrap 4 Alpha 3
|
||||
- Adding basic padding to aligned content images
|
||||
- Adding author.php template with author infos
|
||||
- Correct language file + german translation
|
||||
|
||||
|
||||
- ** 0.4.5 Jun. 20th 2016 **
|
||||
- Adding right sanitizing function for customizer
|
||||
- Fixing some escaping problems
|
||||
|
@ -44,6 +50,7 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
|
|||
- Remove unused code, files and dependencies
|
||||
- Adding credits for WP Bootstrap Navwalker by Edward McIntyre
|
||||
|
||||
|
||||
- ** 0.4.4 Jun. 18th 2016 **
|
||||
- Adding the new empty.php page template. Comes just with header, footer and a content area without markup. Good for build up landingpages. An empty canvas for your Bootstrap markup.
|
||||
- Update bower.json dependencies to latest versions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"homepage": "http://understrap.com",
|
||||
"authors": [
|
||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||
|
@ -26,6 +26,6 @@
|
|||
"dependencies": {
|
||||
},
|
||||
"_source": "https://github.com/holger1411/understrap.git",
|
||||
"_target": "~0.4.7",
|
||||
"_target": "~0.4.8",
|
||||
"_originalSource": "understrap"
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a so
|
|||
That downloads everything and move 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 child theme is available on Github, too: https://github.com/holger1411/understrap-child;
|
||||
Version: 0.4.7
|
||||
Version: 0.4.8
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: understrap
|
||||
|
@ -29,7 +29,7 @@ WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstr
|
|||
This file is just used to identify the theme in WordPress.
|
||||
The compiled CSS output can be found in /css/theme.css
|
||||
The SASS sources for it can be found in /sass/
|
||||
The dependencies can be found in /src/ after "gulp copy-assets" terminal command
|
||||
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command
|
||||
|
||||
...and now go out and play!
|
||||
*/
|
||||
|
|
Reference in New Issue