Skip to content

Commit

Permalink
remove php from release
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed May 27, 2022
1 parent 80d59e5 commit 828ea40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
3 changes: 0 additions & 3 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@

## [0.3.0](https://github.com/algolia/algoliasearch-client-javascript/compare/0.2.0...0.3.0)

### javascript
- b8e6be72 fix(specs): correctly pass `searchParams` to the request (#531)
- 000f62d9 refactor(javascript): type setTimeout in a way compatible with node & browser (#527)
- bf427124 fix(specs): allow `POST` methods to send `read` requests (#525)
Expand All @@ -72,10 +71,8 @@

## [0.1.1](https://github.com/algolia/algoliasearch-client-javascript/compare/0.1.0...0.1.1)

### javascript
- c80d0647 fix(spec): predict server (#441)
- 12f246e7 chore: use `Client` suffix (#386)
- be7400be fix(javascript): update version (#448)
- b9677335 fix(javascript): add missing descriptions (#416)
- cd565ca3 chore(javascript): fix npm publish issue (#409)

34 changes: 0 additions & 34 deletions clients/algoliasearch-client-php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

4 changes: 2 additions & 2 deletions config/clients.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -35,4 +35,4 @@
"outputFolder": "src"
}
}
}
}

0 comments on commit 828ea40

Please sign in to comment.