Skip to content

Commit

Permalink
v1.1.13 (#73)
Browse files Browse the repository at this point in the history
v1.1.13
  • Loading branch information
aristath authored Jul 29, 2019
2 parents ba1448f + 4e10861 commit d36dd11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @since 1.0
*/
define( 'GRIDD_VERSION', '1.1.12' );
define( 'GRIDD_VERSION', '1.1.13' );

/**
* Gracefully fail if the user is on an old PHP version
Expand Down
1 change: 0 additions & 1 deletion grid-parts/classes/Nav_Handheld.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class Nav_Handheld extends Grid_Part {
* @return void
*/
public function init() {
$this->register_rest_api_partials();
add_action( 'widgets_init', [ $this, 'register_sidebar' ] );
add_action( 'gridd_the_grid_part', [ $this, 'render' ] );
add_action( 'gridd_the_partial', [ $this, 'the_partial' ] );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-com
Requires at least: 4.9
Tested up to: 5.2
Requires PHP: 5.6
Stable tag: 1.1.12
Stable tag: 1.1.13
License: GNU General Public License v2.0 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -36,6 +36,10 @@ You can install the theme using the WordPress Administration menu. For more info

== Changelog ==

= 1.1.13 =

* Fix: Error in nav-handheld.

= 1.1.12 =

* Fix: JS conflict in the customizer when Gutenberg installed as a plugin.
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Author: Ari Stathopoulos
* Author URI: https://wplemon.com/
* Description: Built with Accessibility, performance and SEO in mind, the Gridd theme features a unique layout builder allowing you to create any kind of layout with ease.
* Version: 1.1.12
* Version: 1.1.13
* License: GNU General Public License v2.0 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: gridd
Expand Down

0 comments on commit d36dd11

Please sign in to comment.