Release version 1.10.1 (#3899)

This commit is contained in:
Léo Colombaro 2025-04-25 01:50:57 +02:00 committed by GitHub
parent 57e8c78b08
commit 1d437c6692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ YOURLS Changelog
_This file lists the main changes through all versions of YOURLS. _This file lists the main changes through all versions of YOURLS.
For a much more detailed list, simply refer to [commit messages](https://github.com/YOURLS/YOURLS/commits/master)._ For a much more detailed list, simply refer to [commit messages](https://github.com/YOURLS/YOURLS/commits/master)._
1.10.1
---
- fixed: sandbox exceptions when disabling plugins (#3893)
- fixed: stats date calculation are now correct (#3895)
- fixed: unexpected warning raised on login page
- removed: unsupported installation cases with Composer
1.10.0 1.10.0
--- ---
- added: Support PHP 8.3 & 8.4 - added: Support PHP 8.3 & 8.4

View File

@ -9,7 +9,7 @@
* MAJOR.MINOR.PATCH-SOMETHING (1.8.1-donotuse) * MAJOR.MINOR.PATCH-SOMETHING (1.8.1-donotuse)
* *
*/ */
define( 'YOURLS_VERSION', '1.10.1-dev' ); define( 'YOURLS_VERSION', '1.10.1' );
/** /**
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update * YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update