Preparing update to 0.9.0
This commit is contained in:
parent
d3ca94654d
commit
c33e8f6bae
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
- ** Release 0.9.0 February 12th, 2019 **
|
||||
- Update to Bootstrap 4.3.0
|
||||
- Update both-sidebarspage.php - thx @stevygee
|
||||
- Update left-sidebar.php - thx @stevygee
|
||||
- Update right-sidebars.php - thx @stevygee
|
||||
- Add deprecated.php - thx @IanDelMar
|
||||
- Escape translation fix - thx @IanDelMar
|
||||
- Update WooCommerce templates to 3.5.3
|
||||
- HTTPS Links - thx @Noel Springer
|
||||
- Adding Slovene Translation - thx @Fatshape
|
||||
- Update pt_Pt translation - thx @jfig
|
||||
|
||||
- ** Release 0.8.9 December 28th 2018 **
|
||||
- Update to Bootstrap 4.2.1
|
||||
- Fix for #796 - thx @IanDelMar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.8.9",
|
||||
"version": "0.9.0",
|
||||
"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.9",
|
||||
"_target": "~0.9.0",
|
||||
"_originalSource": "understrap"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.8.9",
|
||||
"version": "0.9.0",
|
||||
"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.9
|
||||
Version: 0.9.0
|
||||
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
|
||||
|
@ -21,7 +21,6 @@ UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automat
|
|||
Resource Licenses:
|
||||
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
|
||||
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
|
||||
and of course
|
||||
jQuery: https://jquery.org | (Code licensed under MIT)
|
||||
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
|
||||
|
|
Reference in New Issue