Skip to content

Commit 80bb9db

Browse files
committed
Prepare for release
1 parent 8bc2019 commit 80bb9db

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/brick/phonenumber/releases/tag/0.8.0) - 2025-03-20
4+
5+
**Compatibility**
6+
7+
- Compatibility with `libphonenumber-for-php` `v9`
8+
9+
💥 **BC breaks**
10+
11+
- Dropped compatibility with `libphonenumber-for-php` `v7` and `v8`
12+
313
## [0.7.0](https://github.com/brick/phonenumber/releases/tag/0.7.0) - 2025-02-24
414

515
💥 **BC breaks**

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ itself a port of [Google's libphonenumber](https://github.com/googlei18n/libphon
1616
It provides an equivalent functionality, with the following implementation differences:
1717

1818
- `PhoneNumber` is an immutable class; it can be safely passed around without having to worry about the risk for it to be changed;
19-
- `PhoneNumber` is not just a mere data container, but provides all the methods to parse, format and validate phone numbers; it transparently encapsulates `PhoneNumberUtil`;
20-
- `PhoneNumberFormat` and `PhoneNumberType` are native PHP enums.
19+
- `PhoneNumber` is not just a mere data container, but provides all the methods to parse, format and validate phone numbers; it transparently encapsulates services such as `PhoneNumberUtil`;
2120

2221
## Installation
2322

0 commit comments

Comments
 (0)