CSV export: added new “Caption” column (image caption/legend) placed after “Alt Text”. Import ignores the column without changes.
Abilities: list-attachments now includes the caption field in every attachment result.
1.3.0
Unified plugin configuration in one admin screen with internal tabs.
Added a new “Tools & Abilities” tab in the main settings page.
Migrated per-tool abilities management to the React admin app.
Added REST endpoints to load and save per-tool enabled/role settings.
Fixed a REST authorization bypass in the notification settings endpoint by enforcing capability and nonce checks before updates.
Refreshed AI Abilities panel styles to match the current admin UI system.
1.2.2
CSV export: added two new columns, Post SEO Title and Post SEO Description, extracted from the active SEO plugin on the site.
Supported SEO plugins: Yoast SEO, Rank Math, All in One SEO (AIOSEO), SEOPress, The SEO Framework. If no supported SEO plugin is active, both columns are exported empty.
Redesigned email report layout and styles.
Added token-based URL to preview the email report in the browser.
Added manual report send field in settings: send the report to custom email addresses on demand.
Minor support and functionality improvements.
Improved performance.
1.2.1
Fix: Correctly load assets (CSS/JS).
1.2.0
Moved the export block before the import block.
Fix: calculate button in the Media Library.
Fix: corrected calculation for images with and without ALT text.
Updated screenshots.
1.1.9
Added media summary dashboard panel showing image size distribution and ALT accessibility stats.
Improved summary performance by using a persisted snapshot with async refresh and cache invalidation on media updates.
1.1.8
Added CSV import functionality for image ALT texts.
Moved plugin page from Settings to Tools menu.
UI/UX improvements on the plugin administration page.
1.1.7
Updated banners and icons for WordPress.
1.1.6
Documentation: small README update.
1.1.5
Added CSV export functionality.
1.1.4
Replaced number_format_i18n() with an integer return in calculate_img_alt_empty for a plain alt text count.
1.1.3
Improve performance and simplify SQL queries.
Implemented caching for the calculated number of images by size and those lacking alt attributes.
1.1.2
Added security and performance improvements
Fix some PHP errors.
Compatibility: WordPress 6.8 – WordPress 6.8.1.
1.1.1
fix widget texts
Compatibility: WordPress 6.5 – WordPress 6.5.3.
1.1.0
Add dashboard widget to display media library summary
Remove friendly url functionality in image file names. Gave problems with image optimization plugins.
1.0.9
Remove “Weekly” in informative texts.
Fix image URL in metadata[‘file’].
1.0.8
Default media library reporting was disabled, and modifications were made to the email report texts.
Configuration options for sending the report: weekly, monthly or deactivated.
Fix error when renaming images to lowercase.
1.0.7
Make filename URLs and thumbnail URLs friendly.
Updates image size value when edited.
Add button on image to recalculate size.
Fix API error when WordPress is configured to end with a slash.
Compatibility: WordPress 6.1 – WordPress 6.4.2.
1.0.6
Compatibility: WordPress 6.1 – WordPress 6.3.
1.0.5
Add weekly reports that are sent by email with the optimization status of the images and alternative text.
Add plugin settings page.
1.0.4
Compatibility: WordPress 6.1 – WordPress 6.2.
Fix some PHP errors.
Add WordPress JavaScript dependencies.
1.0.3
Add a Bulk Action to calculate file size in WordPress admin.
Improvements in measurement ranges.
fix: Internationalization Issues.
1.0.2
Rename variables.
Correctly filter by file size.
Styling WordPress Button.
1.0.1
Add calculate message to sort and filter.
Add ‘This media is not supported’ message in the file size column.