From bf3ede1a199fbb49d0b7df154f258d4eb49a7918 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Thu, 16 May 2024 19:51:16 +0300 Subject: [PATCH] bump version 2.3 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 22 ++++++++++++++++------ 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e08aff9..4fe29ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "handyplugins-paddlepress", - "version": "2.1.3", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "handyplugins-paddlepress", - "version": "2.1.3", + "version": "2.3.0", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 4b72c57..8fdcb33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "handyplugins-paddlepress", - "version": "2.1.3", + "version": "2.3.0", "description": "WordPress plugin for Paddle Integration", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 811082d..eadc1c3 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.3 + * Version: 2.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.3' ); +define( 'PADDLEPRESS_VERSION', '2.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 1e8528d..6dd1091 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.3 +Stable tag: 2.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -13,13 +13,13 @@ Easily accept credit card payments on your WordPress site with Paddle. == Description == -HandyPlugins PaddlePress is a standalone payments plugin that connects Paddle with WordPress. Simply set up a Paddle account and start accepting credit cards on your WordPress site. +PaddlePress is a standalone payments plugin that connects Paddle with WordPress. Simply set up a Paddle account and start accepting credit cards on your WordPress site. __Plugin Website__: [https://handyplugins.co/paddlepress-pro/](https://handyplugins.co/paddlepress-pro/) -= HandyPlugins PaddlePress PRO Features = += PaddlePress PRO Features = -HandyPlugins PaddlePress PRO provides additional functionalities to integrate Paddle with WordPress. PRO features: +PaddlePress PRO provides additional functionalities to integrate Paddle with WordPress. PRO features: - Customer Dashboard: Let your members easily view and manage their account details. - Membership Levels: Create an unlimited number of membership packages and map with your Paddle products or plans. @@ -29,7 +29,7 @@ HandyPlugins PaddlePress PRO provides additional functionalities to integrate Pa - Subscription Upgrades and Downgrades: Customers can move between subscription levels and only pay the difference. - Emails: Send welcome emails to new members, email payment receipts, and remind members before their account expires automatically. -By upgrading to HandyPlugins PaddlePress PRO you also get access to one-on-one help from our knowledgeable support team and our extensive documentation site. +By upgrading to PaddlePress PRO you also get access to one-on-one help from our knowledgeable support team and our extensive documentation site. **[Learn more about PaddlePress Pro](https://handyplugins.co/paddlepress-pro/)** @@ -48,8 +48,8 @@ __If you like this plugin, then consider checking out our other projects:__ * Magic Login Pro – Easy, secure, and passwordless authentication for WordPress. * Easy Text-to-Speech for WordPress – Transform your textual content into high-quality synthesized speech with Amazon Polly. * Handywriter – AI-powered writing assistant that can help you create content for your WordPress. -* Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score * WP Accessibility Toolkit – A collection of tools to help you make your WordPress more accessible. +* Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score = Documentation = @@ -84,6 +84,10 @@ Absolutely. You just need to setup a coupon code in your Paddle dashboard. You can test the integration by using [Paddle Sandbox](https://sandbox-login.paddle.com/signup) += How to customize Paddle buttons? = + +You can pass a class attribute to the shortcode to customize the button. [Learn More](https://handyplugins.co/docs/paddlepress-pro-checkout-buttons/) + == Screenshots == 1. Plugin Settings @@ -92,6 +96,12 @@ You can test the integration by using [Paddle Sandbox](https://sandbox-login.pad == Changelog == += 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. +* Fixed: Bug causing masked strings to not save properly. +* Updated: Dependencies. + = 2.1.3 (March 14, 2024) = * Tested with WP 6.5 * Dependency updates.