From e51b0875453ad5fbf6e8d3a09ed2c857cb766c94 Mon Sep 17 00:00:00 2001 From: David Keane Date: Mon, 25 May 2026 09:47:25 +0100 Subject: [PATCH] =?UTF-8?q?release:=203.3.2=20=E2=86=92=203.3.3=20?= =?UTF-8?q?=E2=80=94=20verification=20bump=20to=20test=20the=20"Check=20no?= =?UTF-8?q?w"=20flow=20end-to-end?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pure version increment with no functional changes. Lets David's Local install (currently on v3.3.2) hit the "Check now" button in Settings → Updates and verify the panel correctly reports a real version delta — should render "v3.3.3 available — Download .zip" with a working download link to the source archive on Gitea. After the test passes, `git pull` brings the local install to v3.3.3 and the same panel should flip back to "You are up to date (v3.3.3)". VERSION - wp-notes.php header 3.3.2 → 3.3.3 - WP_NOTES_VERSION constant 3.3.2 → 3.3.3 - About page version-history leads with v3.3.3 as latest (with a cheeky "if you can see this line, you successfully pulled the test release" note); v3.3.2 demoted to previous entry. Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 13 +++++++++++++ inc/wp-notes-about.php | 6 +++++- wp-notes.php | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86c6ac..a9e925f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) — versi --- +## [3.3.3] — 2026-05-25 + +**Verification bump.** Pure version increment to test the end-to-end +"Check now" flow against the now-publicly-hosted Gitea repo. No +functional changes. David's Local install (running v3.3.2) should +now see *"v3.3.3 available — Download .zip"* in the Settings → +Updates panel once "Check now" is clicked, confirming the update +mechanism works against a real version delta. After the test, he +can `git pull` to land on v3.3.3 and watch the same panel flip back +to *"You are up to date (v3.3.3)"*. + +--- + ## [3.3.2] — 2026-05-25 ### Fixed — update checker now works with tag-only workflows diff --git a/inc/wp-notes-about.php b/inc/wp-notes-about.php index 5f8f28c..96749da 100644 --- a/inc/wp-notes-about.php +++ b/inc/wp-notes-about.php @@ -125,7 +125,11 @@ function wp_notes_about_page() {

Version history