Skip to content

Commit 58865bb

Browse files
chore: release 4.6.4
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 8a95d87 commit 58865bb

12 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.6.4](https://github.com/algolia/algoliasearch-client-php/compare/4.6.3...4.6.4)
2+
3+
- [1f36e8f93](https://github.com/algolia/api-clients-automation/commit/1f36e8f93) fix(specs): results in getObjects is required ([#4024](https://github.com/algolia/api-clients-automation/pull/4024)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [4.6.3](https://github.com/algolia/algoliasearch-client-php/compare/4.6.2...4.6.3)
26

37
- [fe2c8440e](https://github.com/algolia/api-clients-automation/commit/fe2c8440e) docs(analytics): constrain pagination only to limit query parameter ([#4012](https://github.com/algolia/api-clients-automation/pull/4012)) by [@febeck](https://github.com/febeck/)

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.6.3",
3+
"version": "4.6.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.6.3';
17+
public const VERSION = '4.6.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
@@ -21,7 +21,7 @@
2121
*/
2222
class AbtestingClient
2323
{
24-
public const VERSION = '4.6.3';
24+
public const VERSION = '4.6.4';
2525

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class AnalyticsClient
2121
{
22-
public const VERSION = '4.6.3';
22+
public const VERSION = '4.6.4';
2323

2424
/**
2525
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class IngestionClient
4040
{
41-
public const VERSION = '4.6.3';
41+
public const VERSION = '4.6.4';
4242

4343
/**
4444
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class InsightsClient
2222
{
23-
public const VERSION = '4.6.3';
23+
public const VERSION = '4.6.4';
2424

2525
/**
2626
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class MonitoringClient
2121
{
22-
public const VERSION = '4.6.3';
22+
public const VERSION = '4.6.4';
2323

2424
/**
2525
* @var ApiWrapperInterface

lib/Api/PersonalizationClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class PersonalizationClient
2222
{
23-
public const VERSION = '4.6.3';
23+
public const VERSION = '4.6.4';
2424

2525
/**
2626
* @var ApiWrapperInterface

lib/Api/QuerySuggestionsClient.php

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

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/RecommendClient.php

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

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/SearchClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
*/
5050
class SearchClient
5151
{
52-
public const VERSION = '4.6.3';
52+
public const VERSION = '4.6.4';
5353

5454
/**
5555
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)