Skip to content

Commit c75e717

Browse files
authored
Drop brackets from 3.1.0 changelog heading (#1040)
publish.sh extracts the changelog via awk matching `^### <version>( |$|-)`, 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.
1 parent 303647d commit c75e717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Your theme is probably responsive which means it resizes the page to suit whatev
255255

256256

257257
== Changelog ==
258-
### [3.1.0] - 2026-04-14
258+
### 3.1.0 - 2026-04-14
259259
- Disable caching for wp_die() error pages
260260
- Harden the plugin in various ways.
261261
- Fix: use fileperms() instead of stat() and fix escaping

0 commit comments

Comments
 (0)