43815dea2d
tests / phpunit (push) Has been cancelled
- PluginBootS7Test idempotency: assertTrue(class_exists) instead of assertTrue(true) - ZipArchiveBuildTest: try/finally cleanup + unzip exit-code check - bootstrap.php: drop unused PUC shims (wp_remote_post, transient*) - CHANGELOG.md: header references Keep a Changelog (was: mirrors readme.txt) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
14 lines
646 B
Markdown
14 lines
646 B
Markdown
# Changelog
|
|
|
|
All notable changes to wp-multi-city. Format follows [Keep a Changelog](https://keepachangelog.com/).
|
|
|
|
## [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.
|