Skip to content

Commit 10aad6b

Browse files
authored
Merge pull request #2627 from shlinkio/develop
Release 5.1.3
2 parents a41562c + d844f82 commit 10aad6b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

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+
## [5.1.3] - 2026-06-16
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* *Nothing*
13+
14+
### Deprecated
15+
* *Nothing*
16+
17+
### Removed
18+
* *Nothing*
19+
20+
### Fixed
21+
* [#2625](https://github.com/shlinkio/shlink/issues/2625) Fix `PDO::connect(): Unable to set local cert chain file 1` error when setting `DB_USE_ENCRYPTION=true` with MySQL and PHP 8.5.
22+
23+
724
## [5.1.2] - 2026-06-14
825
### Added
926
* *Nothing*

config/autoload/entity-manager.global.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
'maria', 'mysql' => !$useEncryption
3737
? []
3838
: [
39-
1007 => true, // PDO::MYSQL_ATTR_SSL_KEY: Require using SSL
4039
1014 => false, // PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT: Trust any certificate
4140
],
4241
'postgres' => !$useEncryption

0 commit comments

Comments
 (0)