From 4c29d0cdab07cef004e2f88b3ce1c31befd4450c Mon Sep 17 00:00:00 2001 From: xecdev Date: Mon, 9 Jun 2025 09:45:28 +0430 Subject: [PATCH] Update Readme for v3.3.0 --- README.txt | 14 ++++++++++---- paybutton.php | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 028c9e9..e463ed1 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.2.0 +Stable tag: 3.3.0 PayButton Client: 4.1.0 PayButton Client URI: https://github.com/PayButton/paybutton License: MIT @@ -74,6 +74,12 @@ The integration uses the SideShift API to enable the button or widget to accept == Changelog == += 3.3.0 (2025/06/09) = +* Relaxed IP fingerprinting to use only the first two octets (IPv4) or hextets (IPv6) in the cookie fingerprint to avoid frequent logouts from dynamic IP changes. +* New feature to display unlock counts publicly above the paywall button on posts. +* Added sortable "PayButton Unlocks" column to the Posts admin screen to display total unlock counts per post. +* Introduced a new style for the 'unlocked content indicator'. + = 3.2.0 (2025/05/21) = * Sanitized and validated cookies and data. * Fixed nonce logic in Content & Customers page. @@ -122,6 +128,6 @@ The integration uses the SideShift API to enable the button or widget to accept == Upgrade Notice == -= 3.2.0 = -Upgrade to version 3.2.0 for improved compatibility and reliability. -======= += 3.3.0 = +Upgrade to version 3.3.0 for improved compatibility and reliability. +======= \ No newline at end of file diff --git a/paybutton.php b/paybutton.php index fe616f0..d4a319d 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.2.0 + * Version: 3.3.0 * Author: PayButton * Author URI: https://github.com/PayButton/wordpress-plugin * License: MIT