We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d25531 commit c1cf633Copy full SHA for c1cf633
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [3.5.1] - 2025-06-11
8
+### Added
9
+- Improve type hinting.
10
+- Improve return type annotations for better type clarity.
11
+- Improve error handling by validating error message types.
12
+- Add null check before setting the User-Agent header.
13
+- Restrict supported PHP versions to 7.0 and above.
14
+
15
## [3.5.0] - 2025-05-12
16
### Added
17
- Make billing and shipping address optional for Customer Info
0 commit comments