Release version 1.10.1 (#3899)
This commit is contained in:
parent
57e8c78b08
commit
1d437c6692
@ -4,6 +4,13 @@ YOURLS Changelog
|
||||
_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)._
|
||||
|
||||
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
|
||||
---
|
||||
- added: Support PHP 8.3 & 8.4
|
||||
|
@ -9,7 +9,7 @@
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user