2025-01-04 23:18:18 +01:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2025-02-05 11:14:20 +01:00
|
|
|
## [Unreleased](https://git.d3data.de/D3Public/klicktipp-php-client/compare/1.0.2...rel_1.x)
|
|
|
|
|
|
|
|
## [1.0.2](https://git.d3data.de/D3Public/klicktipp-php-client/compare/1.0.1...1.0.2) - 2025-02-05
|
2025-01-17 11:19:18 +01:00
|
|
|
### Added
|
|
|
|
- reset subscription method
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- endpoint related task with missing endpoint instance throws an exception instead skipping it
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- test for index null values in entities
|
|
|
|
|
|
|
|
## [1.0.1](https://git.d3data.de/D3Public/klicktipp-php-client/compare/1.0.0...1.0.1) - 2025-01-13
|
|
|
|
### Changed
|
|
|
|
- badges in README
|
2025-01-09 11:12:32 +01:00
|
|
|
|
|
|
|
## [1.0.0](https://git.d3data.de/D3Public/klicktipp-php-client/releases/tag/1.0.0) - 2025-01-09
|
|
|
|
### Added
|
|
|
|
- support for the following Klicktipp endpoints
|
|
|
|
- account
|
|
|
|
- field
|
|
|
|
- subscriber
|
|
|
|
- subscription
|
|
|
|
- tag
|
|
|
|
- entities for all endpoints
|
|
|
|
- exchangable HTTP client (Guzzle)
|
|
|
|
- fully tested
|
|
|
|
- proper exception handling
|