Releases: ivantcholakov/starter-public-edition-4
Releases · ivantcholakov/starter-public-edition-4
v4.4.3
- The previously deprected function array_strip_slashes() has been removed.
- A new function array_merge_recursive_distinct() has been added.
- UTF8 class has been slightly updated.
- Twig: All the debugging features depend only on its 'debug' setting.
- Playground: The ENVIRONMENT setting is made visible on the main menu. Some demos are fixed to work on production mode.
- composer update
v4.4.2
- The function detect_url() has been extended to return a single part of its result.
- The previously deprecated global variable $DETECT_URL has been removed.
- platform/common/config/config.php: Two new settings have been added - about accessing site through trusted host names only. See CodeIgniter's 4 issue 3004.
- composer update
v4.4.1
v4.4.0
- Required minimal version of PHP is 5.5 now.
- ENVIRONMENT is 'production' by default.
- A new constant PRODUCT_VERSION has been added to identify your final product, see platform/bootstrap/versions.php
- www/ --> public/
- Some minor corrections have been done on KCFinder.
- The bootstrapping code has been refactored sligntly.
- Identified obsolete code has been removed.
Upgrade carefully!
v4.3.47
- PHPMailer has been updated, CVE-2020-13625.
- composer update