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:
- 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 and blog posts
Gutenberg Blocks:
- Banner
- Image Slider
- Posts Grid
- Social Media Profiles
WPBakery Page Builder Elements:
- Slider
- Banner
- Blog Posts
- Title & Subtitle
- Social Media Profiles
- Team Members
- Icon Box
- Product Sliders
",
- "changelog": "1.4.8
- Small maintenance updates
1.4.7
- Fixed: Localization issues
1.4.6
- Fixed: Slider arrows display
1.4.5
- Updated the language template file
1.4.4
- WordPress 5.3.1 compatibility updates
1.4.3
- WordPress 5.3 compatibility updates
1.4.2
- Upcoming WordPress 5.3 compatibility updates
1.4.1
- Fixed: Header image add/remove option for WooCommerce product categories
- The Retailer 3.1.0 compatibility updates
1.4
- The Retailer 3 compatibility updates
1.3.2
- Fixed: Featured products slider shortcode display issues
1.3.1
- Added: Row and Inner Row Options for WPBakery's Page Builder
1.3
- Adds: the 'Social Media' section in Customizer allowing for easy management of links to social media profiles. The icons are being displayed in the footer area and can be displayed in pages using the Gutenberg Block or the WPBakery Page Builder element (functionality transferred from the theme).
- Adds: Theme-specific WPBakery Page Builder elements: Slider, Banner, Blog Posts, Title & Subtitle, Social Media Profiles, Team Members, Icon Box, Product Sliders (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 and blog posts
1.2.2
- WordPress 5.1 compatibility improvements
1.2.1
- Fixed: Columns Block displaying issue
1.2
- WordPress 5+ compatibility improvements
- Improved styles for theme neutrality
- Localization issues with the Posts Grid Block
1.1
- WordPress 5+ compatibility improvements
1.0
"
+ "changelog": "1.4.9
- Small maintenance updates
1.4.8
- Small maintenance updates
1.4.7
- Fixed: Localization issues
1.4.6
- Fixed: Slider arrows display
1.4.5
- Updated the language template file
1.4.4
- WordPress 5.3.1 compatibility updates
1.4.3
- WordPress 5.3 compatibility updates
1.4.2
- Upcoming WordPress 5.3 compatibility updates
1.4.1
- Fixed: Header image add/remove option for WooCommerce product categories
- The Retailer 3.1.0 compatibility updates
1.4
- The Retailer 3 compatibility updates
1.3.2
- Fixed: Featured products slider shortcode display issues
1.3.1
- Added: Row and Inner Row Options for WPBakery's Page Builder
1.3
- Adds: the 'Social Media' section in Customizer allowing for easy management of links to social media profiles. The icons are being displayed in the footer area and can be displayed in pages using the Gutenberg Block or the WPBakery Page Builder element (functionality transferred from the theme).
- Adds: Theme-specific WPBakery Page Builder elements: Slider, Banner, Blog Posts, Title & Subtitle, Social Media Profiles, Team Members, Icon Box, Product Sliders (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 and blog posts
1.2.2
- WordPress 5.1 compatibility improvements
1.2.1
- Fixed: Columns Block displaying issue
1.2
- WordPress 5+ compatibility improvements
- Improved styles for theme neutrality
- Localization issues with the Posts Grid Block
1.1
- WordPress 5+ compatibility improvements
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