This commit is contained in:
Javier Casares 2026-09-11 10:45:13 +00:00
commit 1460cb231f
6 changed files with 63 additions and 16 deletions

View file

@ -1,5 +1,19 @@
== Changelog ==
= 1.8.0 =
_Release date: 2026-08-24_
**Added**
* Multi-domain license awareness (with Core 1.14.0): `Robotstxt_Manager_Core_Client::get_subscriptions()` groups the flat `/me/subscriptions` rows per plugin slug — any-active status wins, the first bound domain is shown, and a `license_count` is kept. Catalog subscription pills render the count when a plugin has more than one license (e.g. "Subscribed @ example.com ×2").
**Tests**
* PHPCS (WordPress-Core, WordPress-Docs, WordPress-Extra): pass
* PHPStan level 9 + wp-compat: pass
* PHPUnit: 149 tests, 391 assertions
= 1.7.0 =
_Release date: 2026-08-18_