Update namespace from 'WPAllStars' to 'WPALLSTARS' and ensure README.md changelog is in sync
This commit is contained in:
@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Update URI configuration for proper update detection
|
- Update URI configuration for proper update detection
|
||||||
- Version management following semantic versioning
|
- 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
|
## [1.6.2] - 2024-05-15
|
||||||
### Changed
|
### Changed
|
||||||
- Updated POT file version for consistency
|
- Updated POT file version for consistency
|
||||||
|
@ -124,6 +124,8 @@ The plugin works by:
|
|||||||
* Fixed Git Updater repository URLs to use full repository paths
|
* Fixed Git Updater repository URLs to use full repository paths
|
||||||
* Corrected Update URI configuration for proper update detection
|
* Corrected Update URI configuration for proper update detection
|
||||||
* Improved version management following semantic versioning
|
* 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
|
### 1.6.2
|
||||||
* Updated POT file version for consistency
|
* Updated POT file version for consistency
|
||||||
|
@ -408,7 +408,7 @@ if (file_exists($autoloader)) {
|
|||||||
require_once $autoloader;
|
require_once $autoloader;
|
||||||
|
|
||||||
// Initialize the updater if the class exists
|
// Initialize the updater if the class exists
|
||||||
if (class_exists('\WPAllStars\FixPluginDoesNotExistNotices\Updater')) {
|
if (class_exists('\WPALLSTARS\FixPluginDoesNotExistNotices\Updater')) {
|
||||||
new \WPAllStars\FixPluginDoesNotExistNotices\Updater(__FILE__);
|
new \WPALLSTARS\FixPluginDoesNotExistNotices\Updater(__FILE__);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @package FixPluginDoesNotExistNotices
|
* @package FixPluginDoesNotExistNotices
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace WPAllStars\FixPluginDoesNotExistNotices;
|
namespace WPALLSTARS\FixPluginDoesNotExistNotices;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Updater
|
* Class Updater
|
||||||
|
@ -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
|
* Fixed Git Updater repository URLs to use full repository paths
|
||||||
* Corrected Update URI configuration for proper update detection
|
* Corrected Update URI configuration for proper update detection
|
||||||
* Improved version management following semantic versioning
|
* 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 =
|
= 1.6.2 =
|
||||||
* Updated POT file version for consistency
|
* 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 ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
= 1.6.3 =
|
= 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 =
|
= 1.6.2 =
|
||||||
Improved JavaScript localization, enhanced code quality, and added Git Updater configuration for seamless updates!
|
Improved JavaScript localization, enhanced code quality, and added Git Updater configuration for seamless updates!
|
||||||
|
Reference in New Issue
Block a user