Releases: nosial/OptsLib
Releases · nosial/OptsLib
1.1.3
This update introduces a critical bug fix
Fixed
- Fixed issue where if global $argv is not available, a check to see if
$_SERVER['argv']
is set
before accessing it due to a potential 'undefined' error.
1.1.1
Updated OptsLib to work with php 8.3+ & ncc 2.1.0+
Changed
- Introduced typed properties to OptsLib
Fixed
- Fixed code-smell from OptsLib