Skip to content

Commit 828ea40

Browse files
committed
remove php from release
1 parent 80d59e5 commit 828ea40

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

clients/algoliasearch-client-javascript/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

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

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

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

75-
### javascript
7674
- c80d0647 fix(spec): predict server (#441)
7775
- 12f246e7 chore: use `Client` suffix (#386)
7876
- be7400be fix(javascript): update version (#448)
7977
- b9677335 fix(javascript): add missing descriptions (#416)
8078
- cd565ca3 chore(javascript): fix npm publish issue (#409)
81-
Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +0,0 @@
1-
## [0.1.0](https://github.com/algolia/algoliasearch-client-php/compare/0.0.1...0.1.0)
2-
3-
- b8e6be72 fix(specs): correctly pass `searchParams` to the request (#531)
4-
- bf427124 fix(specs): allow `POST` methods to send `read` requests (#525)
5-
- 0d23c52c fix(specs): rename `search` method (#514)
6-
- 3b3d7067 fix(specs): correct mistakes (#509)
7-
- 6361b602 style(specs): add out-of-line-one-of rule (and allOf and anyOf) APIC-418 (#512)
8-
- 340b7bd5 fix(specs): correct type for taskID APIC-478 (#504)
9-
- b8d5ba86 fix(php): fix header management introduced by latest rework (#503)
10-
- 8727ddc3 fix(php): make `requestOptions` match other clients (#497)
11-
- 954efa8c feat(php): Add tests for query params (#475)
12-
- b81e664a fix(php): format part 2 (#443)
13-
- 2b36ef0b fix(php): formatter (#439)
14-
- 58622270 feat(php): PHP tests (#378)
15-
- 412665d3 feat(php): Generate remaining PHP clients with PHP docs APIC-327 (#327)
16-
- 85f7e0ba feat(php): install phpunit and setup the test script (#152)
17-
- c0e6390f feat(php): Model cleaning (#137)
18-
- e21f6dc4 fix(php): Use api config to generate hosts (#133)
19-
- 58542619 fix(php): Remove header handling in clients (#128)
20-
- b6800a9f feat(php): Add PHP clients init + PHP search client (#78)
21-
- 5a6aa3be feat(specs): improve consistency and naming (#96)
22-
- 48ea9e1c feat(specs): add `servers` (#98)
23-
- 622bce16 feat(specs): bundle specs (#91)
24-
- 5ba87a0b feat(specs): add `abtesting` specs and client (#76)
25-
- a12d2041 feat(specs): add objects endpoints (#54)
26-
- 70f041f9 feat(specs): improve specs consistency (#51)
27-
- 81d59150 feat(specs): add `search` endpoints (#50)
28-
- 6587e945 feat(specs): add `dictionary` specs (#49)
29-
- 1bb1322b feat(specs): search advanced endpoints APIC-197 (#40)
30-
- 18fa5fab feat(specs): add `analytics` specs and client. (#36)
31-
- c1ac7bea feat(specs): add `personalizaton` spec and client (#27)
32-
- ef603fbf feat(specs): add `recommend` spec and client (#19)
33-
- 47f71b96 feat(specs): add `settings` spec (#17)
34-

config/clients.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": {
2727
"folder": "clients/algoliasearch-client-php",
2828
"gitRepoId": "algoliasearch-client-php",
29-
"packageVersion": "0.1.0",
29+
"packageVersion": "0.0.1",
3030
"modelFolder": "lib/Model",
3131
"customGenerator": "algolia-php",
3232
"apiFolder": "lib/Api",
@@ -35,4 +35,4 @@
3535
"outputFolder": "src"
3636
}
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)