Preparing 0.8.2 release
This commit is contained in:
parent
b4e084959e
commit
732c5cb236
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,3 +1,20 @@
|
||||||
|
- ** Release 0.8.2 April 11th 2018 **
|
||||||
|
- Update to Bootstrap 4.1
|
||||||
|
- Adding CONTRIBUTING.md and ISSUE_TEMPLATE.md - Thx @Thomas-A-Reinert
|
||||||
|
- Adding empty JS file into build process for adding own JS more easily - Thx @Thomas-A-Reinert
|
||||||
|
- WooCommerce update and cleanup - Thx @ZacharyElkins
|
||||||
|
- Adding SASS source map functionality - Thx @axlright
|
||||||
|
- Cleanup - Thx @axlright
|
||||||
|
- Adding custom editor SASS stylesheet into build process
|
||||||
|
- Remove woocommerce.php integration and replace it with hooked approach - See: https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/#section-5
|
||||||
|
- New pagination - Thx @0dp
|
||||||
|
- Update functions.php - Thx @0dp
|
||||||
|
- Add pluggable functions - Thx @axlright
|
||||||
|
- Add polish translation - Thx @mirzal
|
||||||
|
- Adding timestamp to js and css resources to prevent caching while developinh - Thx @@gintsmurans
|
||||||
|
- Improve left sidebar check - Thx @ZacharyElkins
|
||||||
|
|
||||||
|
|
||||||
- ** Release 0.8.1 March 7th 2018 **
|
- ** Release 0.8.1 March 7th 2018 **
|
||||||
- Updating dependencies
|
- Updating dependencies
|
||||||
- Fixing and improing gulpfile.js - thx @0dp
|
- Fixing and improing gulpfile.js - thx @0dp
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.8.0",
|
"version": "0.8.2",
|
||||||
"homepage": "http://understrap.com",
|
"homepage": "http://understrap.com",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||||
|
|
|
@ -8,7 +8,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.8.1
|
Version: 0.8.2
|
||||||
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
||||||
UnderStrap is distributed under the terms of the GNU GPL version 2
|
UnderStrap is distributed under the terms of the GNU GPL version 2
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
Reference in New Issue