Files
wp-multi-city/CHANGELOG.md
T
Vladimir Bryzgalov c002b08275
tests / phpunit (push) Has been cancelled
docs(wpmc 1.0.1): changelog entries in readme.txt + CHANGELOG.md
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>
2026-05-17 17:01:23 +05:00

1.0 KiB

Changelog

All notable changes to wp-multi-city. Format follows Keep a Changelog.

[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.