Starter Public Edition 4 Versions Save

A PHP application starter, based on CodeIgniter 3

v4.6.11

1 year ago

CHANGELOG

  • Security improvements have been implemented - about html atributes escaping and XSS-cleaning.

v4.6.10

1 year ago

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.

v4.6.9

1 year ago

CHANGELOG

  • Fixes for PHP 8.1 compatibility have been implemented.

v4.6.8

1 year ago

CHANGELOG

  • Fixes for improving PHP 8.1 compatibility have been implemented.

v4.6.7

1 year ago

CHANGELOG

  • PHP >= 7.3.0.
  • CodeIgniter has neen updated to 3.1.13.
  • PHP 8.1 compatibility has been implemented.
  • composer update

v4.6.6

3 years ago

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

v4.6.5

3 years ago

CHANGELOG

  • CodeIgniter has been updated for PHP8 compatibility.

v4.6.4

3 years ago

CHANGELOG

  • Admin: Some accidentally deleted styles have been restored.
  • composer update

v4.6.3

3 years ago

CHANGELOG

  • CSS: Some utility classes about margins and paddings have been added.
  • Sweetalert2 has been updated to v10.13.3.
  • Examples: Minor code and visual corrections.

v4.6.2

3 years ago

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