This commit is contained in:
Javier Casares 2026-06-03 06:31:47 +00:00
commit 7b7fff5246
36 changed files with 610 additions and 31 deletions

View file

@ -1,5 +1,17 @@
== Changelog ==
= 1.7.1 =
_Release date: 2026-06-02_
**Fixed**
* Dismissal timestamps are now stored in UTC, consistent with all other plugin timestamps (`dismissed_at`).
* Settings option (`robotstxt_mediaaudit_settings`) no longer autoloads on every page request, reducing the autoloaded options payload.
* Alert count on the Media Audit dashboard is now cached with a transient (1 hour TTL) and invalidated automatically on dismiss, reactivate, scan, purge, and full reset operations.
* "Dismiss" and "Cancel" button labels on the Alerts page are now translatable via `wp_localize_script`.
* Added direct file access guard (`if ( ! defined( 'ABSPATH' ) ) { exit; }`) to all PHP class files in `includes/`.
= 1.7.0 =
_Release date: 2026-05-11_