From e041842950c562e65a02d02c8cfd569407830406 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Wed, 10 Jul 2024 16:08:19 +0300 Subject: [PATCH] bump version 2.3.2 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 8 ++++++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index de98b50..e94fa0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "handyplugins-paddlepress", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "handyplugins-paddlepress", - "version": "2.3.1", + "version": "2.3.2", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 537db33..3bb8c69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "handyplugins-paddlepress", - "version": "2.3.1", + "version": "2.3.2", "description": "WordPress plugin for Paddle Integration", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 748d621..bd0f101 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.3.1 + * Version: 2.3.2 * Requires at least: 5.0 * Requires PHP: 7.2.5 * Author: HandyPlugins @@ -17,7 +17,7 @@ */ // Useful global constants. -define( 'PADDLEPRESS_VERSION', '2.3.1' ); +define( 'PADDLEPRESS_VERSION', '2.3.2' ); 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 e7a3e3b..98e0f03 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.5 +Tested up to: 6.6 Requires PHP: 7.2.5 -Stable tag: 2.3.1 +Stable tag: 2.3.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -96,6 +96,10 @@ You can pass a class attribute to the shortcode to customize the button. [Learn == Changelog == += 2.3.2 (July 10, 2024) = +* Updated: Dependencies. +* Tested with WP 6.6 + = 2.3.1 (Jun 03, 2024) = * Added: Invoice/Receipt setting to UI. * Fixed: Some missed text domains.