From 3e12e3b184b134d2cb66411dae1170b7781cddec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Fri, 27 May 2022 12:27:37 +0200 Subject: [PATCH] remove php from release --- clients/algoliasearch-client-php/CHANGELOG.md | 34 ------------------- config/clients.config.json | 4 +-- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 clients/algoliasearch-client-php/CHANGELOG.md diff --git a/clients/algoliasearch-client-php/CHANGELOG.md b/clients/algoliasearch-client-php/CHANGELOG.md deleted file mode 100644 index 6c04f02a68..0000000000 --- a/clients/algoliasearch-client-php/CHANGELOG.md +++ /dev/null @@ -1,34 +0,0 @@ -## [0.1.0](https://github.com/algolia/algoliasearch-client-php/compare/0.0.1...0.1.0) - -- b8e6be72 fix(specs): correctly pass `searchParams` to the request (#531) -- bf427124 fix(specs): allow `POST` methods to send `read` requests (#525) -- 0d23c52c fix(specs): rename `search` method (#514) -- 3b3d7067 fix(specs): correct mistakes (#509) -- 6361b602 style(specs): add out-of-line-one-of rule (and allOf and anyOf) APIC-418 (#512) -- 340b7bd5 fix(specs): correct type for taskID APIC-478 (#504) -- b8d5ba86 fix(php): fix header management introduced by latest rework (#503) -- 8727ddc3 fix(php): make `requestOptions` match other clients (#497) -- 954efa8c feat(php): Add tests for query params (#475) -- b81e664a fix(php): format part 2 (#443) -- 2b36ef0b fix(php): formatter (#439) -- 58622270 feat(php): PHP tests (#378) -- 412665d3 feat(php): Generate remaining PHP clients with PHP docs APIC-327 (#327) -- 85f7e0ba feat(php): install phpunit and setup the test script (#152) -- c0e6390f feat(php): Model cleaning (#137) -- e21f6dc4 fix(php): Use api config to generate hosts (#133) -- 58542619 fix(php): Remove header handling in clients (#128) -- b6800a9f feat(php): Add PHP clients init + PHP search client (#78) -- 5a6aa3be feat(specs): improve consistency and naming (#96) -- 48ea9e1c feat(specs): add `servers` (#98) -- 622bce16 feat(specs): bundle specs (#91) -- 5ba87a0b feat(specs): add `abtesting` specs and client (#76) -- a12d2041 feat(specs): add objects endpoints (#54) -- 70f041f9 feat(specs): improve specs consistency (#51) -- 81d59150 feat(specs): add `search` endpoints (#50) -- 6587e945 feat(specs): add `dictionary` specs (#49) -- 1bb1322b feat(specs): search advanced endpoints APIC-197 (#40) -- 18fa5fab feat(specs): add `analytics` specs and client. (#36) -- c1ac7bea feat(specs): add `personalizaton` spec and client (#27) -- ef603fbf feat(specs): add `recommend` spec and client (#19) -- 47f71b96 feat(specs): add `settings` spec (#17) - diff --git a/config/clients.config.json b/config/clients.config.json index 1801ed9b15..7b5d81e40d 100644 --- a/config/clients.config.json +++ b/config/clients.config.json @@ -26,7 +26,7 @@ "php": { "folder": "clients/algoliasearch-client-php", "gitRepoId": "algoliasearch-client-php", - "packageVersion": "0.1.0", + "packageVersion": "0.0.1", "modelFolder": "lib/Model", "customGenerator": "algolia-php", "apiFolder": "lib/Api", @@ -35,4 +35,4 @@ "outputFolder": "src" } } -} \ No newline at end of file +}