Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.48 KB

Change Log for OXID eShop Module Template

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.0] - unreleased

Added

  • Improved the phpmd configuration PR-10

Changed

  • Updated module to work with shop 7

Fixed

  • Improved cache keys in workflows to be more precise

1.0.0 - 2023-03-03

Added

  • More examples with possible configuration settings for module
  • More precise dependency on the shop versions added
  • Missing translations in module settings
  • Dependabot configured in repository to check for dependency issues
  • Separate manual workflow for generating coverage artifacts
  • Quality badges example in readme

Changed

  • Update phpstan version

Fixed

  • Migrations executed on module activation only if new, not executed ones present
  • Cleanup not used dev dependencies
  • Test run failures on https configuration; Enable not secure dev certificates in tests
  • Failed tests in the workflow will mark workflow red, not green anymore
  • Consistent abbreviation: OEMT

1.0.0-rc.1 - 2022-05-05

Added

  • First version of our reusable examples