Skip to content

3.3.0 Switch to Slim 4 framework + add custom templates

Latest
Compare
Choose a tag to compare
@mikespub mikespub released this 22 Apr 11:14
· 35 commits to main since this release

Main changes are summarized in CHANGELOG.md

[3.3.0] - 2024-04-22

Changed

  • Invoke callable actions via ActionsWrapperStrategy instead of using wrapper for each action in routes
  • Updated dependencies + switched to phpunit 10.5
  • Updated middlewares/cache package to new release 4.0

[3.2.0] - 2023-12-15

Changed

  • Replaced abandoned package swiftmailer/swiftmailer with phpmailer/phpmailer

[3.1.0] - 2023-12-13 Custom template directories like tailwind

Added

  • Added tailwind css templates from v2.x frontend
  • Added support for custom template directories

Changed

  • Aligned template extension with v2.x frontend (.twig)
  • Updated javascript library versions a little bit (limited by jQuery Mobile)
  • Fixed e-mail validation check - see #2

Removed

  • Dropped unused epiceditor js and related themes

[3.0.0] - 2023-12-10 Switch to Slim 4 framework

Changed

  • Switched to PSR-3/7/11/15/17 + Slim 4 framework

Removed

  • Dropped incompatible package slim/logger from composer.json
  • Removed abandoned package slim/views from lib/SlimViews

Full Changelog: v1.7.2...v3.3.0