Skip to content

Releases: ivantcholakov/starter-public-edition-3

v3.6.1

18 Jan 23:52
Compare
Choose a tag to compare

CHANGELOG

  • A minor visual correction for validation errors has been done.
  • jQuery Ellipsis has been removed, a pure CSS implementation for multiline ellipsis has been implemented.
  • Web-assets: A simple cache busting has been done.
  • composer update

v3.6.0

17 Jan 15:41
Compare
Choose a tag to compare

CHANGELOG

  • Twig has been upgraded, v3.2.1. Changes are made in templates for covering syntax changes accordingly.
  • UTF8: The Kohana implementation has been replaced with "voku/portable-utf8" package.
  • Composer: The package "oomphinc/composer-installers-extender" has been added for supporting web-assets installation.
  • jQuery has been updated, v3.5.1.
  • Modernizr has been updated, v3.5.0.
  • function safe_mailto(): Pure PHP implementation has been made, not so safe obfuscation, for avoiding JavaScript's function document.write() calls.
  • The CSS framework has been upgraded: Semantic UI - 2.4.2 -> Fomantic UI - 2.8.6.
  • The CSS animate.css has been updated, v4.1.1.
  • Sweetalert JavaScript has been replaced with Sweetalert2.
  • CKEditor 4 has been updated, v4.15.1.
  • Various minor fixes and updates have been made.
  • composer update

v3.5.3

29 Nov 18:48
Compare
Choose a tag to compare

CHANGELOG

  • PHP 7.2.5 or higher is required.
  • PHP 8 compatibility fixes have been done.
  • Semantic UI: .nullable dropdowns are now .clearable.
  • Some minor corrections for KCFinder have been done.
  • Some obsolete features and examples have been removed.

v3.5.2

31 Jul 21:56
Compare
Choose a tag to compare

CHANGELOG

  • A bug-fix release: Two configuration files have not been updated.
  • composer update

v3.5.1

13 Jul 12:54
Compare
Choose a tag to compare

CHANGELOG

  • A broken setting about the online editor has been fixed.

v3.5.0

10 Jul 18:08
Compare
Choose a tag to compare

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.

v3.4.7

07 Jul 03:03
Compare
Choose a tag to compare

CHANGELOG

  • The common windows-detection constant does its job in the same way as in other places, not significant.
  • Parsers, some comand-line processes: There was a default timeout of 60s, that is not ehough when for example a huge bunch of less-files is to be compiled. This timeout has been increased to 3600s.
  • Less parser (Lessjs implementation): The command-line options have been revised and updated.

v3.4.6

30 Jun 22:26
Compare
Choose a tag to compare

CHANGELOG

  • Minimally required PHP version is 5.6.0 as of now, versions of Composer-distributed packages are tuned up to satisfy this requirement. No abandoned packages are used.
  • Classes Lessjs_Parser, Cssnano_Parser, Autoprefixer_Parser have been reworked slightly for making their code more understandable. For this purpose symfony/process package has been added.
  • Code of REST-server has been altered to its PHP 5.4-style version.
  • The landing page of the Playground was slightly visually improved.

v3.4.5

29 Jun 00:50
Compare
Choose a tag to compare

CHANGELOG

  • Some Composer-provided packages have been downgraded for not breaking PHP 5.x compatibility.
  • Parsers Mustache, Handlebars, LESS, SCSS: Code was revised, abandoned packages were replaced/removed.
  • A hew, hopefuly more adequate function escape_shell_arg($arg) has been added.

v3.4.4

24 Jun 23:56
Compare
Choose a tag to compare

CHANGELOG

  • A maintenance release - a typo within the PostgreSQL driver has been fixed.