Fixed a malformed link on the settings page: the “Update your Cookie Consent Widget” link had its widget slug escaped with esc_url() mid-URL, which injected an extra “http://” and broke the link. The full URL is now escaped correctly.
1.3
Fixed the plugin’s admin CSS and JavaScript loading on every WordPress admin page; they now load only on the GetTerms settings page to avoid affecting other plugins’ admin screens.
1.2
Updated the Cookie Consent Widget embed to the new method: a preloaded, synchronous blocker plus an asynchronous widget, for more reliable consent enforcement.
Manual installation now provides the matching code snippet, with guidance on adding a Content Security Policy (CSP) nonce.
Fixed the manual installation snippet so the copied code contains valid <script> tags.
Tested up to WordPress 7.0.
1.1
Fix for bug when automatically embedding in default language
1.0
Functionality updates to comply with WordPress plugin directory requirements