-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from Plasma-Platform/feature/TMONE-894/checkout
TMONE-894 - Add discounts and products list in subscriptions
- Loading branch information
Showing
6 changed files
with
270 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.1.0] - 2025-02-07 | ||
### Added | ||
- Add parameters discounts, products and cartId list in subscriptions | ||
|
||
## [1.0.9] - 2025-02-06 | ||
### Added | ||
- Add trackers | ||
|
||
## [1.0.8] - 2025-02-05 | ||
### Added | ||
- Add membership and support products for order | ||
|
||
## [1.0.7] - 2024-04-11 | ||
### Added | ||
- Billing portal links | ||
|
||
## [1.0.6] - 2022-10-14 | ||
### Added | ||
- Get customer management portal link | ||
|
||
## [1.0.5] - 2022-02-14 | ||
### Added | ||
- Added cancel order | ||
|
||
## [1.0.4] - 2021-10-06 | ||
### Added | ||
- Google & Apple pay. | ||
|
||
## [1.0.3] - 2020-05-09 | ||
### Fixed | ||
- fix screenshots | ||
|
||
## [1.0.0] - 2019-02-19 | ||
### Added | ||
- Payment Subscriptions | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
{ | ||
"name": "templatemonster/api2-client", | ||
"description": "TemplateMonster API client", | ||
"license": "Apache License, Version 2.0", | ||
"authors": [ | ||
{ | ||
"name": "kolomiets", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"require": { | ||
"php": ">=5.3.0" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"NewRelic": "src/" | ||
}, | ||
"classmap": [ | ||
"./" | ||
] | ||
"name": "templatemonster/api2-client", | ||
"description": "TemplateMonster API client", | ||
"version": "1.1.0", | ||
"license": "Apache License, Version 2.0", | ||
"authors": [ | ||
{ | ||
"name": "kolomiets", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"require": { | ||
"php": ">=5.3.0", | ||
"ext-curl": "*", | ||
"ext-json": "*" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"NewRelic": "src/" | ||
}, | ||
"classmap": [ | ||
"./" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.