New Features
- None.
Improvements
build.shnow writes the packaged zip intodist/instead of the repo root, and excludes that directory from the package. The release workflow reads the path from the build output, so the published asset is unchanged.
Bug Fixes
- Removed the plugin's textdomain loader. It ran
load_plugin_textdomain()onplugins_loaded, which WordPress 6.7 and later report as loading translations too early, filling the debug log with_load_textdomain_just_in_time was called incorrectlynotices. The plugin ships no translation files, so nothing was being loaded; strings stay marked for translation and WordPress will load any future language pack on its own.
Notes
- No endpoint, payload, option, or capability behavior changes in this release.
Full Changelog: v3.3.1...v3.3.2