From 96978333bce616ebff6319bdb3b0f13ff3211d99 Mon Sep 17 00:00:00 2001 From: xecdev Date: Wed, 21 May 2025 12:07:02 +0430 Subject: [PATCH 1/2] Bumped version and added changelog --- README.txt | 6 +++++- paybutton.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index b9aa191..cbff025 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: paywall, monetization, donation, crypto, ecash Requires at least: 5.0 Tested up to: 6.8 Requires PHP: 7.0 -Stable tag: 3.1.0 +Stable tag: 3.2.0 PayButton Client: 4.1.0 PayButton Client URI: https://github.com/PayButton/paybutton License: MIT @@ -74,6 +74,10 @@ The integration uses the SideShift API to enable the button or widget to accept == Changelog == += 3.2.0 (2025/05/21) = +* Sanitized and validated cookies and data +* Fixed nonce logic in Content & Customers page + = 3.1.0 (2025/05/10) = * Added nonce verification and user capability checks for enhanced security. * Added paybutton_ prefix to all generic option names to avoid naming conflicts. diff --git a/paybutton.php b/paybutton.php index d6b225e..fe616f0 100644 --- a/paybutton.php +++ b/paybutton.php @@ -2,7 +2,7 @@ /** * Plugin Name: PayButton * Description: Monetize your content with configurable no-signup paywalls. - * Version: 3.1.0 + * Version: 3.2.0 * Author: PayButton * Author URI: https://github.com/PayButton/wordpress-plugin * License: MIT From e87c063cb62ee7b253b31a806cfbcb3fe285cf0b Mon Sep 17 00:00:00 2001 From: xecdev Date: Wed, 21 May 2025 12:10:02 +0430 Subject: [PATCH 2/2] Update 'Upgrade Notice' --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index cbff025..7d45889 100644 --- a/README.txt +++ b/README.txt @@ -122,6 +122,6 @@ The integration uses the SideShift API to enable the button or widget to accept == Upgrade Notice == -= 3.1.0 = -Upgrade to version 3.1.0 for improved compatibility and reliability. += 3.2.0 = +Upgrade to version 3.2.0 for improved compatibility and reliability. ======= \ No newline at end of file