Update file paths to use admin directory for JS and CSS files
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Plugin Asset Update / Push assets to WordPress.org (push) Has been cancelled

This commit is contained in:
2025-04-13 15:10:18 +01:00
parent 0ced75f9b7
commit 717a2721e8
11 changed files with 496 additions and 19 deletions

View File

@ -8,7 +8,7 @@
'use strict';
// Current plugin version - this should match the version in the main plugin file
const CURRENT_VERSION = '2.0.13';
const CURRENT_VERSION = '2.1.1';
// Plugin slugs to check for
const OUR_SLUGS = ['wp-fix-plugin-does-not-exist-notices', 'fix-plugin-does-not-exist-notices'];