release: 3.3.2 → 3.3.3 — verification bump to test the "Check now" flow end-to-end
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 <noreply@anthropic.com>
This commit is contained in:
@@ -125,7 +125,11 @@ function wp_notes_about_page() {
|
||||
<h2>Version history</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<span class="ver">v3.3.2</span> — 25 May 2026 <span class="latest">latest</span><br>
|
||||
<span class="ver">v3.3.3</span> — 25 May 2026 <span class="latest">latest</span><br>
|
||||
Pure version bump to verify the end-to-end “Check now” flow against a publicly-hosted Gitea repo. No functional changes. If you can see this line, you successfully pulled the test release.
|
||||
</li>
|
||||
<li>
|
||||
<span class="ver">v3.3.2</span> — 25 May 2026<br>
|
||||
Update checker now falls back to Gitea's <code>/tags</code> endpoint when no formal Release object exists for the latest tag. Means a plain <code>git tag && git push --tags</code> is enough to make the “Check now” button report a new version — no need to manually create a Release in the Gitea web UI.
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user