| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | Contributors: XplodedThemes |
| 3 | 3 | Tags: theme editor, plugin editor, code editor, file editor, file manager |
| 4 | 4 | Requires at least: 5.2 |
| 5 | 5 | Tested up to: 6.9 |
| 6 | -Stable tag: 3.5.8 | |
| 6 | +Stable tag: 3.5.9 | |
| 7 | 7 | Requires PHP: 7.4.0 |
| 8 | 8 | Requires at least: 5.0 |
| 9 | 9 | License: GPLv2 or later |
| 10 | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| @@ -150,8 +150,11 @@ | ||
| 150 | 150 | 5. Files & Folders Deep Search |
| 151 | 151 | 6. File Recovery Wizard |
| 152 | 152 | |
| 153 | 153 | == Changelog == |
| 154 | + | |
| 155 | +#### V.3.5.9 - 15.09.2026 | |
| 156 | +- **fix**: Fixed the Plans and Pricing screen failing to load (endless spinner). The pricing request sanitizer no longer strips the action parameter from Freemius admin-ajax calls, which caused admin-ajax to reject pricing data requests with a 400 response. | |
| 154 | 157 | |
| 155 | 158 | #### V.3.5.8 - 21.07.2026 |
| 156 | 159 | - **security**: Hardened Plans and Pricing endpoint validation and testimonial rendering to prevent cross-site scripting. |
| 157 | 160 | |