PluginProbe
Passster – Password Protect Pages and Content / 4.3.16
Passster – Password Protect Pages and Content v4.3.16
4.3.16 4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 All 48 releases
← All changes | readme.txt +45 -2 4.3.54.3.16 View file →
@@ -1,13 +1,13 @@
1 1 === Passster - Password Protect Pages and Content ===
2 2 Contributors: wpchill, silkalns
3 3 Tags: password protect, password, restrict content, sitewide, password protection
4 4 Requires at least: 6.5
5 -Tested up to: 7.0
5 +Tested up to: 7.1
6 6 Requires PHP: 7.2
7 7 License: GPLv2 or later
8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
9 -Stable tag: 4.3.5
9 +Stable tag: 4.3.16
10 10
11 11 == Description ==
12 12 ## Password Protect Pages, Posts & Content in WordPress
13 13
@@ -109,8 +109,51 @@
109 109 5. Browse to Settings > Passster
110 110 6. Customise your settings and your good to go!
111 111
112 112 == Changelog ==
113 += 4.3.16 - 18.09.2026 =
114 +* Added: Post Type Level Protection: password-protect an entire post type at once.
115 +* Fixed: Unlock link redirects on archive pages.
116 +
117 += 4.3.15 - 10.09.2026 =
118 +* Fixed: Compatibility issue with some page builders.
119 +
120 += 4.3.14 - 03.09.2026 =
121 +* Fixed: Security update.
122 +* Fixed: Minor admin UI improvements.
123 +
124 += 4.3.13 - 02.09.2026 =
125 +* Fixed: Security update.
126 +
127 += 4.3.12 - 01.09.2026 =
128 +* Fixed: Security update.
129 +
130 += 4.3.11 - 25.08.2026 =
131 +* Fixed: Some Design settings were not being applied to the password form.
132 +
133 += 4.3.10 - 21.08.2026 =
134 +* Fixed: Various password validation and unlock reliability improvements.
135 +
136 += 4.3.9 - 13.08.2026 =
137 +* Fixed: Security issue (thanks to WPScan).
138 +* Fixed: Block editor freezing when selecting a block built with page builders like Spectra.
139 +* Changed: Hid noisy Freemius notices (opt-in reminder, premium activation, plan upgrade messages).
140 +* Changed: Updated Freemius SDK to 2.13.4.
141 +
142 += 4.3.8 - 03.08.2026 =
143 +* Fixed: Security issue.
144 +* Fixed: Block editor freezing on pages built with Elementor.
145 +* Changed: Improved Protected Content block toolbar performance on pages with many blocks.
146 +
147 += 4.3.7 - 27.07.2026 =
148 +* Fixed: Security issue (thanks to Pierre Rudloff).
149 +
150 += 4.3.6 - 23.07.2026 =
151 +* Added: "Show Password" label is now customizable from the General settings tab.
152 +* Fixed: Per-page form text being used even when "Overwrite Defaults" is disabled.
153 +* Fixed: Instruction text showing as garbled characters when using the Protected Area block.
154 +* Fixed: Security issues (thanks to Revanth Hari Narayana Matte).
155 +
113 156 = 4.3.5 - 02.06.2026 =
114 157 * Fixed: hCaptcha cookie not being recognized on subsequent page loads.
115 158 * Fixed: Unlock links with special characters in instructions could cause encoding errors.
116 159 * Fixed: Pass parameter being lost during global protection redirect.