Skip to content

Releases: madapaja/Madapaja.TwigModule

2.7.1

17 Jan 14:22
3835eeb

Choose a tag to compare

What's Changed

  • Update license copyright year(s) by @github-actions[bot] in #51
  • Modify export-ignore entries in .gitattributes by @sasezaki in #52

New Contributors

Full Changelog: 2.7.0...2.7.1

2.7.0

28 Dec 18:24
7ee1b66

Choose a tag to compare

Add Psalm taint annotations for XSS prevention

2.6.0

23 Nov 12:03
e677a85

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

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

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

Choose a tag to compare

  • PHP 8 Support
  • Support attributes
  • Bump phpunit 9

2.2.1

28 Jun 12:49
1bb996e

Choose a tag to compare

2.2.0

21 May 10:52
6c73406

Choose a tag to compare

  • Add redirect page support #34

Thanks, @kalibora san!

2.1.3

16 Apr 11:06
a525cc7

Choose a tag to compare

  • Update Twig version #33

Thanks @suzumaze ! 🚀

2.1.2

05 Jun 05:56
c44d81a

Choose a tag to compare

  • Fix the binding issue at 2.1.1