Skip to content

Commit

Permalink
Add functionality for plugin check
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Oct 28, 2023
1 parent 86120cf commit 50e684d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woonuxt Settings",
"version": "1.0.45",
"download_url": "https://github.com/scottyzen/woonuxt-settings/releases/download/1.0.44/woonuxt-settings.zip",
"download_url": "https://github.com/scottyzen/woonuxt-settings/releases/download/1.0.45/woonuxt-settings.zip",

"homepage": "https//woonuxt.com/",
"tested": "6.3.2",
Expand Down
4 changes: 2 additions & 2 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.44
Version: 1.0.45
Text Domain: woonuxt
GitHub Plugin URI: scottyzen/woonuxt-settings
GitHub Plugin URI: https://github.com/scottyzen/woonuxt-settings
Expand All @@ -14,7 +14,7 @@
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

define( 'WOONUXT_SETTINGS_VERSION', '1.0.44' );
define( 'WOONUXT_SETTINGS_VERSION', '1.0.45' );
define( 'WPGraphQL_version', '1.17.0' );
define( 'WooGraphQL_version', '0.18.2' );
define( 'WPGraphQL_CORS_version', '2.1' );
Expand Down

0 comments on commit 50e684d

Please sign in to comment.