Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ozh committed Aug 24, 2021
1 parent 0a70acd commit 6ae5472
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion includes/version.php
Expand Up @@ -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
Expand Down

0 comments on commit 6ae5472

Please sign in to comment.