Releases: ivantcholakov/starter-public-edition-3
Releases · ivantcholakov/starter-public-edition-3
v3.6.11
CHANGELOG
- Security improvements have been implemented - about html atributes escaping and XSS-cleaning.
v3.6.10
CHANGELOG
- Versions of Composer package have been fixed for ensuring that the platform would work on PHP 7.3 also.
- Fixes for PHP 8.1 compatibility have been implemented.
v3.6.9
CHANGELOG
- Fixes for PHP 8.1 compatibility have been implemented.
v3.6.8
CHANGELOG
- Fixes for improving PHP 8.1 compatibility have been implemented.
v3.6.7
CHANGELOG
- PHP >= 7.3.0.
- CodeIgniter has neen updated to 3.1.13.
- PHP 8.1 compatibility has been implemented.
- composer update
v3.6.6
CHANGELOG
- Twig engine: Some class names for exceptions have been fixed.
- Corrections for avoiding deprecation notices about ini_get('mbstring.func_overload') have been done.
- composer update
v3.6.5
CHANGELOG
- CodeIgniter has been updated for PHP8 compatibility.
v3.6.3
CHANGELOG
- CSS: Some utility classes about margins and paddings have been added.
- Sweetalert2 has been updated to v10.13.3.
v3.6.2
CHANGELOG
- A new constant WEB_ASSET_CACHE_BUST_NUMBER has been introduced, it is used for cache busting while loading web-assets (JavaScripts, CSS, fonts, etc.) by browsers. Increment this constatnt (a number represented as a string) when some of web-asset sources are changed/updated.
- composer update