diff --git a/functions.php b/functions.php index 54b934ad..045d0fe6 100755 --- a/functions.php +++ b/functions.php @@ -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 diff --git a/grid-parts/classes/Nav_Handheld.php b/grid-parts/classes/Nav_Handheld.php index 3389eceb..1ac14f48 100644 --- a/grid-parts/classes/Nav_Handheld.php +++ b/grid-parts/classes/Nav_Handheld.php @@ -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' ] ); diff --git a/readme.txt b/readme.txt index 318781ef..aecd4f59 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. diff --git a/style.css b/style.css index 95bcde08..74c878fc 100755 --- a/style.css +++ b/style.css @@ -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