From 242c371f5a90ce1d6d8bd9eb85a8000fae146668 Mon Sep 17 00:00:00 2001 From: Donncha O Caoimh <5656673+donnchawp@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:44:30 +0100 Subject: [PATCH] Drop brackets from 3.1.0 changelog heading publish.sh extracts the changelog via awk matching `^### ( |$|-)`, which does not match `### [3.1.0]`. Remove brackets so `make publish` can locate the 3.1.0 notes, matching the format of earlier entries. --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 34c00f3e..bdb3a77c 100644 --- a/readme.txt +++ b/readme.txt @@ -255,7 +255,7 @@ Your theme is probably responsive which means it resizes the page to suit whatev == Changelog == -### [3.1.0] - 2026-04-14 +### 3.1.0 - 2026-04-14 - Disable caching for wp_die() error pages - Harden the plugin in various ways. - Fix: use fileperms() instead of stat() and fix escaping