Skip to content

Commit

Permalink
bump version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 10, 2024
1 parent 1b7f0e4 commit e041842
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.1",
"version": "2.3.2",
"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.1
* Version: 2.3.2
* 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.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__ ) );
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
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.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.
Expand Down

0 comments on commit e041842

Please sign in to comment.