From 6ae5472377deb5c08fe2a1924e1877ec2699f005 Mon Sep 17 00:00:00 2001 From: Ozh Date: Tue, 24 Aug 2021 18:51:02 +0200 Subject: [PATCH] Bump version and update changelog [skip ci] --- CHANGELOG.md | 8 ++++++++ includes/version.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1cd9b12a..62c72f652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.8.2 +--- +- fixed: Fix SVG logo for IE 11 (#2864) +- fixed (again) : DB upgrade procedure (#2933) +- added: more filters in admin pages (#2912), HTTP requests (#2951) +- added: documentation for API action "version" (#2957) +- improved: minor security improvements - iframes clickjacking and login nonce (#3034) + 1.8.1 --- - fixed: upgrade procedure with MySQL 8 & table names containing dashes (#2844, #2846) diff --git a/includes/version.php b/includes/version.php index f2e6c1660..7d1a4a0a6 100644 --- a/includes/version.php +++ b/includes/version.php @@ -3,7 +3,7 @@ * YOURLS version * */ -define( 'YOURLS_VERSION', '1.8.1' ); +define( 'YOURLS_VERSION', '1.8.2' ); /** * YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update