Skip to content

Releases: jadu/meteor

4.0.0

12 Jun 10:21
2c52487
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
3.4.1-rc2 Pre-release
Pre-release
Update CHANGELOG.md

3.4.1-rc1

04 Mar 14:38
e7b1fc9
Compare
Choose a tag to compare
3.4.1-rc1 Pre-release
Pre-release

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)

3.4.0

15 Oct 15:15
58e43cb
Compare
Choose a tag to compare
Merge pull request #120 from jadu/MET-107

[MET-107] Improves ProcessRunner to respect memory_limit in PHP scripts