8
0
klicktipp-php-client/CHANGELOG.md
2025-03-06 11:46:28 +01:00

1.2 KiB

Changelog

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.

Unreleased

1.0.3 - 2025-03-06

Fixed

  • handle different cases in subscribed status

1.0.2 - 2025-02-05

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 - 2025-01-13

Changed

  • badges in README

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