diff --git a/README.txt b/README.txt index d2be874..9bc59e6 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.2 -Stable tag: 1.4.8 +Tested up to: 5.4 +Stable tag: 1.4.9 Requires PHP: 5.5.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -~Current Version:1.4.8~ +~Current Version:1.4.9~ Extends the functionality of The Retailer theme by adding theme specific features. @@ -39,6 +39,9 @@ Companion plugin for **The Retailer** theme. Extends the functionality by adding == Changelog == += 1.4.9 = +- Small maintenance updates + = 1.4.8 = - Small maintenance updates diff --git a/core/updater/assets/plugin.json b/core/updater/assets/plugin.json index 4fd3b37..8f68776 100755 --- a/core/updater/assets/plugin.json +++ b/core/updater/assets/plugin.json @@ -1,19 +1,19 @@ { "name": "The Retailer Extender", - "version": "1.4.8", + "version": "1.4.9", "download_url": "https://github.com/getbowtied/the-retailer-extender/zipball/master", "homepage": "https://themeforest.net/item/the-retailer-responsive-wordpress-theme/4287447", "requires": "5.0", - "tested": "5.3.2", - "last_updated": "2020-03-25 13:00:00", + "tested": "5.4", + "last_updated": "2020-04-08 10:00:00", "author": "GetBowtied", "author_homepage": "https://getbowtied.com/", "sections": { "description": "

Companion plugin for the The Retailer theme. Extends the functionality by adding theme specific features.

Features:

Gutenberg Blocks:

WPBakery Page Builder Elements:

", - "changelog": "

1.4.8

1.4.7

1.4.6

1.4.5

1.4.4

1.4.3

1.4.2

1.4.1

1.4

1.3.2

1.3.1

1.3

1.2.2

1.2.1

1.2

1.1

1.0

" + "changelog": "

1.4.9

1.4.8

1.4.7

1.4.6

1.4.5

1.4.4

1.4.3

1.4.2

1.4.1

1.4

1.3.2

1.3.1

1.3

1.2.2

1.2.1

1.2

1.1

1.0

" }, "icons" : { diff --git a/the-retailer-extender.php b/the-retailer-extender.php index 575e168..5dc4144 100755 --- a/the-retailer-extender.php +++ b/the-retailer-extender.php @@ -4,11 +4,11 @@ * Plugin Name: The Retailer Extender * Plugin URI: https://theretailer.wp-theme.design/ * Description: Extends the functionality of The Retailer with theme specific features. - * Version: 1.4.8 + * Version: 1.4.9 * Author: GetBowtied * Author URI: https://getbowtied.com * Requires at least: 5.0 - * Tested up to: 5.3.2 + * Tested up to: 5.4 * * @package The Retailer Extender * @author GetBowtied