Skip to content

Commit 27e54e5

Browse files
authored
Merge pull request #237 from shlinkio/develop
Release 9.5.0
2 parents 5d2c6b7 + ce8ec93 commit 27e54e5

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The 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`

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
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",

0 commit comments

Comments
 (0)