Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
=======
2 changes: 1 addition & 1 deletion paybutton.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down