Skip to content

v0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jul 16:49
· 1 commit to main since this release

Fixed

  • Resolved the WordPress 6.7+ "translation loading was triggered too early" notice that 0.5.0 reintroduced: the plugin logged one _load_textdomain_just_in_time notice on every request, whether or not any translations were installed. The Excluded paths field's label and help text are now translated lazily, when the settings page renders (after init), instead of while the plugin file is still being included. Settings\Field was the one value object that never received the lazy-label treatment Section and Capability_Column got in 0.2.2, so the two strings the 0.5.0 exclusion section introduced were resolved at bootstrap. Field now accepts a Closure(): string for both label and description, mirroring Section::title() and Capability_Column::label(), and unit tests guard all three against resolving a label at construction.

Full changelog: https://github.com/Kntnt/kntnt-ai-visibility/blob/v0.5.1/CHANGELOG.md