update changelog to 0.81

This commit is contained in:
Holger Könemann 2018-03-07 11:08:50 +01:00
parent 2ab8c6a88f
commit f87e49904e
8 changed files with 37 additions and 14 deletions

View File

@ -1,15 +1,34 @@
- ** Release 0.8.1 March 7th 2018 **
- Updating dependencies
- Fixing and improing gulpfile.js - thx @0dp
- add function exists check in custom-comments.php - Thx @MarieComet
- Updated the markup for input groups according to BS 4 changes - Thx @IngoVals
- Lot of fixes and improvements - Thx @Thomas-A-Reinert and @lilolbear
- Fixes invalid code due to WP´s itemprop insertion - Thx @Thomas-A-Reinert
- Enhanced contrast to comply with WCAG 2.0 rules - Thx @Thomas-A-Reinert
- Fixing typos in FR translation - Thx @MarieComet
- Adding hebrew language file - Thx @asaf147369
- Adding gulp-autoprefixer - Thx @axlright
- Updating WooCommerce compatibility
- Adding turkish translation - thx @mavisland
- Adding gulpconfig - Thx @lilolbear
- Enable woocommerce product gallery slider by default. - Thx @typeplus
- ** Release 0.8.0 January 22th 2018 ** - ** Release 0.8.0 January 22th 2018 **
- Update to Bootstrap 4 (no more Beta...) - Update to Bootstrap 4 (no more Beta...)
- ** Release 0.7.0 December 29th 2017 ** - ** Release 0.7.0 December 29th 2017 **
- Update to Bootstrap 4 Beta 3 - Update to Bootstrap 4 Beta 3
- Create rigth-sidebar-check.php - Thx @Vishal-Deshpande - Create rigth-sidebar-check.php - Thx @Vishal-Deshpande
- Fixing container type customizer setting - Thx @0dp - Fixing container type customizer setting - Thx @0dp
- Fixing comments.php - Thx @Vishal-Deshpande - Fixing comments.php - Thx @Vishal-Deshpande
- ** Release 0.6.12 December 14th 2017 ** - ** Release 0.6.12 December 14th 2017 **
- Hotfix release - Hotfix release
- ** Release 0.6.11 December 11th 2017 ** - ** Release 0.6.11 December 11th 2017 **
- Fixing WooCommerce functions - Fixing WooCommerce functions
- Fixing sanitizing, escaping and prefix´s issues - Fixing sanitizing, escaping and prefix´s issues
@ -22,6 +41,7 @@
- ** Release 0.6.10 December 4th 2017 ** - ** Release 0.6.10 December 4th 2017 **
- Hotfix release - Hotfix release
- ** Release 0.6.9 November 28th 2017 ** - ** Release 0.6.9 November 28th 2017 **
- Basic guideline adjustments - Basic guideline adjustments
- Update prefixes - Update prefixes
@ -36,6 +56,7 @@
- Theme check updates - Theme check updates
- Bugfix release - Bugfix release
- ** Release 0.6.7 November 24th 2017 ** - ** Release 0.6.7 November 24th 2017 **
- Workaround for jQuery inconsistency problem between Bootstrap Beta 2 and WordPress in noConflict mode - Workaround for jQuery inconsistency problem between Bootstrap Beta 2 and WordPress in noConflict mode
- Adding jQuery slim 3.2.1 - Adding jQuery slim 3.2.1
@ -60,9 +81,11 @@
- ** Release 0.6.5 August 17h 2017 ** - ** Release 0.6.5 August 17h 2017 **
- Hot fix release - Hot fix release
- ** Release 0.6.4.1 August 17h 2017 ** - ** Release 0.6.4.1 August 17h 2017 **
- Hot fix release - Rebuild new Bootstrap 4 Beta navbar markup into UnderStrap - Hot fix release - Rebuild new Bootstrap 4 Beta navbar markup into UnderStrap
- ** Release 0.6.3 August 14h 2017 ** - ** Release 0.6.3 August 14h 2017 **
- Update to Bootstrap 4 Beta - Update to Bootstrap 4 Beta
- Fixing wrong escaping - Thx @ramiy - Fixing wrong escaping - Thx @ramiy

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
/**! /**!
* @fileOverview Kickass library to create and place poppers near their reference elements. * @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.12.9 * @version 1.13.0
* @license * @license
* Copyright (c) 2016 Federico Zivolo and contributors * Copyright (c) 2016 Federico Zivolo and contributors
* *

2
js/theme.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "understrap", "name": "understrap",
"version": "0.8.0", "version": "0.8.1",
"description": "WordPress Theme framework", "description": "WordPress Theme framework",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -28,30 +28,30 @@
"homepage": "https://understrap.com", "homepage": "https://understrap.com",
"dependencies": { "dependencies": {
"bootstrap": "4.0.0", "bootstrap": "4.0.0",
"browser-sync": "^2.22.0", "browser-sync": "^2.23.6",
"del": "^3.0.0", "del": "^3.0.0",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"gulp": "^3.9.1", "gulp": "3.9.1",
"gulp-clean-css": "^3.9.1", "gulp-clean-css": "^3.9.2",
"gulp-clone": "^1.1.4", "gulp-clone": "2.0.1",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2", "gulp-cssnano": "^2.1.2",
"gulp-ignore": "^2.0.2", "gulp-ignore": "^2.0.2",
"gulp-imagemin": "^4.0.0", "gulp-imagemin": "^4.1.0",
"gulp-merge": "^0.1.1", "gulp-merge": "^0.1.1",
"gulp-plumber": "^1.2.0", "gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1", "gulp-replace": "^0.6.1",
"gulp-rimraf": "^0.2.2", "gulp-rimraf": "^0.2.2",
"gulp-sass": "^3.1.0", "gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6", "gulp-sequence": "1.0.0",
"gulp-sourcemaps": "2.6.2", "gulp-sourcemaps": "2.6.2",
"gulp-uglify": "^3.0.0", "gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11", "gulp-watch": "5.0.0",
"merge2": "^1.2.1", "merge2": "^1.2.1",
"popper.js": "^1.13.0", "popper.js": "^1.12.9",
"run-sequence": "^2.2.1", "run-sequence": "^2.2.1",
"undescores-for-npm": "^1.0.0", "undescores-for-npm": "^1.0.0",
"gulp-autoprefixer": "^4.1.0" "gulp-autoprefixer": "^5.0.0"
} }
} }

View File

@ -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.0 Version: 0.8.1
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