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