Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jan 28, 2015
1 parent 457bb2c commit d356a1d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Maera {

function __construct() {

Maera_Helper::define( 'MAERA_VERSION', '1.0.3' );
Maera_Helper::define( 'MAERA_VERSION', '1.1.0' );
Maera_Helper::define( 'MAERA_ASSETS_URL', get_stylesheet_directory_uri() . '/assets' );

add_filter( 'kirki/config', array( $this, 'customizer_config' ) );
Expand Down
18 changes: 18 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ Chrome, Firefox, Safari and IE10+ are supported. IE7, IE8 and IE9 are not suppor

More detail on the theme [commit page](https://github.com/presscodes/maera/commits).

= 1.1.0 =

* Fix: Most methods are not non-static.
* New: The theme is now more OOP.
* New: You can now choose a caching method from the admin options.
* Fix: Disabling file caches (there were issues on sites hosted on WPEngine).
* Fix: Updating the Maera_Logo_Widget rendering method.
* Fix: Typo preventing proper template rendering for tag archives.
* Fix: Added check for MAERA_VERSION constant.
* Fix: Code cleanup.
* New: Introducing a Maera_Helper class.
* Fix: Move file requires outside the main Maera object.
* Fix: Moved test_missing method to the Maera_Required_Plugins class.
* Fix: Moved get_search_form method to the Maera_Template class.
* Fix: Moved body_class method to the Maera_Styles class.
* Fix: Renamed the Maera_Template->main method to Maera_Template->render.
* New: Introducing new "screen-reader-text" classes as per https://make.wordpress.org/accessibility/2015/01/27/test-chat-summary-januari-26/

= 1.0.3 =

* Fix: Jetpack was being forced to Dev mode some hosts even when dev mode was disabled from the theme options dashboard.
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Maera
Theme URI: http://maera.io
Description: Advanced WordPress theme based on Bootstrap.
Version: 1.0.3
Version: 1.1.0
Author: aristath, fovoc
Author URI: http://wpmu.io
License: GPL v2 License
Expand Down

0 comments on commit d356a1d

Please sign in to comment.