Skip to content

Commit

Permalink
bump version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Sep 2, 2024
1 parent 97cedc0 commit bf0bd69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handyplugins-paddlepress",
"version": "2.3.2",
"version": "2.3.3",
"description": "WordPress plugin for Paddle Integration",
"author": {
"name": "handyplugins",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
* Version: 2.3.3
* Requires at least: 5.0
* Requires PHP: 7.2.5
* Author: HandyPlugins
Expand All @@ -17,7 +17,7 @@
*/

// Useful global constants.
define( 'PADDLEPRESS_VERSION', '2.3.2' );
define( 'PADDLEPRESS_VERSION', '2.3.3' );
define( 'PADDLEPRESS_DB_VERSION', '2.0.1' );
define( 'PADDLEPRESS_PLUGIN_FILE', __FILE__ );
define( 'PADDLEPRESS_URL', plugin_dir_url( __FILE__ ) );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: paddle, paddlepress, payment, software-licensing, membership
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.2.5
Stable tag: 2.3.2
Stable tag: 2.3.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://handyplugins.co/donate/
Expand Down Expand Up @@ -96,6 +96,10 @@ You can pass a class attribute to the shortcode to customize the button. [Learn

== Changelog ==

= 2.3.3 (September 02, 2024) =
* Fixed: DB version comparison for upgrade routine
* Updated: Dependencies.

= 2.3.2 (July 10, 2024) =
* Updated: Dependencies.
* Tested with WP 6.6
Expand Down

0 comments on commit bf0bd69

Please sign in to comment.