Update namespace from 'WPAllStars' to 'WPALLSTARS' and ensure README.md changelog is in sync
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/tag/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled

This commit is contained in:
2025-04-12 01:13:13 +01:00
parent 97901dfdfe
commit 35534aa246
5 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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__);
}
}

View File

@ -5,7 +5,7 @@
* @package FixPluginDoesNotExistNotices
*/
namespace WPAllStars\FixPluginDoesNotExistNotices;
namespace WPALLSTARS\FixPluginDoesNotExistNotices;
/**
* Class Updater

View File

@ -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!