diff --git a/.changeset/spotty-deer-switch.md b/.changeset/spotty-deer-switch.md new file mode 100644 index 00000000..8a229d1e --- /dev/null +++ b/.changeset/spotty-deer-switch.md @@ -0,0 +1,3 @@ +--- +"@rebilly/client-php": patch +--- diff --git a/CHANGELOG.md b/CHANGELOG.md index df576d02..4ec4ca54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,8 @@ # @rebilly/client-php -## 4.0.0 +## 3.1.9 -### Major Changes - -- ### Added - - - Added optional response property `canceledTime` on `Subscription` — `GET /search`, `GET /subscriptions` + 5 more - - Added optional response property `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - Added optional request property `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - Added optional response property `inputType` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - Added optional request property `inputType` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - Added optional response property `minimumAge` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - Added optional request property `minimumAge` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - Added optional response property `placeholder` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - Added optional request property `placeholder` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - ### Enum changes - - - Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - ### Other - - - response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` respons - - request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope +### Patch Changes - ### Added @@ -45,34 +23,11 @@ ### Other - - response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` respons - - request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope - -### Minor Changes - -- ### Added - - - Added optional response property `canceledTime` on `Subscription` — `GET /search`, `GET /subscriptions` + 5 more - - Added optional response property `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - Added optional request property `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - Added optional response property `inputType` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - Added optional request property `inputType` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - Added optional response property `minimumAge` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - Added optional request property `minimumAge` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - Added optional response property `placeholder` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - - Added optional request property `placeholder` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - ### Enum changes - - - Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - - Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - -### Patch Changes + - response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` response property's minimum was decreased. + - request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request property's minimum was decreased. - chore(deps): bump picomatch - chore(deps-dev): bump fast-uri -- chore(deps-dev): bump fast-uri -- - fix: Remove snapshot carry on auto-update branches ## 3.1.8 diff --git a/package-lock.json b/package-lock.json index 49b72715..d6e20dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rebilly/client-php", - "version": "4.0.0", + "version": "3.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rebilly/client-php", - "version": "4.0.0", + "version": "3.1.9", "devDependencies": { "@changesets/cli": "^2.26.2", "@changesets/write": "^0.2.3", diff --git a/package.json b/package.json index 414c924b..cd48284b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rebilly/client-php", "private": true, - "version": "4.0.0", + "version": "3.1.9", "devDependencies": { "@changesets/cli": "^2.26.2", "@changesets/write": "^0.2.3", diff --git a/src/Client.php b/src/Client.php index 50fb45a2..a63bb3dd 100644 --- a/src/Client.php +++ b/src/Client.php @@ -42,7 +42,7 @@ final class Client implements GuzzleClientInterface, PsrClientInterface public const EXPERIMENTAL_BASE = '/experimental'; - public const SDK_VERSION = '4.0.0'; + public const SDK_VERSION = '3.1.9'; private GuzzleClient $client;