Skip to content

2.3.1

Compare
Choose a tag to compare
@alextuan alextuan released this 29 Feb 05:48

= 2.3.1 - 2020/02/29 =

  • This maintenance release contains various PHP code updates to resolve PHP warnings and depreciations in PHP 7.0 to 7.4
  • Fix - Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings
  • Fix - Update global ${$option} to $GLOBALS[$option] to resolve 7.0+ PHP warnings
  • Fix - Update less PHP lib that use square brackets [] instead of curly braces {} for Array , depreciated in PHP 7.4
  • Fix - Validate for do not use get_magic_quotes_gpc function for PHP 7.4