Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 6.26 KB

CHANGELOG.md

File metadata and controls

81 lines (54 loc) · 6.26 KB

Changelog

1.2.0 (2023-05-11)

Features

  • Added additional parameters to the test script. Added testing of methods not implemented in the SDK. Changes have been made to the documentation file (6b512a3)
  • Added description of how to pass the config file path (d8bf80f)
  • Added the ability to pass the absolute path to the configuration file in the command line (ddb22ee)
  • Sets endpoint as required parameter in UnioneClient. Added changes to README.md (88b8e57)
  • UnioneApiChecker Includes composer vendor autoload (fc6eccc)

1.1.0 (2023-04-24)

Features

  • Added test script for Unione email send and webhook set methods test (b4d0ffd)
  • Added webhook validate method. To the UnioneClient added getApiKey method (82b5165)
  • Added webhook validate method. To the UnioneClient added getApiKey method (72ba02c)
  • Added Webhooks API supports to UnioneClient (c3b7d55)
  • Added Webhooks API supports to UnioneClient (64309d3)

Bug Fixes

  • Allow empty body, subject, from_email values when the template is set. (06a0a11)

1.0.0 (2023-04-03)

⚠ BREAKING CHANGES

  • Constructor arguments order was changed
  • Changed input parameter in send() method.

Features

  • Add email class (0f763e3)
  • Add exposed Guzzle configurations (8dc9716)
  • Add new param and update release-please (6e87dae)
  • Add style checking (185c10a)
  • Add timeout (b4b9423)
  • Added json_decode server response (6af1df5)
  • Added method subscribe in mail API (1c112ee)
  • Added Template sent class with all methods (5b06aa8)
  • Added Webmozart\Assert to validate subscribe method array keys (30ee94b)
  • API: Unione PHP SDK v1.0.0. (2766b33)

Bug Fixes

  • Add parameter 'platform' (46856cd)
  • Add request headers parameter (3acce82)
  • Add set() method (145c04c)
  • Changed namespace and method (c01ef05)
  • Changed php-cs-fixer in github action from version 3.9.5 to 3.13 (dacf8a8)
  • Convert recipients array (831b553)
  • Corrected the code according to comments (933e771)
  • Fix code style (e198dd2)
  • Fix code variable name bug (f0bc498)
  • Fix release-please.yml file (f577d74)
  • Fix return value Email::send method. UniOneClient::httpRequest now return array or throw GuzzleException (066196a)
  • Fix return value UniOneClient::httpRequest is now associative array (b475fd0)
  • Update php-cs-fixer to version 3.15 (ace4195)

Code Refactoring

0.0.1 (2022-11-15)

Features

  • Add new param and update release-please (6e87dae)
  • Add style checking (185c10a)
  • Add timeout (b4b9423)
  • API: Unione PHP SDK v1.0.0. (2766b33)