docs(wpmc 1.0.1): changelog entries in readme.txt + CHANGELOG.md
tests / phpunit (push) Has been cancelled

Add 1.0.1 release notes documenting the three hotfixes: procedural wrapper,
WP 6.7 textdomain notice fix, and ACF early-call guard.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Vladimir Bryzgalov
2026-05-17 17:01:23 +05:00
parent 82d2345d12
commit c002b08275
2 changed files with 14 additions and 0 deletions
+9
View File
@@ -2,6 +2,15 @@
All notable changes to wp-multi-city. Format follows [Keep a Changelog](https://keepachangelog.com/).
## [1.0.1] — 2026-05-17
### Added
- Процедурный wrapper `wpmc_main_town_slug()` (документирован в README, отсутствовал в коде).
### Fixed
- WP 6.7+ notice `_load_textdomain_just_in_time`: убраны `__()` из labels CPT/таксономии/ACF field group.
- ACF `acf_get_value` "called too early": `did_action('acf/init')` guard в 5 Helpers методах.
## [1.0.0] — 2026-05-17
### Added