diff --git a/README.txt b/README.txt
index 2768ce7..78f2340 100644
--- a/README.txt
+++ b/README.txt
@@ -2,12 +2,12 @@
Contributors: getbowtied, vanesareinerth, adrianlbs, traians
Tags: gutenberg, blocks
Requires at least: 5.0
-Tested up to: 5.2.4
-Stable tag: 1.6.1
+Tested up to: 5.3
+Stable tag: 1.6.2
Requires PHP: 5.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-~Current Version:1.6.1~
+~Current Version:1.6.2~
Extends the functionality of The Hanger theme by adding theme specific features.
@@ -37,6 +37,9 @@ Companion plugin for the **The Hanger** theme. Extends the functionality by addi
== Changelog ==
+= 1.6.2 =
+- WordPress 5.3 compatibility updates
+
= 1.6.1 =
- Fixed: Social Sharing buttons display issue on smaller screens
diff --git a/core/updater/assets/plugin.json b/core/updater/assets/plugin.json
index 4dabbab..0e241ae 100755
--- a/core/updater/assets/plugin.json
+++ b/core/updater/assets/plugin.json
@@ -1,19 +1,19 @@
{
"name": "The Hanger Extender",
- "version": "1.6.1",
+ "version": "1.6.2",
"download_url": "https://github.com/getbowtied/the-hanger-extender/zipball/master",
"homepage": "https://themeforest.net/item/the-hanger-modern-classic-woocommerce-theme/21753302",
"requires": "5.0",
- "tested": "5.2.4",
- "last_updated": "2019-11-04 16:30:00",
+ "tested": "5.3",
+ "last_updated": "2019-11-20 11:00:00",
"author": "GetBowtied",
"author_homepage": "https://getbowtied.com/",
"sections": {
"description": "
Companion plugin for the The Hanger theme. Extends the functionality by adding theme specific features.
Gutenberg Blocks:
- Image Slider
- Blog Posts
- Social Media Profiles
WPBakery Page Builder Elements:
- Slider
- Blog Posts
- Custom Button
Widgets:
- eCommerce Info
- Product Categories with Icon
Features:
- Adds 'Social Media' section in Customizer for easy management of links to social media profiles
- Adds social sharing options for the product page and blog post
- Display recently purchased products in My Account / Dashboard
- Adds header image and icon options for WooCommerce product categories
",
- "changelog": "1.6.1
- Fixed: Social Sharing buttons display issue on smaller screens
1.6.0
- WordPress 5.3 compatibility updates
- Slider block style adjustments
1.5.9
- WPBakery Page Builder: Added Slider element font size options
- Blocks: Added Slider block font size options
1.5.8
- Small maintenance updates
1.5.7
- Adds: the 'Social Media' section in Customizer allowing for easy management of links to social media profiles. The icons can be turned on/off in the Top Bar or displayed in pages using the Gutenberg Block (functionality transferred from the theme)
- Adds: Upload header images and icons for WooCommerce product categories (functionality transferred from the theme)
1.5.6
- Adds: Theme-specific custom widgets: eCommerce Info and Product Categories with Icon
1.5.5
- Fixed: PHP 7.3 compatibility updates
1.5.4
- Fixed: Localization issues
1.5.3
- WordPress 5.1 compatibility improvements
1.5.2
1.5.1
- Fixed: Columns Block displaying issue
- Fixed: Yoast SEO compatibiity issue
1.5
- WordPress 5+ compatibility improvements
- Improved styles for theme neutrality
- Localization issues with the Posts Grid Block
1.4
- WordPress 5+ compatibility improvements
1.3
- Gutenberg Slider Block Fixes
1.2
- Gutenberg Compatibility
- Gutenberg Custom Blocks: Slider, Latest Posts Grid, Social Media Profiles
1.1
1.0
"
+ "changelog": "1.6.2
- WordPress 5.3 compatibility updates
1.6.1
- Fixed: Social Sharing buttons display issue on smaller screens
1.6.0
- WordPress 5.3 compatibility updates
- Slider block style adjustments
1.5.9
- WPBakery Page Builder: Added Slider element font size options
- Blocks: Added Slider block font size options
1.5.8
- Small maintenance updates
1.5.7
- Adds: the 'Social Media' section in Customizer allowing for easy management of links to social media profiles. The icons can be turned on/off in the Top Bar or displayed in pages using the Gutenberg Block (functionality transferred from the theme)
- Adds: Upload header images and icons for WooCommerce product categories (functionality transferred from the theme)
1.5.6
- Adds: Theme-specific custom widgets: eCommerce Info and Product Categories with Icon
1.5.5
- Fixed: PHP 7.3 compatibility updates
1.5.4
- Fixed: Localization issues
1.5.3
- WordPress 5.1 compatibility improvements
1.5.2
1.5.1
- Fixed: Columns Block displaying issue
- Fixed: Yoast SEO compatibiity issue
1.5
- WordPress 5+ compatibility improvements
- Improved styles for theme neutrality
- Localization issues with the Posts Grid Block
1.4
- WordPress 5+ compatibility improvements
1.3
- Gutenberg Slider Block Fixes
1.2
- Gutenberg Compatibility
- Gutenberg Custom Blocks: Slider, Latest Posts Grid, Social Media Profiles
1.1
1.0
"
},
"icons" : {
diff --git a/the-hanger-extender.php b/the-hanger-extender.php
index 1146050..1de3ab1 100755
--- a/the-hanger-extender.php
+++ b/the-hanger-extender.php
@@ -3,11 +3,11 @@
* Plugin Name: The Hanger Extender
* Plugin URI: https://thehanger.wp-theme.design/
* Description: Extends the functionality of The Hanger with theme specific shortcodes and page builder elements.
- * Version: 1.6.1
+ * Version: 1.6.2
* Author: GetBowtied
* Author URI: https://getbowtied.com
* Requires at least: 5.0
- * Tested up to: 5.2.4
+ * Tested up to: 5.3
*
* @package The Hanger Extender
* @author GetBowtied