c002b08275
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>
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
# Changelog
|
|
|
|
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
|
|
- Первый релиз. MVP-ядро завершено (S1–S7 эпика cp-cw4).
|
|
- `taxonomy town` + CPT `shortcode-town` + ACF `list_shortcode` repeater.
|
|
- `[shortcode_dmr id=N]` для подстановок по городу.
|
|
- URL-роутер `/{city}/{path}/` (page_unic, main_page_alt, page_no_rep).
|
|
- Глобальные фильтры (`the_title`, `home_url`, `post_link`, `acf/load_value`, `rest_url`).
|
|
- Self-hosted updates через Gitea + `plugin-update-checker` v5.6.
|