Changelog for CSSIgniter Updater
Legend
- A => A file has been (A)dded
- M => A file has been (M)odified
- D => A file has been (D)eleted
1.3.2 - February 17, 2023
Compatibility: WordPress 6.0+
----------------------------------------------------------------------------------------------
List of changes between cssigniter-updater v1.3.1 and v1.3.2
----------------------------------------------------------------------------------------------
* FIXED: Plugin updates would not get fetched as often as required (unless there were other plugins that did not have updates).
* ADDED: The plugin's transients are now invalidated when updates are force checked.
M cssigniter-updater.php
* FIXED: Theme updates could possibly not get fetched as often as required (unless there were other themes that did not have updates).
M cssigniter-updater.php
* Changed version to 1.3.2
* Updated language file.
M cssigniter-updater.php
M languages/cssigniter-updater.pot
1.3.1 - January 24, 2023
Compatibility: WordPress 6.1+
----------------------------------------------------------------------------------------------
List of changes between cssigniter-updater v1.3.0 and v1.3.1
----------------------------------------------------------------------------------------------
* FIXED: A fatal error would get thrown when latest plugin versions couldn't get fetched due to network issues.
M cssigniter-updater.php
* CHANGED: Plugin version to 1.3.1
M cssigniter-updater.php
1.3.0 - January 4, 2023
Compatibility: WordPress 6.0+
----------------------------------------------------------------------------------------------
List of changes between cssigniter-updater v1.2 and v1.3.0
----------------------------------------------------------------------------------------------
* FIXED: A warning would get thrown if the themes' json file was not accessible for any reason.
M cssigniter-updater.php
* CHANGED: Renamed plugin to "CSSIgniter Connector".
* CHANGED: Made textuals more generic to reflect the connected services, rather than updates in specific.
M cssigniter-updater.php
* CHANGED: Class CSSIgniter_Updater is now a singleton, instantiated by CSSIgniter_Updater()
* ADDED: Introduced CSSIgniter_Updater::get_api_credentials() so that other code can get API creds, without accessing the DB directly.
* FIXED: Refactored code to use get_api_credentials() throughout.
M cssigniter-updater.php
* Changed version to 1.3.0
* Updated language file.
M cssigniter-updater.php
M languages/cssigniter-updater.pot
1.2 - June 17, 2021
Compatibility: WordPress 5.5+
----------------------------------------------------------------------------------------------
List of changes between cssigniter-updater v1.1 and v1.2
----------------------------------------------------------------------------------------------
* FIXED: "View version x.x.x details" links would not work for plugins.
* FIXED: Available updates would not immediately appear after successful credentials were saved.
M cssigniter-updater.php
* Changed version to 1.2
* Updated language file.
M cssigniter-updater.php
M languages/cssigniter-updater.pot
1.1 - March 19, 2021
Compatibility: WordPress 5.5+
----------------------------------------------------------------------------------------------
List of changes between cssigniter-updater v1.0.1 and v1.1
----------------------------------------------------------------------------------------------
* ADDED: Support for language packs. The first available translation is downloaded for each language, according to this priority list: 1) Latest product version. 2) User-installed product version. 3) Most recent available translation.
M cssigniter-updater.php
* FIXED: A warning would sometimes get thrown while unhooking AudioIgniter and EventIgniter notification handlers.
M cssigniter-updater.php
* FIXED: Updated textuals to match the Download page's, as well as include language files.
* Updated language file.
* Changed version to 1.1
M cssigniter-updater.php
M languages/cssigniter-updater.pot
1.0.1 - March 12, 2019
Compatibility: WordPress 4.9+
FIXED: Fixed undefined index notice when getting a plugin's info.
1.0 - November 16, 2018
Compatibility: WordPress 4.8+
Initial release
0.9 - November 16, 2018
Compatibility: WordPress 4.9+
* Release candidate 1