Releases: lloricode/paymaya-sdk-php
Releases · lloricode/paymaya-sdk-php
v3.2.0 - Bump saloonphp/saloon from 3.14.0 to 4.0.0
What's Changed
- Build(deps): Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #28
- Build(deps): Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #30
- Build(deps-dev): Bump symfony/process from 7.3.3 to 7.4.5 by @dependabot[bot] in #31
- Build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #29
- Build(deps): Bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in #32
- Build(deps): Bump saloonphp/saloon from 3.14.0 to 4.0.0 by @dependabot[bot] in #33
- Build(deps): Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #34
- Build(deps): Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #35
Full Changelog: v3.1.2...v3.2.0
v3.1.1
What's Changed
- Add payment endpoints and DTOs for payment processing by @lloricode in #27
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Full Changelog: v3.0.0...v3.1.0
v3.0.0
v3.0.0 - Major Upgrade
🔍 Overview
This release introduces PHP 8.3 support, a modern HTTP client (Saloon PHP), and an improved folder structure for better maintainability and adoption of the latest PHP features.
✅ What's Changed
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #21
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #22
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #23
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #24
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #26
- Integrate Saloon PHP by @lloricode in #25
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- Drop support PHP 8.0 and 8.1
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #5
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #6
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #7
- Bump actions/checkout from 3 to 4 by @dependabot in #8
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #11
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #12
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #10
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #13
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #14
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #15
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #16
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #17
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #19
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #18
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #20
Full Changelog: v2.0.0...v2.0.1
v2.0.0 - 2023-04-28
Update CHANGELOG.md Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
2.0.0-alpha.2 - 2023-02-21
- Add timeout.
v2.0.0-alpha - 2023-02-17
Added
- Nothing.
Changed
- Use PHP promotion constructor
- Make date to be string
Deprecated
- Nothing.
Removed
- Remove spatie/data-transfer-object
Fixed
- Nothing.