diff --git a/plugin.json b/plugin.json index 0fff960..d1de709 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "woonuxt Settings", - "version": "1.0.54", - "download_url": "https://github.com/scottyzen/woonuxt-settings/releases/download/1.0.54/woonuxt-settings.zip", + "version": "1.0.55", + "download_url": "https://github.com/scottyzen/woonuxt-settings/releases/download/1.0.55/woonuxt-settings.zip", "homepage": "https://woonuxt.com/", "tested": "6.4.3", @@ -13,7 +13,7 @@ "sections": { "description": "WooNuxt is unmatched when it comes to performance and scalability. Reap the benefits of having a online store that out performs all of your competitors.", "installation": "(Recommended) Installation instructions.", - "changelog": "
Inhance Social media fileds and schema.
<Add SEO settings
Add functionality to increase max query amount if there are more than 100 products
Fix error when WooCommerce is disabled or not installed
" + "changelog": "Inhance Social media fileds and schema.
<Add SEO settings
Add functionality to increase max query amount if there are more than 100 products
Fix error when WooCommerce is disabled or not installed
" }, "icons": { diff --git a/woonuxt.php b/woonuxt.php index 74ddb3b..2e5364b 100644 --- a/woonuxt.php +++ b/woonuxt.php @@ -5,7 +5,7 @@ Author: Scott Kennedy Author URI: http://scottyzen.com Plugin URI: https://github.com/scottyzen/woonuxt-settings -Version: 1.0.54 +Version: 1.0.55 Text Domain: woonuxt GitHub Plugin URI: scottyzen/woonuxt-settings GitHub Plugin URI: https://github.com/scottyzen/woonuxt-settings @@ -16,7 +16,7 @@ exit(); } -define('WOONUXT_SETTINGS_VERSION', '1.0.54'); +define('WOONUXT_SETTINGS_VERSION', '1.0.55'); define('MY_WOOCOMMERCE_VERSION', '8.5.2'); define('WP_GRAPHQL_VERSION', '1.20.0'); define('WOO_GRAPHQL_VERSION', '0.19.0');