Skip to content

v4.5.0

Compare
Choose a tag to compare
@ivantcholakov ivantcholakov released this 10 Jul 18:21
· 262 commits to master since this release

CHANGELOG

  • assets:compile feature from Starter 5 has been backported here. The command is php cli.php assets compile . The configuration file is platform/common/config/assets_compile.php . The old less compile and scss compile commands and their corresponding configuration have been removed.
  • Lessjs: Corrections about obsolete options have been made.
  • Cssmin: tubalmartin/cssmin has been removed, Cssnano is the default implementation as of now.
  • Twig: v1.42.5 still supports PHP 5.6, so upgrades would be hold till PHP 5.6 is supported.
  • Fatnes has been removed - mostly CSS and fonts.
  • Lex parser has been removed.
  • The newly introduced highlight.js script replaces Google code-prettify.
  • Error reporting on production: Errors under CLI are visible.
  • Playground: Some non-essetial pages have been removed.
  • CodeIgniter 3.1.11+ has been updated to its current last commit.
  • Links to CodeIgniter's user manual within source have been updated.