Skip to content

Commit e302dfe

Browse files
author
VinayBhalerao
committed
[changelog] added client header
1 parent 143a1d2 commit e302dfe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
## Unreleased
55

6+
### Added
7+
- Added client header ```X-3scale-User-Agent: plugin-php-v{version-number}
8+
69
### Changed
7-
- Allow custom host and port configurable for 3scale On premise SAAS platform [PR #16](https://github.com/3scale/3scale_ws_api_for_php/.) Note: For example, the signature is changed from ```$url = "http://" . $this->getHost() . "/transactions/authorize.xml"``` to ```$url = $this->getHost() . "/transactions/oauth_authorize.xml";``` for endpoints
10+
- Allow custom host and port configurable for 3scale On premise SAAS platform [PR #16](https://github.com/3scale/3scale_ws_api_for_php/pull/16) Note: For example, the signature is changed from ```$url = "http://" . $this->getHost() . "/transactions/authorize.xml"``` to ```$url = $this->getHost() . "/transactions/oauth_authorize.xml";``` for endpoints
811

912
##[2.7.0] - 2017-02-16
1013
### Added

0 commit comments

Comments
 (0)