preparing 0.6.1 update
This commit is contained in:
parent
1edee9642e
commit
b095d0e3e4
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,4 +1,18 @@
|
|||
|
||||
- ** Release 0.6.1 May 18th 2017 **
|
||||
- Replacing some older BS3 markup - Thx @typeplus and @Kostas Vrouvas
|
||||
- Add basic error handling for `gulp-plumber` - thx @L422Y
|
||||
- Correcting woo commerce customer login markup
|
||||
- Replacing cssnano with minify-css
|
||||
- Fix deprecated product accessor for EooCommerce 3.0 - Thx @willgorham
|
||||
- Declare woocommerce support - Thx @typeplus
|
||||
- Adding norwegian translation files - Thx @joakimhellum
|
||||
- Adding info for GitHub updater plugin
|
||||
- Fixing imagemin task
|
||||
- Specify correct post templates for jetpack infinite scroll - Thx @typeplus
|
||||
- Streamline 404.php and aligning with other page templates
|
||||
|
||||
|
||||
- ** Release 0.6.0 (skipping 0.5.8 and 0.5.9 ) Apr. 21th 2017 **
|
||||
- Adding WooCommerce 3.0.0 support - Big thx @typeplus
|
||||
- Add npm-debug.log to .gitignore file - thx @OussamaElgoumri
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"homepage": "http://understrap.com",
|
||||
"authors": [
|
||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Wordpress Theme framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -28,10 +28,11 @@
|
|||
"homepage": "https://understrap.com",
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.0.0-alpha.6",
|
||||
"browser-sync": "^2.18.8",
|
||||
"browser-sync": "^2.18.11",
|
||||
"del": "^2.2.2",
|
||||
"font-awesome": "^4.7.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-clean-css": "^3.3.1",
|
||||
"gulp-clone": "^1.0.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-cssnano": "^2.1.2",
|
||||
|
@ -42,12 +43,12 @@
|
|||
"gulp-rename": "^1.2.2",
|
||||
"gulp-rimraf": "^0.2.1",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-sourcemaps": "2.4.1",
|
||||
"gulp-sourcemaps": "2.6.0",
|
||||
"gulp-uglify": "^2.1.2",
|
||||
"gulp-watch": "^4.3.11",
|
||||
"merge2": "^1.0.3",
|
||||
"run-sequence": "^1.2.2",
|
||||
"gulp-clean-css": "^3.0.4",
|
||||
|
||||
"undescores-for-npm": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -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/holger1411/understrap
|
||||
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: understrap
|
||||
|
|
Reference in New Issue