File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com ) , and this project adheres to [ Semantic Versioning] ( https://semver.org ) .
66
7+ ## [ 9.5.0] - 2025-01-25
8+ ### Added
9+ * Support shlink-config 4.0
10+
11+ ### Changed
12+ * * Nothing*
13+
14+ ### Deprecated
15+ * * Nothing*
16+
17+ ### Removed
18+ * Drop support for PHP 8.2
19+
20+ ### Fixed
21+ * * Nothing*
22+
23+
724## [ 9.4.0] - 2024-12-27
825### Added
926* Add config option for ` REDIRECT_EXTRA_PATH_MODE `
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " ^8.2 " ,
15+ "php" : " ^8.3 " ,
1616 "laminas/laminas-config-aggregator" : " ^1.17" ,
1717 "laminas/laminas-servicemanager" : " ^4.3 || ^3.23" ,
1818 "laminas/laminas-stdlib" : " ^3.20" ,
19- "shlinkio/shlink-config" : " ^3.4" ,
19+ "shlinkio/shlink-config" : " ^4.0 || ^ 3.4" ,
2020 "symfony/console" : " ^7.2" ,
2121 "symfony/filesystem" : " ^7.2" ,
2222 "symfony/process" : " ^7.2" ,
You can’t perform that action at this time.
0 commit comments