From 1b40de3eae9cb157e69e018e35e619115e1a74f0 Mon Sep 17 00:00:00 2001 From: Vanesa Reinerth Date: Tue, 17 Mar 2020 16:10:52 +0200 Subject: [PATCH] v.1.3.8 --- README.txt | 9 ++++++--- core/updater/assets/plugin.json | 8 ++++---- mrtailor-extender.php | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index e4300d7..78c87b9 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.3.1 -Stable tag: 1.3.7 +Tested up to: 5.3.2 +Stable tag: 1.3.8 Requires PHP: 5.5.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -~Current Version:1.3.7~ +~Current Version:1.3.8~ 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.8 = +- Small maintenance updates + = 1.3.7 = - WordPress 5.3.1 compatibility updates diff --git a/core/updater/assets/plugin.json b/core/updater/assets/plugin.json index fd70141..e816f27 100755 --- a/core/updater/assets/plugin.json +++ b/core/updater/assets/plugin.json @@ -1,19 +1,19 @@ { "name": "Mr. Tailor Extender", - "version": "1.3.7", + "version": "1.3.8", "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.3.1", - "last_updated": "2019-12-13 18:00:00", + "tested": "5.3.2", + "last_updated": "2020-03-17 16: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.7

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

" + "changelog": "

1.3.8

1.3.7

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 0d180d5..c34922e 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.7 + * Version: 1.3.8 * Author: GetBowtied * Author URI: https://getbowtied.com * Requires at least: 5.0 - * Tested up to: 5.3.1 + * Tested up to: 5.3.2 * * @package Mr. Tailor Extender * @author GetBowtied