Skip to content

2.0.3 Release

Compare
Choose a tag to compare
@niden niden released this 01 May 14:10
· 39 commits to master since this release

PHP Versions: 8.0, 8.1, 8.2

Changelog

Fixed

  • Added staticToCamelize() for calling toCamelize() statically. #41
  • Added staticToLower() for calling toLower() statically. #41
  • Added staticToUncamelize() for calling toUncamelize() statically. #41
  • Added staticToUpper() for calling toUpper() statically. #41
  • Added phpStaticIniGet() for calling phpIniGet() statically. #41
  • Added phpStaticIniGetBool() for calling tphpIniGetBool() statically. #41
  • Added phpStaticIniGetInt() for calling phpIniGetInt() statically. #41
  • Added phpStaticParseIniFile() for calling phpParseIniFile() statically. #41