Releases: brainstormforce/astra-notices
Releases · brainstormforce/astra-notices
Version 1.1.15
What's Changed
- Sanitize ID and in_array() check by @Bhikule19 in #68
- Fix esc_html_e() void return breaking wp_send_json_error() responses by @pratikchaskar in #74
- fix: add nonce verification for notice dismissal by @rohitp-bsf in #77
New Contributors
- @pratikchaskar made their first contribution in #74
- @rohitp-bsf made their first contribution in #77
Full Changelog: v1.1.12...v1.1.15
v1.1.14
- Improvement: Validated and sanitized notice ID.
v1.1.13
- Improvement: Added validation for ID parameter for notice.
v1.1.12
- Security Fix: Critical vulnerability that manipulates WordPress user metadata through the notice dismissal system.
v1.1.11
Build changes from 7bfe1b93d23930c7fbca2d85982f82bab2c99348
v1.1.10
Build changes from 48a3347ba3347537aa008e4dfb259e3d1721da8e
v1.1.9
v1.1.8
- Note - Since this version it is recommended to register the notices on
admin_inithook, This will make sure the notice is available in the Ajax calls as well. - Add option to pass required
capabilityof the logged in user to view the notice. - Fix: It was possible to show the notices to the users without
manage_optionscapability but they could not dismiss the notice as this cap was checked when performing the dismiss Ajax call. - Fix: PHPDoc, File doc, @SInCE version tags for all the methods.
- Adds automated release workflow (#3)
- Adds PHPUnit tests for capability checks added in this release (#4)