Skip to content

Commit

Permalink
New Stormbringer version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Jul 2, 2015
1 parent 9c714b1 commit 5cc1276
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
* EULA cookie consent
* Analytics cookie consent

### 0.2.0: July 2nd, 2015
* Upgrade Boostrap to v3.3.5
* Fix gallery shortcode compatibility with jetpack tiled gallery
* Gravity Forms: remove obsolete scss
* Gravity Forms: ajax forms javascript non-render blocking
* Use new wordpress functions: the_archive_title, the_archive_description, the_posts_pagination
* Fix <time> in ISO 8601 format
* Remove custom breadcrumb function in favor of Yoast SEO breadcrumb function

### 0.1.9: April 15th, 2015
* Upgrade Boostrap to v3.3.4
* Fix images align and max-width
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ Addthis share buttons:

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

Customize the breadcrumb: https://gist.github.com/nicomollet/c3abea7b047d853fd253


Major components
-----------
Expand Down
2 changes: 1 addition & 1 deletion inc/plugins/jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function jetpack_remove_modules ( $modules ) {
unset( $modules['contact-form'] );
unset( $modules['markdown'] );
unset( $modules['verification-tools'] );
//unset( $modules['custom-content-types'] );
unset( $modules['custom-content-types'] );
unset( $modules['minileven'] );
unset( $modules['gravatar-hovercards'] );
unset( $modules['shortlinks'] );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbinger",
"version": "0.1.9",
"version": "0.2.0",
"repository" : {
"type" : "git",
"url" : "http://github.com/nicomollet/stormbringer.git"
Expand Down
2 changes: 1 addition & 1 deletion scss/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $icon-font-path: "../fonts/";


@import "stormbringer_variables";
@import "bootstrap";
@import "bootstrap"; // version 3.3.5
@import "common";
@import "gravityforms";
@import "fonts";
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: Stormbringer
Theme URI: http://www.nicolasmollet.com
Github Theme URI: https://github.com/nicomollet/stormbringer
Description: A simple responsive theme based on twitter's bootstrap framework.
Version: 0.1.9
Version: 0.2.0
Author: Nicolas Mollet
Author URI: http://www.nicolasmollet.com
Tags: twitter-bootstrap, cdnjs
Expand Down

0 comments on commit 5cc1276

Please sign in to comment.