From 50e684d81778bf0d180fb5fadf7dc5cb5495b7d3 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Sun, 29 Oct 2023 00:23:04 +0100 Subject: [PATCH] Add functionality for plugin check --- plugin.json | 2 +- woonuxt.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index c7be709..f1ef2b8 100644 --- a/plugin.json +++ b/plugin.json @@ -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", diff --git a/woonuxt.php b/woonuxt.php index 6981149..7bbbef4 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.44 +Version: 1.0.45 Text Domain: woonuxt GitHub Plugin URI: scottyzen/woonuxt-settings GitHub Plugin URI: https://github.com/scottyzen/woonuxt-settings @@ -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' );