Skip to content

V4.1.0: CI improvements, bugfixes and cleanup

Latest

Choose a tag to compare

@oliverklee oliverklee released this 06 Jul 12:08
Immutable release. Only release title and notes can be modified.
v4.1.0
2a1b8ae

What's Changed

Added

  • Add tests for the model property validations (#2127)
  • Split PHPStan CI jobs (#2050)
  • Add a more comprehensive XLIFF integrity checker (#2148)
  • Add a German translation for the BE module (#2163)
  • Add Postgres/MySQL to the functional tests on CI (#2101)
  • Add Composer caching on CI (#1933, #2139)

Changed

  • Disable some Type Perfect PHPStan rules (#2134)
  • Do not process Build/ with Rector (#2126)
  • Move PHPCov from Phive to Composer (#2109)

Removed

  • Drop Composer scripts for functional tests
  • Drop the AbstractFrontendControllerTestCase (#2076)

Fixed

  • Fix locallang files (#2158)
  • Fix path to the Composer cache in GitHub Actions (#2139)
  • Actually fix the code with runTests.sh -s phpCsFixer (#2136)
  • Return exitcode != 0 when runTests.sh -s composerUpdate(Min|Max)
    fails (#1936)

New Contributors

Full Changelog: v4.0.0...v4.1.0