Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Colombaro <git@colombaro.fr>2022-05-29 16:04:44 +0300
committerGitHub <noreply@github.com>2022-05-29 16:04:44 +0300
commit26c34554f69c0970f789cf549f39fd099ce49ac6 (patch)
tree23e6b01c3e7ce9bcc45ec39f53d14b7ef7cfeafa
parent6c3733cf7bc195c24a04c5b8606b684fa26623ed (diff)
Release v1.9.1 (#3350)1.9.1
* Version 1.9.1 Co-authored-by: dgw <dgw@technobabbl.es> Co-authored-by: ྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org>
-rw-r--r--CHANGELOG.md9
-rw-r--r--includes/version.php2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf63b811..1f813b3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ 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.9.1
+---
+- fixed: error `Undefined constant "intval"` when upgrading (#3332)
+- fixed: warnings on PHP 8.1 (#3317)
+- fixed: incorrect HTTP status header with the API when shortening a duplicate (#3355)
+- fixed: no hyphen in random keywords (#3353)
+- added: required/suggested PHP extensions in composer.json (#3339)
+- updated: third party libs and binaries
+
1.9
---
- removed : support for PHP prior to 7.4
diff --git a/includes/version.php b/includes/version.php
index bb907bea..48a95e5b 100644
--- a/includes/version.php
+++ b/includes/version.php
@@ -9,7 +9,7 @@
* MAJOR.MINOR.PATCH-SOMETHING (1.8.1-donotuse)
*
*/
-define( 'YOURLS_VERSION', '1.9.1-dev' );
+define( 'YOURLS_VERSION', '1.9.1' );
/**
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update