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:
author྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org>2022-04-23 14:07:48 +0300
committerGitHub <noreply@github.com>2022-04-23 14:07:48 +0300
commit27375bc813f2ddc38030800e466babb72d7a5a66 (patch)
treeb8b801219aff936db0a12d2f326c63baef170a46
parent223a4e57733b2eb642a48ee08bfb199f25855902 (diff)
1.9 (#3304)1.9
Co-authored-by: dgw <dgw@technobabbl.es> Co-authored-by: Léo Colombaro <git@colombaro.fr>
-rw-r--r--CHANGELOG.md13
-rw-r--r--includes/version.php2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f73c827b..bf63b811 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,19 @@ 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
+---
+- removed : support for PHP prior to 7.4
+- improved: the API plugin with more plugin functions (#3281), a sandbox and a plugin uninstall procedure (#3282)
+- improved: inline documentation, [online documentation](https://docs.yourls.org/) and unit tests
+- improved: concurrency during mass shortening (#3233)
+- improved: minor security fixes - sanitize step name during upgrade (#3055),
+ nonce on the logout link (#3264), salt cookie with newer hash (#3278)
+- improved: Remove ozh/phpass library and use native PHP password_* functions (#3232)
+- added: more hooks in the admin view & search (#3265)
+- fixed: incorrect notice when "prefix and shorten" while not logged in (#3189)
+- fixed: UI sometimes not responsive after editing a URL (#3244)
+
1.8.2
---
- fixed: display SVG logo for IE 11 (#2864)
diff --git a/includes/version.php b/includes/version.php
index baa1a78d..2012bf04 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.8.3-dev' );
+define( 'YOURLS_VERSION', '1.9' );
/**
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update