Skip to content

Releases: ivantcholakov/starter-public-edition-4

v4.4.3

23 Jun 02:15
Compare
Choose a tag to compare

CHANGELOG

  • 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

15 Jun 04:44
Compare
Choose a tag to compare

CHANGELOG

  • 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

07 Jun 01:42
Compare
Choose a tag to compare

CHANGELOG

  • A new constant VENDORPATH has been introduced.
  • A new Composer package ivantcholakov/codeigniter-phpmailer has been added. The customized Email library can be updated easily now (composer update).

v4.4.0

05 Jun 06:44
Compare
Choose a tag to compare

CHANGELOG

  • 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

31 May 22:22
Compare
Choose a tag to compare

CHANGELOG

v4.3.46

05 May 06:07
Compare
Choose a tag to compare

CHANGELOG

  • PHP 7.4 compatibility fixes
  • composer update

v4.3.45

25 Dec 07:44
Compare
Choose a tag to compare

CHANGELOG

  • Headroom.js has been added.
  • Swiper slider has been added, Slick slider has been removed.
  • Some updates form CodeIgniter 3.1.12-dev have been taken.
  • composer update

v4.3.44

04 Oct 03:15
Compare
Choose a tag to compare

CHANGELOG

  • CodeIgniter 3.1.11
  • composer update

v4.3.43

19 Jan 01:24
Compare
Choose a tag to compare

CHANGELOG

  • CodeIgniter 3.1.10
  • Twig 1.37.1 (requires PHP 5.4)

v4.3.42

09 Jan 21:56
Compare
Choose a tag to compare

CHANGELOG

  • Email library: If PHP version is 5.5 or greater, the library loads and uses PHPMailer 6. Otherwise 5.2.27 is going to be used, its files are under the directory common/third_party/phpmailer within this project.