Skip to content

Releases: jadu/meteor

4.1.0

02 May 09:32

Choose a tag to compare

Features

  • [MET-128] Added PHP 8.3 support (#168)
  • [MET-127] Required disk space check is now based on package size (#170)
  • [MET-129] Suppress output when running scripts and replace with progress bar (#169)

Fixes

  • [MET-126] Updated references to MigrationException to prevent fatal error (#167)
  • [MET-130] Fix PHP CS Fixer in pipeline (#171)

4.1.0-rc.1

13 Mar 13:51
ce07759

Choose a tag to compare

4.1.0-rc.1 Pre-release
Pre-release

Features

  • [MET-128] Added PHP 8.3 support (#168)
  • [MET-127] Required disk space check is now based on package size (#170)
  • [MET-129] Suppress output when running scripts and replace with progress bar (#169)

Fixes

  • [MET-126] Updated references to MigrationException to prevent fatal error (#167)
  • [MET-130] Fix PHP CS Fixer in pipeline (#171)

4.0.0

12 Jun 10:21
2c52487

Choose a tag to compare

  • Added PHP 8 support
  • Updated Symfony to 5.4
  • Update Doctrine to 2.3.5
  • Add support for non-standard database ports
  • Prevent silent failures when removing folders on Windows during processing of replaceDirectories
  • Replaced previous build and CI tools with GitHub actions
  • Added zip compression to reduce the phar size

Notes

  • Content passed to addSql is no longer output to the terminal during migrations
  • If using a non-standard db port on the local server, you must use 127.0.0.1 as the address and not localhost

4.0.0-rc.5

31 May 15:17
55141af

Choose a tag to compare

4.0.0-rc.5 Pre-release
Pre-release
  • Fixes bug handling applying a patch with no file migrations
  • Add exclusion for "dev-*" in version comparison for backwards-compatibility

4.0.0-rc.4

12 May 15:22
3a911f0

Choose a tag to compare

4.0.0-rc.4 Pre-release
Pre-release
  • Fixes issues with autoloading classes outside of the meteor.phar when patching
  • Added zip compression to reduce the phar size

4.0.0-rc.3

19 Apr 18:10
dafad60

Choose a tag to compare

4.0.0-rc.3 Pre-release
Pre-release

Fixes various issues found in the previous RC:

  • meteor.phar sometimes missing from package
  • unable to set port when db is SQL Server
  • problems executing pre and post scripts

4.0.0-rc.2

27 Feb 10:12
60385a1

Choose a tag to compare

4.0.0-rc.2 Pre-release
Pre-release
  • Fixed issues with file migrations identified in previous RC

4.0.0-rc.1

16 Jan 18:43
e9c2dcf

Choose a tag to compare

4.0.0-rc.1 Pre-release
Pre-release
  • Added PHP 8 support
  • Updated Symfony to 5.4
  • Update Doctrine to 2.3.5
  • Content passed to addSql is no longer output to the terminal during migrations.
  • Add support for non-standard database ports (for this to work you must use 127.0.0.1 instead of localhost)
  • Prevent silent failures when removing folders on Windows during processing of replaceDirectories
  • Replaced previous build and CI tools with GitHub actions

3.4.1

28 Apr 12:27
8215f6e

Choose a tag to compare

  • Fixed fatal error when permissions prevent access to a directory within the patch target (#123)
  • Fixed behaviour when backups directory is not present on patch target (#124)
  • Prevent encoding issues by forcing UTF-8 charset (#127)

3.4.1-rc2

23 Mar 09:46
8215f6e

Choose a tag to compare

3.4.1-rc2 Pre-release
Pre-release
Update CHANGELOG.md