Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 2.36 KB

Changelog

2.6.13 (2025-03-14)

  • chore: implement missing test methods for model classes (0e46f02)
  • chore: standardize test model files with empty setup and teardown methods (868c1e0)
  • chore: update OpenAPI document version to 1.6.0 (772fa1b)
  • chore: update package test files with package name correction (fccdd49)

2.6.12 (2025-03-11)

  • chore: update commitlint configuration to disable body line length limit (857196e)
  • chore: update SDK to OpenAPI document version 1.5.8 (b07c169)
  • fix: update MONEI webhook signature verification method (c6c8e21)

2.6.11 (2025-03-08)

  • chore: remove deprecated Apple Pay domain response models and update test files (c6eaad0)
  • docs: remove outdated MONEI webhooks documentation link (03eac80)

2.6.10 (2025-03-07)

  • chore: downgrade OpenAPI generator version and update SDK (6a4b6ff)
  • chore: migrate to ES modules and update commitlint config (54add7e)

2.6.8 (2025-03-07)

  • refactor: optimize README imports and code examples (531e7d7)
  • chore: add commitlint and conventional changelog configuration (d37dc0a)

All notable changes to the MONEI PHP SDK will be documented in this file.

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

This changelog is automatically generated with release-it and @release-it/conventional-changelog.

[Unreleased]

Added

  • Initial setup with conventional-changelog