Releases: spryker/propel
Releases · spryker/propel
3.41.0
3.40.2
Included commits: 3.40.1...3.40.2
Improvements
- Adjusted
PropelFacade::validateSchemaFiles()
to have more convenient error message.
3.40.1
Included commits: 3.40.0...3.40.1
Fixes
- Adjusted
PropelConfig::getWhitelistForAllowedAttributeValueChanges()
to have more specific return type docblock.
3.40.0
3.39.0
3.34.3
Included commits: 3.34.2...3.34.3
Adjustments
- Adjusted
PropelFilterCriteria::toCriteria()
to properly map provided values fromFilterTransfer
toCriteria
.
3.38.0
Included commits: 3.37.0...3.38.0
Adjustments
- Adjusted
PropelFilterCriteria::toCriteria()
to properly map provided values fromFilterTransfer
toCriteria
.
3.37.0
Included commits: 3.36.0...3.37.0
Fixes
- Adjusted
PropelConfig::getLogPath()
to make it Dynamic Store compatible.
3.36.0
Included commits: 3.35.1...3.36.0
Improvements
- Added support for Propel
rollback
feature. - Adjusted
MigrateConsole
to allowrollback
ormigrate
database to a specific version using the optional argumentmigrate-to-version
. - Adjusted
MigrationCheckConsole
with the optionlast-version
to receive the last executed version of the migration. - Adjusted
PropelCommandRunner::runCommand()
to pass command line arguments to Propel. - Increased
PropelOrm
dependency version.
3.35.1
Included commits: 3.35.0...3.35.1
Improvements
- Adjusted
PropelHelper
for compatibility with Codeception 5.