preparing 0.8.9 update
This commit is contained in:
parent
3a21223c4d
commit
9a30e9d5de
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
|||
- ** Release 0.8.9 December 28th 2018 **
|
||||
- Update to Bootstrap 4.2.1
|
||||
- Fix for #796 - thx @IanDelMar
|
||||
- Add .editorconfig - thx @IanDelMar
|
||||
- Clean up gulp file and package.json according to #853
|
||||
- Conditionally add pingback - thx @IanDelMar
|
||||
- Add mobile-web-app meta as action - thx @IanDelMar
|
||||
- Fixing spacing and indentation on a lot of spots - thx @IanDelMar
|
||||
- Update comments.php - thx @IanDelMar
|
||||
- Update sidebar-statichero.php - thx @IanDelMar
|
||||
- Update several .php files - thx @IanDelMar
|
||||
- Fix dropdown when setting depth=0 in wp_nav_menu - thx @stevygee
|
||||
- WooCommerce 3.5.2 update - thx @Fatshape
|
||||
- Fix for issue #876 - thx @Noel Springer
|
||||
|
||||
|
||||
- ** Release 0.8.8 November 1st 2018 **
|
||||
- Refactor functions.php - Thx @ylkyrg
|
||||
- Fix for #808 - Thx @VarunBatraIT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.8.8",
|
||||
"version": "0.8.9",
|
||||
"homepage": "http://understrap.com",
|
||||
"authors": [
|
||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||
|
@ -26,6 +26,6 @@
|
|||
"dependencies": {
|
||||
},
|
||||
"_source": "https://github.com/holger1411/understrap.git",
|
||||
"_target": "~0.8.8",
|
||||
"_target": "~0.8.9",
|
||||
"_originalSource": "understrap"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.8.8",
|
||||
"version": "0.8.9",
|
||||
"description": "WordPress Theme framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -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;
|
||||
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
|
||||
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
|
||||
Version: 0.8.8
|
||||
Version: 0.8.9
|
||||
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
||||
UnderStrap is distributed under the terms of the GNU GPL version 2
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
|
Reference in New Issue