Skip to content

v3.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 05:20
112828d

New Features

  • None.

Improvements

  • build.sh now writes the packaged zip into dist/ 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() on plugins_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 incorrectly notices. 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