Version 2.2.1 - Commented out version-fix.js script and fixed version consistency
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
2025-04-14 21:26:27 +01:00
parent e1da072640
commit c5d3c7672c
6 changed files with 49 additions and 5 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.2.0';
const CURRENT_VERSION = '2.2.1';
// Plugin slugs to check for
const OUR_SLUGS = ['wp-fix-plugin-does-not-exist-notices', 'fix-plugin-does-not-exist-notices'];