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>2019-09-22 22:52:26 +0300
committerGitHub <noreply@github.com>2019-09-22 22:52:26 +0300
commit53f6a04c4f929bc5d444df5cb96e4074d8311a4a (patch)
treebe0eb025b466ae85967ff1f7acf1eb5ea09a7bfa
parentb8f2eaab138a7f4fc37ec8b7b6cb0c3899567696 (diff)
parent0eec5fcb1398751cb35e0b12419796d9a9b8c271 (diff)
Merge pull request from GHSA-vf23-f26f-mjj91.7.4
Prepare 1.7.4 release
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71db7348..a03a67c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ 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.7.4
+---
+- fixed: type juggling vulnerability in the API
+- improved: several little things and several little updates
+- dropped: PHP <= 5.5 support
+
+1.7.3
+---
+- improved: some little things
+- added: some hooks here and there to allow more pluginness
+- fixed: some little bugs
+- updated: jquery and some javascript stuff
1.7.2
---