Releases: jadu/meteor
Releases · jadu/meteor
4.0.0
- 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
- 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
- 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
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
- Fixed issues with file migrations identified in previous RC
4.0.0-rc.1
- 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