Skip to content

Releases: netlogix/Netlogix.Migrations

2.4.0 - Allow PHP 8.5

01 Apr 07:22
75d22e0

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

2.3.0 - Allow PHP 8.4

16 May 07:34
2eb1ddd

Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0 - Add Neos 9 and PostgreSQL Support

13 Jan 11:15
2c827a6

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0 - Drop PHP 7.4 Support and Fix PHP 8 Deprecations

31 Oct 15:37
ecd6300

Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.1.0

2.0.2 - Ensure PhpUnit 10 Compatibility

01 Jun 14:07
9debe5d

Choose a tag to compare

What's Changed

  • BUGFIX: Make phpunit provider methods static by @paxuclus in #13

Full Changelog: 2.0.1...2.0.2

2.0.1 - Fix unit tests

01 Jun 12:57
8bf64af

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0 - Support for Flow 7 and 8

23 May 17:32
e7c6fe7

Choose a tag to compare

What's Changed

  • !!! FEATURE: Add Support for Neos 7 and 8 by @nlx-lars in #11

Full Changelog: 1.4.2...2.0.0

Fix unit tests for Flow 6.3

14 Jan 16:39
c758685

Choose a tag to compare

Merge pull request #10 from netlogix/bugfix/add-type-hints-to-tests

BUGFIX: Add missing type hints to tests

Fix unit tests when version numbered class names are not properly formated

11 Nov 13:56
95a40cc

Choose a tag to compare

Version numbered class names need to be "Version" followed by exactly 14 digits.
Unit tests didn't reflect that.
This also adds an exception when this is not the case, instead of just an "undefined index: dateFormatVersionNumber".

Allow version numbers in full namespace

11 Nov 10:08
3d3ca79

Choose a tag to compare

Migration classes are usually named like "Version20200911105700" to be
both, naturally sorted and with little chance to conflict.

This patch allows for migration classes with arbitrary names but
living in namespaces that contain the version number part.

This patch does not change how migratins are detected within the file
system.