Releases: ItalyStrap/config
Releases · ItalyStrap/config
2.5.0
Config API v2.4.5
New Release
- This fix a PHP 8 fatal error.
Config API v2.4.4
New Release
- This revert the old interface but it still deprecated, only for a while I need it.
Config API v2.4.3
New Release
- This fixes previous release
Config API v2.4.2
New Release
- This revert \ItalyStrap\Config\Config_Interface::class for BC (Do not use it, use ConfigInterface instead)
Config API v2.4.1
New Release
- Changed ::class constant to relative string name.
Config API v2.4.0
New Release
- This fixes already defined interface coused from alias
- Added ConfigThemeMods for experiment with theme_mods configuration
Config API v2.3.0
New Release
- This removes
\ItalyStrap\Config\Config_Factory::class
and\ItalyStrap\Config\Config_Interface::class
- Added
class_alias
for above for BC.
Config API v2.2.4
New Release
This fixes a bug if integer key is used with Config::has()
and Config::get()
methods
Config API v2.2.3
New Release
This removed the exception of the key if it is not a string, now a key can be any type allowed by PHP.