| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | Tags: contact form 7, double opt-in, gdpr, email verification |
| 5 | 5 | Requires at least: 6.0 |
| 6 | 6 | Tested up to: 7.0 |
| 7 | 7 | Requires PHP: 7.4 |
| 8 | -Stable tag: 5.6.2 | |
| 8 | +Stable tag: 5.6.3 | |
| 9 | 9 | License: GPLv3 |
| 10 | 10 | License URI: http://www.gnu.org/licenses/gpl-3.0.html |
| 11 | 11 | |
| 12 | 12 | **Protect your Contact Form 7 forms with GDPR-compliant Double Opt-In.** |
| @@ -239,8 +239,11 @@ | ||
| 239 | 239 | licensed under the SIL Open Font License 1.1 (see licenses/inter-OFL-1.1.txt). |
| 240 | 240 | |
| 241 | 241 | == Upgrade Notice == |
| 242 | 242 | |
| 243 | += 5.6.3 = | |
| 244 | +Ships the hook and Addon API reference the readme refers to. No functional changes. | |
| 245 | + | |
| 243 | 246 | = 5.6.2 = |
| 244 | 247 | Visitors who forget the consent checkbox now see why their sign-up was not accepted, instead of a success message. No settings or data change. |
| 245 | 248 | |
| 246 | 249 | = 5.6.1 = |
| @@ -332,8 +335,13 @@ | ||
| 332 | 335 | = 3.1.0 = |
| 333 | 336 | Adds optional anonymous telemetry (opt-out). No breaking changes. |
| 334 | 337 | |
| 335 | 338 | == Changelog == |
| 339 | + | |
| 340 | += 5.6.3 = | |
| 341 | + | |
| 342 | +* Fix: the developer reference this readme points to — `docs/hooks-and-events.md` and `docs/addon-api.md` — was never actually included in the plugin. Both files now ship. | |
| 343 | +* Improved: the notice for major updates on the Plugins screen no longer starts with an emoji; it already sits in a warning box. | |
| 336 | 344 | |
| 337 | 345 | = 5.6.2 = |
| 338 | 346 | |
| 339 | 347 | **A refused consent no longer looks like a successful sign-up** |