From 13826c723b48345b7510c5c416986b6a5725b218 Mon Sep 17 00:00:00 2001 From: Nico Mollet Date: Mon, 30 May 2022 09:12:05 +0200 Subject: [PATCH] Version 0.8.8 --- CHANGELOG.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- stormbringer-child/package.json | 10 ++++++---- stormbringer-child/style.css | 2 +- style.css | 4 ++-- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e3951..f45bf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +### 0.8.8: May 30th, 2022 * **Fix** - Update markdown-it and modernizr vulnerable versions * **Fix** - Update vulnerable packages diff --git a/package-lock.json b/package-lock.json index 75d96ff..7a9c6b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stormbringer", - "version": "0.8.7", + "version": "0.8.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stormbringer", - "version": "0.8.7", + "version": "0.8.8", "license": "Apache-2.0", "devDependencies": { "grunt": "^1.5.3", diff --git a/package.json b/package.json index 99110a5..d23a56a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.8.7", + "version": "0.8.8", "description": "WordPress theme", "license": "Apache-2.0", "keywords": [], diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index bc7a8e2..895d292 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.8.7", + "version": "0.8.8", "description": "WordPress theme", "license": "Apache-2.0", "keywords": [], @@ -10,13 +10,15 @@ "url": "http://github.com/nicomollet/stormbringer.git" }, "devDependencies": { - "grunt": "^1.4.0", + "grunt": "^1.5.3", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-cssmin": "^4.0.0", - "grunt-contrib-sass": "^1.0.0", + "grunt-contrib-sass": "^2.0.0", "grunt-contrib-uglify": "^5.0.0", "grunt-contrib-watch": "^1.1.0", + "grunt-modernizr": "^3.0.2", "grunt-shell": "^1.1.2", - "grunt-modernizr": "^3.0.2" + "markdown-it": ">=12.3.2", + "modernizr": "^3.12.0" } } diff --git a/stormbringer-child/style.css b/stormbringer-child/style.css index b6ac3aa..8b5aecb 100644 --- a/stormbringer-child/style.css +++ b/stormbringer-child/style.css @@ -2,6 +2,6 @@ Theme Name: Stormbringer Child Description: Child theme for Stormbringer Author: Nicolas Mollet -Version: 0.8.7 +Version: 0.8.8 Template: stormbringer */ \ No newline at end of file diff --git a/style.css b/style.css index 516c75a..7508b40 100644 --- a/style.css +++ b/style.css @@ -4,12 +4,12 @@ Theme URI: https://github.com/nicomollet/stormbringer Github Theme URI: https://github.com/nicomollet/stormbringer Github Branch: master Description: A simple responsive theme based on twitter's bootstrap framework. -Version: 0.8.7 +Version: 0.8.8 Author: Nicolas Mollet Author URI: http://www.nicolasmollet.com Text Domain: stormbringer Tags: translation-ready, full-width-template, custom-menu, grid-layout -Requires PHP: 7.0 +Requires PHP: 7.4 License: GNU General Public License v2.0 & Apache License 2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0 */