Commit 100c5e3
committed
Tweak - Stamp the normalize_city() runtime notice with 3.6.12, not 3.6.11.
3.6.11 shipped on 2026-08-05 while this stack was open, so the version passed to
wc_deprecated_function() names a release that went out without the deprecation
in it. This PR's changelog entries land in the unreleased 3.6.12 block, which is
the release that will actually raise the notice.
The audience is the reason this matters. normalize_city() is protected static
and retained solely so an out-of-repo subclass does not break on load; the
notice is the only signal those consumers get, and it tells them which release
to check their migration against. Pointing at 3.6.11 sends them to a release
where nothing changed.
Matches the @deprecated tag, corrected on the base branch when it was added.
Tests are unaffected: setExpectedDeprecated() matches on the function name, not
the version string.1 parent 512f031 commit 100c5e3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1857 | 1857 | | |
1858 | 1858 | | |
1859 | 1859 | | |
1860 | | - | |
| 1860 | + | |
1861 | 1861 | | |
1862 | 1862 | | |
1863 | 1863 | | |
| |||
0 commit comments