Skip to content

Commit

Permalink
Update plugin version and tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Jan 30, 2024
1 parent 6b4e69c commit 2ff61b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
8 changes: 4 additions & 4 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "woonuxt Settings",
"version": "1.0.51",
"download_url": "https://github.com/scottyzen/woonuxt-settings/releases/download/1.0.51/woonuxt-settings.zip",
"version": "1.0.52",
"download_url": "https://github.com/scottyzen/woonuxt-settings/releases/download/1.0.52/woonuxt-settings.zip",

"homepage": "https://woonuxt.com/",
"tested": "6.3.2",
"tested": "6.4.3",
"upgrade_notice": "Fix error when WooCommerce is disabled or not installed",

"author": "Scott Kennedy",
Expand All @@ -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": "<h2>1.0.51</h2><p>Inhance Social media fileds and schema.</p><<h2>1.0.50</h2><p>Add SEO settings</p><h2>1.0.49</h2><p>Add functionality to increase max query amount if there are more than 100 products</p><h2>1.0.45</h2><p>Fix error when WooCommerce is disabled or not installed</p>"
"changelog": "<h2>1.0.52</h2>Bump version.<p></p><h2>1.0.51</h2><p>Inhance Social media fileds and schema.</p><<h2>1.0.50</h2><p>Add SEO settings</p><h2>1.0.49</h2><p>Add functionality to increase max query amount if there are more than 100 products</p><h2>1.0.45</h2><p>Fix error when WooCommerce is disabled or not installed</p>"
},

"icons": {
Expand Down
14 changes: 6 additions & 8 deletions woonuxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author: Scott Kennedy
Author URI: http://scottyzen.com
Plugin URI: https://github.com/scottyzen/woonuxt-settings
Version: 1.0.51
Version: 1.0.52
Text Domain: woonuxt
GitHub Plugin URI: scottyzen/woonuxt-settings
GitHub Plugin URI: https://github.com/scottyzen/woonuxt-settings
Expand All @@ -16,9 +16,9 @@
exit();
}

define('WOONUXT_SETTINGS_VERSION', '1.0.51');
define('MY_WOOCOMMERCE_VERSION', '8.5.1');
define('WP_GRAPHQL_VERSION', '1.19.0');
define('WOONUXT_SETTINGS_VERSION', '1.0.52');
define('MY_WOOCOMMERCE_VERSION', '8.5.2');
define('WP_GRAPHQL_VERSION', '1.20.0');
define('WOO_GRAPHQL_VERSION', '0.19.0');
define('WP_GRAPHQL_CORS_VERSION', '2.1');

Expand Down Expand Up @@ -317,7 +317,7 @@ function requiredPluginsCallback()
<?php endforeach; ?>
</ul>
</div>
<?php
<?php
/**
* Check if the plugin is installed.
*/
Expand All @@ -340,9 +340,7 @@ function requiredPluginsCallback()
}
}
}
?>

<?php
function deployButtonCallback()
{
$site_name = get_bloginfo('name');
Expand Down Expand Up @@ -376,7 +374,7 @@ function deployButtonCallback()
$acao &&
$extendHeaders &&
$hasProductAttributes;
?>
?>

<table class="form-table" role="presentation">
<tbody>
Expand Down

0 comments on commit 2ff61b6

Please sign in to comment.