Skip to content

Releases: odan/twig-assets

3.3.0

14 Jul 14:37
Compare
Choose a tag to compare

Added

  • Add support for PHP 8.1 and 8.2

Fixed

  • Fix compatibility with Symfony 6

Removed

  • Remove support for PHP 7.3 and PHP 8.0

3.2.1

25 Aug 19:27
Compare
Choose a tag to compare

Fixed

  • Fix public cache file caching #26

Changed

  • Update readme

3.2.0

25 Dec 17:26
Compare
Choose a tag to compare

Added

  • Add PHP 8 support

Breaking Changes

  • Dropped PHP 7.2 support

3.1.0

31 Jul 16:38
Compare
Choose a tag to compare

Added

  • Add possibility to insert custom html attributes #22 Thanks to @maciejfikus

3.0.0

05 Apr 20:09
Compare
Choose a tag to compare

Breaking Changes

  • Added support for Twig 3
  • Dropped support for Twig 2
  • Changed requirements to PHP ^7.2.5
  • Make classes final where possible

2.3.0

14 Dec 16:59
352ddd8
Compare
Choose a tag to compare

Added

  • Support for CSP nonce. More details: #15 - Thanks to @killua-eu

2.2.0

21 Nov 17:40
Compare
Choose a tag to compare

Changed

  • Allow Symfony 5

2.1.2

11 Oct 20:21
05bab79
Compare
Choose a tag to compare

Fixed

  • Create cache directory after clear cache #1

2.1.1

12 Apr 15:48
Compare
Choose a tag to compare
  • Changed Twig Class names #8

2.1.0

09 Apr 12:52
Compare
Choose a tag to compare

Changed

  • Updated css and js minifier dependencies
  • Changed Twig Class names #8, Thanks to @Arkshine