Skip to content

Commit ebb924f

Browse files
committed
Update changelogs
1 parent 196d936 commit ebb924f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes v2
1+
# Release Notes 2.x
22

33
## v2.3.1 (2022-01-27)
44
- Added more information to `CONTRIBUTE.md` file
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Release Notes v2
1+
# Release Notes 3.x
2+
3+
[Documentation for version 3.x](https://php-ago.github.io/3.x/)
24

35
## v3.2.6 (2024-11-01)
46
- Moved repo to a new organization `php-ago/ago`

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Release Notes
22

33
## v4.0.0 (2024-12-11)
4-
> 🚀 [Upgrade Guide from v3 to v4](https://php-ago.github.io/v4/upgrade)
4+
> 🚀 [Upgrade Guide from v3 to v4](https://php-ago.github.io/4.x/upgrade)
55
- Breaking changes
66
- ⚠️ Drop support for PHP `7.1`, `7.2`, `7.3`, `7.4`, `8.0`
77
- ⚠️ The `Option` class is now an enum type
88
- ⚠️ Remove second parameter from `Serhii\TimeAgo\Lang::set()` method, which was `$overwrites`. Now, overwrites are defined through the configuration
99
- Improvements
10-
- 🧑‍💻 Codebase refactoring and cleanup
10+
- ♻️ Codebase refactoring and cleanup
1111
- 🧑‍💻 Remove `InvalidDateFormatException` exception that was thrown from `TimeAgo::trans()` in the version `3`
1212
- ✨ Added support for PHP 8.4
1313
- ✨ Added new option `Option::RESET_CONF` to reset the configuration to default values
1414
- 🧑‍💻 Added `configure` and `reconfigure` methods to the `TimeAgo` class, you can read about them in the [documentation](https://php-ago.github.io/v4/configurations#configuration-options)
1515
- 🧑‍💻 Improve time calculation including leap years
1616
- 🇨🇳 Add Chinese Simplified language support
1717

18-
## [Release Notes v3](.github/CHANGELOG_V3.md)
19-
## [Release Notes v2](.github/CHANGELOG_V2.md)
18+
## [Release Notes 3.x](.github/CHANGELOG_3x.md)
19+
## [Release Notes 2.x](.github/CHANGELOG_2x.md)
2020
## [Meaning of Emojis in Changelog](.github/EMOJIS.md)

0 commit comments

Comments
 (0)