Skip to content

Releases: madapaja/Madapaja.TwigModule

2.6.0

23 Nov 12:03
e677a85
Compare
Choose a tag to compare

2.6.0

Twig 2.x is dropped

Currently, PHP 8.4 and Twig 2.x are not compatible, so Twig 2.x support is dropped. If Twig 2.x is supported by PHP 8.4 in the future, it may be restored.

MobileTwigModule needs extra installation

In order to use the MobileTwigModule, it is necessary to install mobiledetect/mobiledetectlib as follows.

Please execute the following command in your project root.

composer require mobiledetect/mobiledetectlib

What's Changed

  • Enable PHP 8.4, Drop Twig 2.x and Windows test support by @koriym in #47
  • The need for MobileTwigModule has decreased, so we will make it an optional install by @koriym in #48

Full Changelog: 2.5.1...2.6.0

2.5.0

03 Sep 14:53
36c4809
Compare
Choose a tag to compare

What's Changed

  • Fix mobile detection on runtime
  • Support mobiledetect/mobiledetectlib v3
  • Refactor

Full Changelog: 2.4.0...2.5.0

2.4.0

10 Jan 05:43
01334b9
Compare
Choose a tag to compare

What's Changed

  • Twig v3 support by @koriym in #39
  • Update license copyright year(s) by @github-actions in #41
  • Refactor Attribute by @koriym in #42
  • Drop support for PHP 7.x and optimize for PHP 8 by @koriym in #43
  • Soothe psalm by @koriym in #44

New Contributors

  • @github-actions made their first contribution in #41

Full Changelog: 2.3.0...2.4.0

2.3.0

30 Jan 06:14
1fbf7fe
Compare
Choose a tag to compare
  • PHP 8 Support
  • Support attributes
  • Bump phpunit 9

2.2.1

28 Jun 12:49
1bb996e
Compare
Choose a tag to compare

2.2.0

21 May 10:52
6c73406
Compare
Choose a tag to compare
  • Add redirect page support #34

Thanks, @kalibora san!

2.1.3

16 Apr 11:06
a525cc7
Compare
Choose a tag to compare
  • Update Twig version #33

Thanks @suzumaze ! 🚀

2.1.2

05 Jun 05:56
c44d81a
Compare
Choose a tag to compare
  • Fix the binding issue at 2.1.1

2.1.1

05 Jun 05:21
8ec352b
Compare
Choose a tag to compare
  • [FIX] Remove TwigErrorPageModule install from default TwigModule #31

Thank for the reporting issue @poemn_cao !

2.1.0

30 May 04:54
90aed38
Compare
Choose a tag to compare
  • [ADD] TwigErrorPageModule for http status page #29
  • Add phpstan -l max src tests CI