Skip to content

Commit 13826c7

Browse files
committed
Version 0.8.8
1 parent efafe11 commit 13826c7

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
### 0.8.8: May 30th, 2022
12
* **Fix** - Update markdown-it and modernizr vulnerable versions
23
* **Fix** - Update vulnerable packages
34

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"keywords": [],

stormbringer-child/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"keywords": [],
@@ -10,13 +10,15 @@
1010
"url": "http://github.com/nicomollet/stormbringer.git"
1111
},
1212
"devDependencies": {
13-
"grunt": "^1.4.0",
13+
"grunt": "^1.5.3",
1414
"grunt-contrib-concat": "^1.0.1",
1515
"grunt-contrib-cssmin": "^4.0.0",
16-
"grunt-contrib-sass": "^1.0.0",
16+
"grunt-contrib-sass": "^2.0.0",
1717
"grunt-contrib-uglify": "^5.0.0",
1818
"grunt-contrib-watch": "^1.1.0",
19+
"grunt-modernizr": "^3.0.2",
1920
"grunt-shell": "^1.1.2",
20-
"grunt-modernizr": "^3.0.2"
21+
"markdown-it": ">=12.3.2",
22+
"modernizr": "^3.12.0"
2123
}
2224
}

stormbringer-child/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Theme Name: Stormbringer Child
33
Description: Child theme for Stormbringer
44
Author: Nicolas Mollet
5-
Version: 0.8.7
5+
Version: 0.8.8
66
Template: stormbringer
77
*/

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Theme URI: https://github.com/nicomollet/stormbringer
44
Github Theme URI: https://github.com/nicomollet/stormbringer
55
Github Branch: master
66
Description: A simple responsive theme based on twitter's bootstrap framework.
7-
Version: 0.8.7
7+
Version: 0.8.8
88
Author: Nicolas Mollet
99
Author URI: http://www.nicolasmollet.com
1010
Text Domain: stormbringer
1111
Tags: translation-ready, full-width-template, custom-menu, grid-layout
12-
Requires PHP: 7.0
12+
Requires PHP: 7.4
1313
License: GNU General Public License v2.0 & Apache License 2.0
1414
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
1515
*/

0 commit comments

Comments
 (0)