Releases: oszuidwest/zw-knabbel-wp
Releases · oszuidwest/zw-knabbel-wp
Release list
0.7.0
0.6.0
What's Changed
- fix(tooling): support WordPress 7 static analysis by @rmens in #54
- feat(admin): move Radio News control to publish box by @rmens in #53
- feat(ai): add selectable generation model by @rmens in #55
- refactor(settings): extract shared default_settings() helper by @rmens in #56
- docs: audit PHP comments by @rmens in #57
- chore(release): bump version to 0.6.0 by @rmens in #58
Full Changelog: 0.5.0...0.6.0
0.5.0
Highlights
- Migrated the AI integration to the WordPress AI Client (#41).
- Centralized story synchronization and removed duplicated update and delete logic (#13, #24, #26, #43).
- Improved Babbel sync error handling and made recent failures visible in the admin area (#27, #28, #29).
- Removed the ACF metabox injection (#51).
Compatibility
Testing and maintenance
- Expanded end-to-end coverage for WordPress-to-Babbel synchronization, editor workflows, and story sync transitions (#31, #34, #42).
- Simplified the end-to-end suite and fixed Plugin Check PR comments (#32, #44).
Full changelog: 0.4.0...0.5.0
0.4.0
What's Changed
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Few-shot learning from editor-corrected Babbel stories by @rmens in #7
- Fix three few-shot reliability issues by @rmens in #9
- Use post title as Babbel story title and keep it in sync by @rmens in #8
- Fix missing translation strings for title sync by @rmens in #10
Upgrade
The title_prompt setting is automatically removed on plugin activation. To clean it up manually:
UPDATE wp_options
SET option_value = REPLACE(option_value, 's:12:"title_prompt";s:0:"";', '')
WHERE option_name = 'knabbel_settings';Full Changelog: 0.2.10...0.3.0
0.2.10
Automated release for version 0.2.10