v1.7.1
This commit is contained in:
parent
4402f3570d
commit
7b7fff5246
36 changed files with 610 additions and 31 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Reference in a new issue