From 35534aa246dc2c498cf89438ab5ea913c4faa27e Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 01:13:13 +0100 Subject: [PATCH] Update namespace from 'WPAllStars' to 'WPALLSTARS' and ensure README.md changelog is in sync --- CHANGELOG.md | 4 ++++ README.md | 2 ++ fix-plugin-does-not-exist-notices.php | 4 ++-- includes/Updater.php | 2 +- readme.txt | 4 +++- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829ccbd..6687109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. - Update URI configuration for proper update detection - Version management following semantic versioning +### Changed +- Updated organization name from 'WP All Stars' to 'WP ALLSTARS' +- Updated namespace from 'WPAllStars' to 'WPALLSTARS' + ## [1.6.2] - 2024-05-15 ### Changed - Updated POT file version for consistency diff --git a/README.md b/README.md index 6dd5b79..adb6000 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ The plugin works by: * Fixed Git Updater repository URLs to use full repository paths * Corrected Update URI configuration for proper update detection * Improved version management following semantic versioning +* Updated organization name from 'WP All Stars' to 'WP ALLSTARS' +* Updated namespace from 'WPAllStars' to 'WPALLSTARS' ### 1.6.2 * Updated POT file version for consistency diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index 3205f8c..81d15a8 100644 --- a/fix-plugin-does-not-exist-notices.php +++ b/fix-plugin-does-not-exist-notices.php @@ -408,7 +408,7 @@ if (file_exists($autoloader)) { require_once $autoloader; // Initialize the updater if the class exists - if (class_exists('\WPAllStars\FixPluginDoesNotExistNotices\Updater')) { - new \WPAllStars\FixPluginDoesNotExistNotices\Updater(__FILE__); + if (class_exists('\WPALLSTARS\FixPluginDoesNotExistNotices\Updater')) { + new \WPALLSTARS\FixPluginDoesNotExistNotices\Updater(__FILE__); } } diff --git a/includes/Updater.php b/includes/Updater.php index 8b551e1..15e8862 100644 --- a/includes/Updater.php +++ b/includes/Updater.php @@ -5,7 +5,7 @@ * @package FixPluginDoesNotExistNotices */ -namespace WPAllStars\FixPluginDoesNotExistNotices; +namespace WPALLSTARS\FixPluginDoesNotExistNotices; /** * Class Updater diff --git a/readme.txt b/readme.txt index d67d24c..1d67aa8 100644 --- a/readme.txt +++ b/readme.txt @@ -93,6 +93,8 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are * Fixed Git Updater repository URLs to use full repository paths * Corrected Update URI configuration for proper update detection * Improved version management following semantic versioning +* Updated organization name from 'WP All Stars' to 'WP ALLSTARS' +* Updated namespace from 'WPAllStars' to 'WPALLSTARS' = 1.6.2 = * Updated POT file version for consistency @@ -190,7 +192,7 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Upgrade Notice == = 1.6.3 = -Fixed Git Updater repository URLs for proper update detection from GitHub and Gitea sources! +Fixed Git Updater repository URLs and updated organization naming for consistent branding across all platforms! = 1.6.2 = Improved JavaScript localization, enhanced code quality, and added Git Updater configuration for seamless updates!