From 8c80a28abc86406bea9826b1e3e48ced71cfe3af Mon Sep 17 00:00:00 2001 From: Hirenkumar Parmar Date: Mon, 19 Apr 2021 20:19:31 +0000 Subject: [PATCH 1/4] Updated client version in ClientInterface 2.0.7 --- src/ClientInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 7971740cb..d9393d0ed 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -44,7 +44,7 @@ interface ClientInterface extends HttpClient */ public const HYBRID_ENDPOINT = 'https://apigee.googleapis.com/v1'; - public const VERSION = '2.0.6'; + public const VERSION = '2.0.7'; /** * Allows access to the last request, response and exception. From 3459596f8e7feda96f85da03b69bcda4dab73936 Mon Sep 17 00:00:00 2001 From: Hirenkumar Parmar Date: Mon, 19 Apr 2021 20:29:48 +0000 Subject: [PATCH 2/4] Updated changelog for 2.0.7. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6efbfc9..3c66b7825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## [2.0.7](https://github.com/apigee/apigee-client-php/milestone/6?closed=1) +* Added support for Apigee X monetization. +* [#105](https://github.com/apigee/apigee-client-php/pull/123) Error on Developer App Analytics page for Hybrid Org. +* [#108](https://github.com/apigee/apigee-client-php/pull/125) Notice in recent message logs if description is empty after creating app in Apigee hybrid. + ## [2.0.6](https://github.com/apigee/apigee-client-php/milestone/5?closed=1) * Dropped support of HTTPlug 1.x libraries (HTTPlug, Client Common and Guzzle 6 adapter). * Added support for GCE Service Account Authentication. From 21f0951556bf6ab3c69d72772cbbd7125810080e Mon Sep 17 00:00:00 2001 From: Hirenkumar Parmar Date: Mon, 19 Apr 2021 21:06:05 +0000 Subject: [PATCH 3/4] Updated changelog for 2.0.7. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c66b7825..7d0afa3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # CHANGELOG ## [2.0.7](https://github.com/apigee/apigee-client-php/milestone/6?closed=1) -* Added support for Apigee X monetization. -* [#105](https://github.com/apigee/apigee-client-php/pull/123) Error on Developer App Analytics page for Hybrid Org. +* Added support for Apigee X connections (New Feature) +As an API provider, you need an easy-to-use and flexible way to monetize your APIs so that you can generate revenue for the use of your APIs. Using Apigee monetization, you can add a monetization rate plan to an API product that charges developers or pays them through revenue sharing for the use of your APIs. For more information, see [Overview of Apigee monetization](https://cloud.google.com/apigee/docs/api-platform/monetization/overview). + +* [#105](https://github.com/apigee/apigee-client-php/pull/123) Unable to retrieve analytics data on developer app analytics page for hybrid orgs. * [#108](https://github.com/apigee/apigee-client-php/pull/125) Notice in recent message logs if description is empty after creating app in Apigee hybrid. ## [2.0.6](https://github.com/apigee/apigee-client-php/milestone/5?closed=1) From af3084915d2e05a34d2002cc67d1971c92fa3a75 Mon Sep 17 00:00:00 2001 From: Hirenkumar Parmar Date: Mon, 19 Apr 2021 21:21:07 +0000 Subject: [PATCH 4/4] Updated changelog for 2.0.7. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0afa3f8..a5b3278e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [2.0.7](https://github.com/apigee/apigee-client-php/milestone/6?closed=1) * Added support for Apigee X connections (New Feature) -As an API provider, you need an easy-to-use and flexible way to monetize your APIs so that you can generate revenue for the use of your APIs. Using Apigee monetization, you can add a monetization rate plan to an API product that charges developers or pays them through revenue sharing for the use of your APIs. For more information, see [Overview of Apigee monetization](https://cloud.google.com/apigee/docs/api-platform/monetization/overview). +API providers can now connect their Drupal 8/9 developer portals to Apigee X organizations. API providers using Apigee X with Monetization enabled can now leverage monetization features in their Drupal developer portals. For more information, see [Overview of Apigee monetization](https://cloud.google.com/apigee/docs/api-platform/monetization/overview) and the [Apigee Monetization Drupal module documentation](https://www.drupal.org/docs/contributed-modules/apigee-monetization). * [#105](https://github.com/apigee/apigee-client-php/pull/123) Unable to retrieve analytics data on developer app analytics page for hybrid orgs. * [#108](https://github.com/apigee/apigee-client-php/pull/125) Notice in recent message logs if description is empty after creating app in Apigee hybrid.