Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 1.06 KB

ITK Pretix D8 Change Log

All notable changes to this project should be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

See "how do I make a good changelog record?" before starting to add changes.

[Unreleased]

1.2.2

  • Allow nullabale pretix client
  • Remove circular reference in services

1.2.1

  • Fix bug in order service

1.2.0

  • Remove cirkular reference

1.1.0

  • Make module ready for d-10
  • Basic github actions added
  • Update php requirements

1.0.1 - 1.0.3

  • Minor changes.

1.0.0

  • Initial release

Example of change log record

## [x.x.x] Release name
### Added
- Description on added functionality.

### Changed/Updated
- Description on changed/updated functionality.

### Deprecated
- Description of soon-to-be removed features.

### Removed
- Description of removed features.

### Fixed
- Decription of bug fixes.

### Security
- Security in case of vulnerabilities.