Skip to content

Version 1.3.4

Choose a tag to compare

@JRG-code JRG-code released this 31 Dec 15:15
· 3 commits to main since this release
6e8c5ee

The region was actually being saved successfully but the JavaScript crashed when trying to show the success notification, making it appear that save failed.

Changed from using wp.notices.init() (which doesn't exist) to manually creating and handling the dismiss button for admin notices.

Fixes: 'Uncaught TypeError: wp.notices.init is not a function'