Skip to content

Commit 4c29d0c

Browse files
author
xecdev
committed
Update Readme for v3.3.0
1 parent 6723b72 commit 4c29d0c

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: paywall, monetization, donation, crypto, ecash
55
Requires at least: 5.0
66
Tested up to: 6.8
77
Requires PHP: 7.0
8-
Stable tag: 3.2.0
8+
Stable tag: 3.3.0
99
PayButton Client: 4.1.0
1010
PayButton Client URI: https://github.com/PayButton/paybutton
1111
License: MIT
@@ -74,6 +74,12 @@ The integration uses the SideShift API to enable the button or widget to accept
7474

7575
== Changelog ==
7676

77+
= 3.3.0 (2025/06/09) =
78+
* 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.
79+
* New feature to display unlock counts publicly above the paywall button on posts.
80+
* Added sortable "PayButton Unlocks" column to the Posts admin screen to display total unlock counts per post.
81+
* Introduced a new style for the 'unlocked content indicator'.
82+
7783
= 3.2.0 (2025/05/21) =
7884
* Sanitized and validated cookies and data.
7985
* 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
122128

123129
== Upgrade Notice ==
124130

125-
= 3.2.0 =
126-
Upgrade to version 3.2.0 for improved compatibility and reliability.
127-
=======
131+
= 3.3.0 =
132+
Upgrade to version 3.3.0 for improved compatibility and reliability.
133+
=======

paybutton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: PayButton
44
* Description: Monetize your content with configurable no-signup paywalls.
5-
* Version: 3.2.0
5+
* Version: 3.3.0
66
* Author: PayButton
77
* Author URI: https://github.com/PayButton/wordpress-plugin
88
* License: MIT

0 commit comments

Comments
 (0)