diff --git a/README.txt b/README.txt
index 3826d13..f21488a 100755
--- a/README.txt
+++ b/README.txt
@@ -2,12 +2,12 @@
Contributors: getbowtied, vanesareinerth, adrianlbs
Tags: gutenberg, blocks
Requires at least: 5.0
-Tested up to: 5.2.4
-Stable tag: 1.3.5
+Tested up to: 5.3
+Stable tag: 1.3.6
Requires PHP: 5.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-~Current Version:1.3.5~
+~Current Version:1.3.6~
Extends the functionality of the Mr. Tailor theme by adding theme specific features.
@@ -36,6 +36,9 @@ Companion plugin for the **Mr. Tailor** theme. Extends the functionality by addi
== Changelog ==
+= 1.3.6 =
+- Fixed: Menu Background URL not working
+
= 1.3.5 =
- Upcoming WordPress 5.3 compatibility updates
diff --git a/core/updater/assets/plugin.json b/core/updater/assets/plugin.json
index 2743940..7cd18e3 100755
--- a/core/updater/assets/plugin.json
+++ b/core/updater/assets/plugin.json
@@ -1,19 +1,19 @@
{
"name": "Mr. Tailor Extender",
- "version": "1.3.5",
+ "version": "1.3.6",
"download_url": "https://github.com/getbowtied/mr-tailor-extender/zipball/master",
"homepage": "https://themeforest.net/item/mr-tailor-responsive-woocommerce-theme/7292110",
"requires": "5.0",
- "tested": "5.2.4",
- "last_updated": "2019-10-23 11:00:00",
+ "tested": "5.3",
+ "last_updated": "2019-11-29 12:00:00",
"author": "GetBowtied",
"author_homepage": "https://getbowtied.com/",
"sections": {
"description": "
Companion plugin for the Mr. Tailor theme. Extends the functionality by adding theme specific features.
Features:
- Adds 'Social Media' section in Customizer for easy management of links to social media profiles
- Adds header image option for WooCommerce product categories
- Adds 'Additional JS' section in Customizer allowing for site customization with custom JavaScript code
- Adds social sharing buttons for WooCommerce products
WPBakery Page Builder Elements:
- Banner
- Blog Posts ( List & Slider )
- Lookbook
Gutenberg Blocks:
- Banner
- Portfolio
- Blog Posts Grid
- Blog Posts Slider
- Lookbook
- Social Media Profiles
",
- "changelog": "1.3.5
- Upcoming WordPress 5.3 compatibility updates
1.3.4
- Fix: WPBakery editor error
- Small maintenance updates
1.3.3
- Small maintenance updates
1.3.2
- Small maintenance updates
1.3.1
- Adds: custom menu background image (functionality transferred from the theme)
1.3
- Adds: the 'Social Media' section in Customizer allowing for easy management of links to social media profiles (functionality transferred from the theme)
- Adds: Theme-specific WPBakery Page Builder elements: Banner, Blog Posts Slider & List, Lookbook (functionality transferred from the theme)
- Adds: Upload header images for WooCommerce product categories (functionality transferred from the theme)
- Adds: Theme-specific 'Additional JS' section in Customizer allowing for site customization with custom JavaScript code
- Adds: Theme-specific social sharing buttons for WooCommerce products
1.2.1
- WordPress 5.1 compatibility improvements
1.2
- WordPress 5+ compatibility improvements
- Improved styles for theme neutrality
- Localization issues with the Posts Grid and Posts Slider Blocks
1.1
- WordPress 5+ compatibility improvements
1.0
"
+ "changelog": "1.3.6
- Fixed: Menu Background URL not working
1.3.5
- Upcoming WordPress 5.3 compatibility updates
1.3.4
- Fix: WPBakery editor error
- Small maintenance updates
1.3.3
- Small maintenance updates
1.3.2
- Small maintenance updates
1.3.1
- Adds: custom menu background image (functionality transferred from the theme)
1.3
- Adds: the 'Social Media' section in Customizer allowing for easy management of links to social media profiles (functionality transferred from the theme)
- Adds: Theme-specific WPBakery Page Builder elements: Banner, Blog Posts Slider & List, Lookbook (functionality transferred from the theme)
- Adds: Upload header images for WooCommerce product categories (functionality transferred from the theme)
- Adds: Theme-specific 'Additional JS' section in Customizer allowing for site customization with custom JavaScript code
- Adds: Theme-specific social sharing buttons for WooCommerce products
1.2.1
- WordPress 5.1 compatibility improvements
1.2
- WordPress 5+ compatibility improvements
- Improved styles for theme neutrality
- Localization issues with the Posts Grid and Posts Slider Blocks
1.1
- WordPress 5+ compatibility improvements
1.0
"
},
"icons" : {
diff --git a/mrtailor-extender.php b/mrtailor-extender.php
index 1d3fcba..f61ac00 100755
--- a/mrtailor-extender.php
+++ b/mrtailor-extender.php
@@ -4,11 +4,11 @@
* Plugin Name: Mr. Tailor Extender
* Plugin URI: https://mrtailor.wp-theme.design/
* Description: Extends the functionality of Mr. Tailor with theme specific features.
- * Version: 1.3.5
+ * Version: 1.3.6
* Author: GetBowtied
* Author URI: https://getbowtied.com
* Requires at least: 5.0
- * Tested up to: 5.2.4
+ * Tested up to: 5.3
*
* @package Mr. Tailor Extender
* @author GetBowtied