Skip to content

Releases: luyadev/luya-testsuite

3.1.4

31 Aug 12:20
Compare
Choose a tag to compare

3.1.4 (31. August 2023)

  • Compatibility with latest Yii Framework version

3.1.3

18 Jan 11:21
f18f60f
Compare
Choose a tag to compare

3.1.3 (18. January 2022)

  • Fixed issues with php 8.2 tests

3.1.2

15 Dec 14:54
Compare
Choose a tag to compare

3.1.2 (15. December 2022)

  • Fixed issues raised for php 8.2 tests

3.1.1

23 Aug 11:43
e9c552c
Compare
Choose a tag to compare

3.1.1 (23. August 2022)

  • Fixed issue with nullable strings on php 8.1

3.1.0

23 Aug 11:25
Compare
Choose a tag to compare

3.1 (23. August 2022)

  • Update to Twig version 3.0 because of PHP 8.1 compatibility

3.0.2

24 Aug 09:05
Compare
Choose a tag to compare
  • Move the LUYA dependencies into require-dev section to ensure no circular references.

3.0.1

14 Aug 05:57
8a53750
Compare
Choose a tag to compare

Add branch alias

3.0.0

27 Jul 10:55
Compare
Choose a tag to compare

3.0 (27. July 2021)

  • Add compatibility for LUYA CMS 4.0

2.1.0

27 Jul 09:30
Compare
Choose a tag to compare

2.1.0 (27. July 2021)

  • Add compatibility for LUYA Admin 4.0

2.0.0

02 Dec 12:49
Compare
Choose a tag to compare

2.0.0 (2. December 2020)

This release contains breaking changes! Check the UPGRADE document to read more.

  • #39 Added PHPUnit Polyfill. Allows Testing from PHP 7 to 8. Replace assertContains() with assertStringContainsString() if needed. See the upgrade document