Skip to content

Commit 5cc1276

Browse files
committed
New Stormbringer version 0.2.0
1 parent 9c714b1 commit 5cc1276

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
* EULA cookie consent
44
* Analytics cookie consent
55

6+
### 0.2.0: July 2nd, 2015
7+
* Upgrade Boostrap to v3.3.5
8+
* Fix gallery shortcode compatibility with jetpack tiled gallery
9+
* Gravity Forms: remove obsolete scss
10+
* Gravity Forms: ajax forms javascript non-render blocking
11+
* Use new wordpress functions: the_archive_title, the_archive_description, the_posts_pagination
12+
* Fix <time> in ISO 8601 format
13+
* Remove custom breadcrumb function in favor of Yoast SEO breadcrumb function
14+
615
### 0.1.9: April 15th, 2015
716
* Upgrade Boostrap to v3.3.4
817
* Fix images align and max-width

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Addthis share buttons:
6060

6161
Customize the admin scheme: https://gist.github.com/nicomollet/7fd3e2e5334ef352abe0
6262

63-
Customize the breadcrumb: https://gist.github.com/nicomollet/c3abea7b047d853fd253
64-
6563

6664
Major components
6765
-----------

inc/plugins/jetpack.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function jetpack_remove_modules ( $modules ) {
1616
unset( $modules['contact-form'] );
1717
unset( $modules['markdown'] );
1818
unset( $modules['verification-tools'] );
19-
//unset( $modules['custom-content-types'] );
19+
unset( $modules['custom-content-types'] );
2020
unset( $modules['minileven'] );
2121
unset( $modules['gravatar-hovercards'] );
2222
unset( $modules['shortlinks'] );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbinger",
3-
"version": "0.1.9",
3+
"version": "0.2.0",
44
"repository" : {
55
"type" : "git",
66
"url" : "http://github.com/nicomollet/stormbringer.git"

scss/application.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $icon-font-path: "../fonts/";
22

33

44
@import "stormbringer_variables";
5-
@import "bootstrap";
5+
@import "bootstrap"; // version 3.3.5
66
@import "common";
77
@import "gravityforms";
88
@import "fonts";

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Theme Name: Stormbringer
33
Theme URI: http://www.nicolasmollet.com
44
Github Theme URI: https://github.com/nicomollet/stormbringer
55
Description: A simple responsive theme based on twitter's bootstrap framework.
6-
Version: 0.1.9
6+
Version: 0.2.0
77
Author: Nicolas Mollet
88
Author URI: http://www.nicolasmollet.com
99
Tags: twitter-bootstrap, cdnjs

0 commit comments

Comments
 (0)