Skip to content

Releases: ItalyStrap/config

2.5.0

04 Oct 19:54
Compare
Choose a tag to compare

New Release

  • This adds casting for stdClass obj in search method.

Config API v2.4.5

10 Mar 13:44
Compare
Choose a tag to compare

New Release

  • This fix a PHP 8 fatal error.

Config API v2.4.4

03 Sep 09:35
Compare
Choose a tag to compare

New Release

  • This revert the old interface but it still deprecated, only for a while I need it.

Config API v2.4.3

28 Aug 17:59
Compare
Choose a tag to compare

New Release

  • This fixes previous release

Config API v2.4.2

28 Aug 17:32
Compare
Choose a tag to compare

New Release

  • This revert \ItalyStrap\Config\Config_Interface::class for BC (Do not use it, use ConfigInterface instead)

Config API v2.4.1

19 Aug 15:44
Compare
Choose a tag to compare

New Release

  • Changed ::class constant to relative string name.

Config API v2.4.0

18 Aug 16:21
Compare
Choose a tag to compare

New Release

  • This fixes already defined interface coused from alias
  • Added ConfigThemeMods for experiment with theme_mods configuration

Config API v2.3.0

11 Mar 12:22
Compare
Choose a tag to compare

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

20 Feb 07:45
Compare
Choose a tag to compare

New Release

This fixes a bug if integer key is used with Config::has() and Config::get() methods

Config API v2.2.3

20 Feb 06:51
Compare
Choose a tag to compare

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.