v1.6.4 #4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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__);
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package FixPluginDoesNotExistNotices
|
||||
*/
|
||||
|
||||
namespace WPAllStars\FixPluginDoesNotExistNotices;
|
||||
namespace WPALLSTARS\FixPluginDoesNotExistNotices;
|
||||
|
||||
/**
|
||||
* 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
|
||||
* 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!
|
||||
|
Reference in New Issue
Block a user