Skip to content

Commit 6acff80

Browse files
algolia-botmillotp
andcommitted
chore: release 4.18.4
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent cc63e70 commit 6acff80

13 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.18.4](https://github.com/algolia/algoliasearch-client-php/compare/4.18.3...4.18.4)
2+
3+
- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)
4+
- [1911d224b](https://github.com/algolia/api-clients-automation/commit/1911d224b) fix(specs): event.status can be null ([#4727](https://github.com/algolia/api-clients-automation/pull/4727)) by [@millotp](https://github.com/millotp/)
5+
- [a18b555b4](https://github.com/algolia/api-clients-automation/commit/a18b555b4) fix(specs): add missing recordType collection ([#4728](https://github.com/algolia/api-clients-automation/pull/4728)) by [@millotp](https://github.com/millotp/)
6+
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)
7+
18
## [4.18.3](https://github.com/algolia/algoliasearch-client-php/compare/4.18.2...4.18.3)
29

310
- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algolia/algoliasearch-client-php",
3-
"version": "4.18.3",
3+
"version": "4.18.4",
44
"description": "API powering the features of Algolia.",
55
"keywords": ["algolia", "search", "api", "client", "php"],
66
"type": "library",

lib/Algolia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
final class Algolia
1616
{
17-
public const VERSION = '4.18.3';
17+
public const VERSION = '4.18.4';
1818

1919
/**
2020
* Holds an instance of the simple cache repository (PSR-16).

lib/Api/AbtestingClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
class AbtestingClient
2929
{
30-
public const VERSION = '4.18.3';
30+
public const VERSION = '4.18.4';
3131

3232
/**
3333
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
class AnalyticsClient
4141
{
42-
public const VERSION = '4.18.3';
42+
public const VERSION = '4.18.4';
4343

4444
/**
4545
* @var ApiWrapperInterface

lib/Api/CompositionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class CompositionClient
2525
{
26-
public const VERSION = '4.18.3';
26+
public const VERSION = '4.18.4';
2727

2828
/**
2929
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*/
7070
class IngestionClient
7171
{
72-
public const VERSION = '4.18.3';
72+
public const VERSION = '4.18.4';
7373

7474
/**
7575
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class InsightsClient
2323
{
24-
public const VERSION = '4.18.3';
24+
public const VERSION = '4.18.4';
2525

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class MonitoringClient
2727
{
28-
public const VERSION = '4.18.3';
28+
public const VERSION = '4.18.4';
2929

3030
/**
3131
* @var ApiWrapperInterface

lib/Api/PersonalizationClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class PersonalizationClient
2525
{
26-
public const VERSION = '4.18.3';
26+
public const VERSION = '4.18.4';
2727

2828
/**
2929
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)