diff --git a/package-lock.json b/package-lock.json index 973d6d1..7dea867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "handyplugins-paddlepress", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "handyplugins-paddlepress", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 7be4e70..d157647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "handyplugins-paddlepress", - "version": "2.0.0", + "version": "2.0.1", "description": "WordPress plugin for Paddle Integration", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 80bf5f9..65bc2d8 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: HandyPlugins PaddlePress - Paddle Integration for WordPress * Plugin URI: https://handyplugins.co/paddlepress-pro/ * Description: HandyPlugins PaddlePress is a standalone payments plugin that connects Paddle with WordPress. - * Version: 2.0 + * Version: 2.0.1 * Requires at least: 5.0 * Requires PHP: 7.2.5 * Author: HandyPlugins @@ -17,8 +17,8 @@ */ // Useful global constants. -define( 'PADDLEPRESS_VERSION', '2.0' ); -define( 'PADDLEPRESS_DB_VERSION', '2.0' ); +define( 'PADDLEPRESS_VERSION', '2.0.1' ); +define( 'PADDLEPRESS_DB_VERSION', '2.0.1' ); define( 'PADDLEPRESS_PLUGIN_FILE', __FILE__ ); define( 'PADDLEPRESS_URL', plugin_dir_url( __FILE__ ) ); define( 'PADDLEPRESS_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 7686491..75afb73 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: handyplugins, m_uysl Tags: paddle, paddlepress, payment, software-licensing, membership Requires at least: 5.0 -Tested up to: 6.3 +Tested up to: 6.4 Requires PHP: 7.2.5 -Stable tag: 2.0 +Stable tag: 2.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -90,6 +90,10 @@ You can test the integration by using [Paddle Sandbox](https://developer.paddle. == Changelog == += 2.0.1 (October 18, 2023) = +* Fix DB upgrade routine. +* Tested with WP 6.4 + = 2.0 (October 02, 2023) = * Added: Paddle Billing support. * Added: Deferred script execution.