Skip to content

Commit 4d39b9b

Browse files
author
Lib Cat
committed
4.62.1
[Full Changelog](4.62.0...4.62.1) **Merged Pull Requests** - Correct implicit null parameter types which are deprecated in PHP 8.4 [#832](#832) ([signe](https://github.com/signe)) - PHP8: Avoids a warning about the undefined variable in the case file_get_contents fails [#822](#822) ([Chikashi-Kato](https://github.com/Chikashi-Kato))
1 parent 422b448 commit 4d39b9b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.62.0
2+
current_version = 4.62.1
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.62.1](https://github.com/recurly/recurly-client-php/tree/4.62.1) (2025-07-18)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.62.0...4.62.1)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Correct implicit null parameter types which are deprecated in PHP 8.4 [#832](https://github.com/recurly/recurly-client-php/pull/832) ([signe](https://github.com/signe))
11+
- PHP8: Avoids a warning about the undefined variable in the case file_get_contents fails [#822](https://github.com/recurly/recurly-client-php/pull/822) ([Chikashi-Kato](https://github.com/Chikashi-Kato))
12+
13+
14+
315
## [4.62.0](https://github.com/recurly/recurly-client-php/tree/4.62.0) (2025-07-09)
416

517
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.61.0...4.62.0)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recurly/recurly-client",
3-
"version": "4.62.0",
3+
"version": "4.62.1",
44
"type": "library",
55
"description": "The PHP client library for the Recurly API",
66
"keywords": ["recurly", "payments", "pay"],

lib/recurly/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
class Version
66
{
7-
public const CURRENT = '4.62.0';
7+
public const CURRENT = '4.62.1';
88
}

0 commit comments

Comments
 (0)