From ab925056df398098b41ffff0317972efa0a6df66 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Thu, 14 Mar 2024 15:08:57 +0300 Subject: [PATCH] bump to version 2.1.3 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 6 +++++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70c60cd..d50c5e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "handyplugins-paddlepress", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "handyplugins-paddlepress", - "version": "2.1.2", + "version": "2.1.3", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 6a6b24b..4b72c57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "handyplugins-paddlepress", - "version": "2.1.2", + "version": "2.1.3", "description": "WordPress plugin for Paddle Integration", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 205435b..811082d 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.1.2 + * Version: 2.1.3 * Requires at least: 5.0 * Requires PHP: 7.2.5 * Author: HandyPlugins @@ -17,7 +17,7 @@ */ // Useful global constants. -define( 'PADDLEPRESS_VERSION', '2.1.2' ); +define( 'PADDLEPRESS_VERSION', '2.1.3' ); define( 'PADDLEPRESS_DB_VERSION', '2.0.1' ); define( 'PADDLEPRESS_PLUGIN_FILE', __FILE__ ); define( 'PADDLEPRESS_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 8a9e39c..00e26cf 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: paddle, paddlepress, payment, software-licensing, membership Requires at least: 5.0 Tested up to: 6.5 Requires PHP: 7.2.5 -Stable tag: 2.1.2 +Stable tag: 2.1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -92,6 +92,10 @@ You can test the integration by using [Paddle Sandbox](https://developer.paddle. == Changelog == += 2.1.3 (March 14, 2024) = +* Tested with WP 6.5 +* Dependency updates. + = 2.1.2 (February 13, 2024) = * Add `data-quantity` attribute for the shortcode. * Dependency updates.