v1.2.2
This commit is contained in:
parent
b9029e62fe
commit
9cd3bb6cb2
11 changed files with 69 additions and 61 deletions
25
readme.txt
25
readme.txt
|
|
@ -3,9 +3,9 @@ Contributors: robotstxt, javiercasares
|
|||
Tags: opengraph, open graph, twitter card, social media, seo
|
||||
Requires at least: 4.9.8
|
||||
Tested up to: 7.1
|
||||
Stable tag: 1.2.1
|
||||
Stable tag: 1.2.2
|
||||
Requires PHP: 8.0
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
|
@ -180,6 +180,14 @@ Yes. The plugin hooks into `wp_head` for direct tag injection and filters Yoast/
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.2.2 =
|
||||
|
||||
_Release date: 2026-08-24_
|
||||
|
||||
* Changed: Manager (by ROBOTSTXT) detection now uses the ecosystem presence constant `ROBOTSTXT_MANAGER_NOTICED` (Manager 1.6.2+); for older Manager versions it falls back to the plugin-list scan.
|
||||
* Changed: Tested up to WordPress 7.1 (requires 4.9.8, re-verified); PHP 8.0 – 8.5 (re-verified).
|
||||
* Dev: Composer dev dependencies updated (PHPStan 2.2.9, Mockery 1.6.15, WordPress hook stubs 1.13.0).
|
||||
|
||||
= 1.2.1 =
|
||||
|
||||
_Release date: 2026-08-17_
|
||||
|
|
@ -203,19 +211,6 @@ _Release date: 2026-08-10_
|
|||
* Changed: Minimum supported WordPress lowered from 6.8 to 4.9.8 (verified by WP-Compat).
|
||||
* Changed: Minimum supported PHP lowered from 8.2 to 8.0 (verified by the PHPCompatibility scan).
|
||||
|
||||
= 1.1.0 =
|
||||
|
||||
_Release date: 2026-03-28_
|
||||
|
||||
* Fixed: Fatal `TypeError` in `handle_thumbnail_change()` when `deleted_post_meta` passes an array of meta IDs as the first argument.
|
||||
* Security: Added SSRF protection — outbound HEAD requests now block private and reserved IP ranges.
|
||||
* Security: Replaced deprecated `FILTER_SANITIZE_SPECIAL_CHARS` with `FILTER_SANITIZE_FULL_SPECIAL_CHARS`.
|
||||
* Added: GDPR Privacy API — custom OG title and description are included in WordPress personal data export and erase.
|
||||
* Changed: Settings page and REST API now require `edit_others_posts`, allowing editors to manage OG settings.
|
||||
* Changed: Minimum supported WordPress version raised to 6.8.
|
||||
* Changed: Added `Network: true` header confirming Multisite compatibility.
|
||||
* Added: PHPUnit test suite (Brain\Monkey) covering SSRF protection, format detection, and cache clearing.
|
||||
|
||||
= Previous versions =
|
||||
|
||||
If you want to see the full changelog, visit the [changelog](https://www.robotstxt.software/plugins/robotstxt-og/) page.
|
||||
|
|
|
|||
Loading…
Reference in a new issue