Update to 0.5.5 preparations
This commit is contained in:
parent
2c1522f1c9
commit
065026291b
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,4 +1,20 @@
|
||||||
|
|
||||||
|
- ** Release 0.5.5 Feb. 9th 2017 **
|
||||||
|
- Adding automated tests - thx @carl-alberto
|
||||||
|
- Remove custom Bootstrap gellery completely
|
||||||
|
- Fixing typos - thx to @catgofire
|
||||||
|
- Checking for WP coding standards
|
||||||
|
- Adding a "dist-product" gulp task
|
||||||
|
- Adding WooCommerce form-checkout.php - thx @stef-k
|
||||||
|
- Fixing bug #240 - thx @arpage
|
||||||
|
- Adding AJAX classes to add-to-cart buttons - thx @typeplus
|
||||||
|
- Updating Jetpack integration
|
||||||
|
- Fixing "missing" h1 on frontpage problem
|
||||||
|
- Updating inc/template-tags.php from _s
|
||||||
|
- Fixing W3C validator issues
|
||||||
|
- Removing cleancss gulp task from cssnano task sequence due to performance issues
|
||||||
|
|
||||||
|
|
||||||
- ** Release 0.5.4 Jan. 25th 2017 **
|
- ** Release 0.5.4 Jan. 25th 2017 **
|
||||||
- Fixing problems with dynamic sidebars (footerfull and statichero) - Thx @NayeemNipun
|
- Fixing problems with dynamic sidebars (footerfull and statichero) - Thx @NayeemNipun
|
||||||
- Removes Owl Carousel slider and replace it with the BS4 carousel
|
- Removes Owl Carousel slider and replace it with the BS4 carousel
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.5.3",
|
"version": "0.5.5",
|
||||||
"homepage": "http://understrap.com",
|
"homepage": "http://understrap.com",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.5.4",
|
"version": "0.5.5",
|
||||||
"description": "Wordpress Theme framework",
|
"description": "Wordpress Theme framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"homepage": "https://understrap.com",
|
"homepage": "https://understrap.com",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^4.0.0-alpha.6",
|
"bootstrap": "^4.0.0-alpha.6",
|
||||||
"browser-sync": "^2.18.6",
|
"browser-sync": "^2.18.7",
|
||||||
"del": "^2.2.2",
|
"del": "^2.2.2",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
|
@ -43,8 +43,8 @@
|
||||||
"gulp-rename": "^1.2.2",
|
"gulp-rename": "^1.2.2",
|
||||||
"gulp-rimraf": "^0.2.1",
|
"gulp-rimraf": "^0.2.1",
|
||||||
"gulp-sass": "^3.1.0",
|
"gulp-sass": "^3.1.0",
|
||||||
"gulp-sourcemaps": "^2.4.0",
|
"gulp-sourcemaps": "^2.4.1",
|
||||||
"gulp-uglify": "^2.0.0",
|
"gulp-uglify": "^2.0.1",
|
||||||
"gulp-watch": "^4.3.11",
|
"gulp-watch": "^4.3.11",
|
||||||
"merge2": "^1.0.3",
|
"merge2": "^1.0.3",
|
||||||
"run-sequence": "^1.2.2",
|
"run-sequence": "^1.2.2",
|
||||||
|
|
|
@ -7,7 +7,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.5.4
|
Version: 0.5.5
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: understrap
|
Text Domain: understrap
|
||||||
|
|
Reference in New Issue