Skip to content

Releases: brainstormforce/astra-notices

Version 1.1.15

02 Mar 10:27
0497926

Choose a tag to compare

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

Full Changelog: v1.1.12...v1.1.15

v1.1.14

17 Mar 06:10

Choose a tag to compare

  • Improvement: Validated and sanitized notice ID.

v1.1.13

14 Mar 11:59

Choose a tag to compare

  • Improvement: Added validation for ID parameter for notice.

v1.1.12

11 Mar 09:31

Choose a tag to compare

  • Security Fix: Critical vulnerability that manipulates WordPress user metadata through the notice dismissal system.

v1.1.11

31 May 07:51

Choose a tag to compare

Build changes from 7bfe1b93d23930c7fbca2d85982f82bab2c99348

v1.1.10

08 Feb 16:32

Choose a tag to compare

Build changes from 48a3347ba3347537aa008e4dfb259e3d1721da8e

v1.1.9

19 Nov 13:15

Choose a tag to compare

  • Update composer/installers to v2.0.0 (#15)

v1.1.8

07 Jul 09:53

Choose a tag to compare

  • Note - Since this version it is recommended to register the notices on admin_init hook, This will make sure the notice is available in the Ajax calls as well.
  • Add option to pass required capability of the logged in user to view the notice.
  • Fix: It was possible to show the notices to the users without manage_options capability 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)