@@ -3,10 +3,10 @@ Contributors: xecdev, klakurka
33Donate link: https://donate.paybutton.org/
44Tags: paywall, monetization, donation, crypto, ecash
55Requires at least: 5.0
6- Tested up to: 6.8
6+ Tested up to: 6.9
77Requires PHP: 7.0
8- Stable tag: 4 .0.0
9- PayButton Client: 5.0.2
8+ Stable tag: 5 .0.0
9+ PayButton Client: 5.2.0
1010PayButton Client URI: https://github.com/PayButton/paybutton
1111License: MIT
1212License URI: https://github.com/PayButton/wordpress-plugin/blob/master/LICENSE
@@ -75,6 +75,18 @@ The integration uses the SideShift API to enable the button or widget to accept
7575
7676== Changelog ==
7777
78+ = 5.0.0 (2025/12/08) =
79+ * Added configurable cookie TTL with support for unlimited sessions by default.
80+ * Optimized Sticky Header initialization for faster rendering.
81+ * Enforced mandatory Public Key input.
82+ * Reduced content unlock latency.
83+ * Enabled automatic login immediately after content unlock.
84+ * Prefixed global variables.
85+ * Refined sticky header button UI and UX.
86+ * Implemented server-verified login tokens for secure content unlocking and Cashtab login.
87+ * Upgraded the PayButton dependency to v5.2.0.
88+ * Updated plugin compatibility to WordPress 6.9
89+
7890= 4.0.0 (2025/09/07) =
7991* Added support for no-reload content unlocks.
8092* The paywall payment dialog now closes automatically.
@@ -134,6 +146,6 @@ The integration uses the SideShift API to enable the button or widget to accept
134146
135147== Upgrade Notice ==
136148
137- = 4 .0.0 =
138- Upgrade to version 4 .0.0 for improved compatibility and reliability.
149+ = 5 .0.0 =
150+ Upgrade to version 5 .0.0 for improved compatibility and reliability.
139151=======
0 commit comments