Skip to content

Releases: spryker/propel

3.41.0

05 Nov 16:33
Compare
Choose a tag to compare

Included commits: 3.40.2...3.41.0

Improvements

  • Added PHPUnit 11 support.

3.40.2

17 Sep 09:31
Compare
Choose a tag to compare

Included commits: 3.40.1...3.40.2

Improvements

  • Adjusted PropelFacade::validateSchemaFiles() to have more convenient error message.

3.40.1

29 Aug 06:52
Compare
Choose a tag to compare

Included commits: 3.40.0...3.40.1

Fixes

  • Adjusted PropelConfig::getWhitelistForAllowedAttributeValueChanges() to have more specific return type docblock.

3.40.0

15 Jan 11:44
Compare
Choose a tag to compare

Included commits: 3.39.0...3.40.0

Adjustments

  • Increased PropelOrm module version dependency.

3.39.0

02 Nov 21:22
Compare
Choose a tag to compare

Included commits: 3.38.0...3.39.0

Improvements

  • Added PHP 8.2 support.

3.34.3

10 May 19:56
Compare
Choose a tag to compare

Included commits: 3.34.2...3.34.3

Adjustments

  • Adjusted PropelFilterCriteria::toCriteria() to properly map provided values from FilterTransfer to Criteria.

3.38.0

18 Apr 12:10
Compare
Choose a tag to compare

Included commits: 3.37.0...3.38.0

Adjustments

  • Adjusted PropelFilterCriteria::toCriteria() to properly map provided values from FilterTransfer to Criteria.

3.37.0

03 Apr 08:38
Compare
Choose a tag to compare

Included commits: 3.36.0...3.37.0

Fixes

  • Adjusted PropelConfig::getLogPath() to make it Dynamic Store compatible.

3.36.0

09 Feb 09:36
Compare
Choose a tag to compare

Included commits: 3.35.1...3.36.0

Improvements

  • Added support for Propel rollback feature.
  • Adjusted MigrateConsole to allow rollback or migrate database to a specific version using the optional argument migrate-to-version.
  • Adjusted MigrationCheckConsole with the option last-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

11 Nov 07:17
Compare
Choose a tag to compare

Included commits: 3.35.0...3.35.1

Improvements

  • Adjusted PropelHelper for compatibility with Codeception 5.