Skip to content
Snippets Groups Projects
Commit 080d1a7b authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

Merge branch 'master' into 'fix/duplicate'

# Conflicts:
#   CHANGELOG.md
parents 138339c9 a59008f6
No related branches found
No related tags found
1 merge request!29fix: duplicates
Pipeline #406778 failed with stages
in 1 minute and 22 seconds
## [3.2.5] - 2024-03-18
## [3.2.5] - 2024-07-23
### Fixed
- remove duplicates for JS
- Hide Gutenberg-targeted notices in classic editor
## [3.2.4] - 2024-03-11
### Fixed
......
......@@ -6,3 +6,4 @@ if ( ! defined( 'ABSPATH' ) ) {
<script type="text/javascript">
<?php require_once dirname(__FILE__, 5) . '/assets/js/notice.js'; ?>
</script>
<style>.wpdesk-notice-gutenberg { display: none; }</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment