Skip to content

Commit

Permalink
Merge pull request #237 from shlinkio/develop
Browse files Browse the repository at this point in the history
Release 9.5.0
  • Loading branch information
acelaya authored Jan 25, 2025
2 parents 5d2c6b7 + ce8ec93 commit 27e54e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [9.5.0] - 2025-01-25
### Added
* Support shlink-config 4.0

### Changed
* *Nothing*

### Deprecated
* *Nothing*

### Removed
* Drop support for PHP 8.2

### Fixed
* *Nothing*


## [9.4.0] - 2024-12-27
### Added
* Add config option for `REDIRECT_EXTRA_PATH_MODE`
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"laminas/laminas-config-aggregator": "^1.17",
"laminas/laminas-servicemanager": "^4.3 || ^3.23",
"laminas/laminas-stdlib": "^3.20",
"shlinkio/shlink-config": "^3.4",
"shlinkio/shlink-config": "^4.0 || ^3.4",
"symfony/console": "^7.2",
"symfony/filesystem": "^7.2",
"symfony/process": "^7.2",
Expand Down

0 comments on commit 27e54e5

Please sign in to comment.