From 9bcb114a237361ddc72ab8d2eadadcdd0e6d0620 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 21 Apr 2024 11:46:46 +0200 Subject: [PATCH] document changes --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b431b5b0..f0fa2a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,10 @@ ## 1.7.2 (not yet released) * ADDED: Allow use of `shortenviayourls` in query parameters (#1267) * ADDED: Input sanitation to some not yet filtered query and server parameters +* ADDED: Optional Bootstrap CSS 5.3.3 based template, use configuration `template = "bootstrap5"` to switch to it (#728) * CHANGED: "Send" button now labeled "Create" (#946) -* CHANGED: drop some PHP < 5.6 fallbacks, minimum version is PHP 7.3 as of release 1.6.0 +* CHANGED: Drop some PHP < 5.6 fallbacks, minimum version is PHP 7.3 as of release 1.6.0 +* CHANGED: Set `lang` cookie with strict `SameSite` property * FIXED: Add cache control headers also to API calls (#1263) * FIXED: Shortened paste URL does not appear in email (#606)