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:

WPBakery Page Builder Elements:

Gutenberg Blocks:

", - "changelog": "

1.3.5

1.3.4

1.3.3

1.3.2

1.3.1

1.3

1.2.1

1.2

1.1

1.0

" + "changelog": "

1.3.6

1.3.5

1.3.4

1.3.3

1.3.2

1.3.1

1.3

1.2.1

1.2

1.1

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