=== Image Alt & Accessibility Checker ===
Contributors: mithdeveloper
Requires at least: 6.6
Tags: alt, Image Alt, Accessibility, Checker, Accessibility Checker
Tested up to: 6.8
Requires PHP: 8.0
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Image Alt & Accessibility Checker helper: auto alt text, contrast checks, form scan, and WCAG guidance.

== Description ==
Improve your site’s accessibility with this plugin:
- Automatically generate alt-text for images when they are uploaded.
- Run accessibility scans on posts and pages from the admin panel.
- Use a quick contrast-checker overlay to test text-background readability.
- Identify common accessibility issues:
  • Missing alt attributes
  • Vague link text
  • Poor heading structure/order
  • Unlabeled form inputs
  • Buttons without proper names/labels
- Browse all image attachments in one table and edit their title and alt text inline, with per-image save.

== Installation ==
1. Upload the `image-alt-accessibility-checker.zip` via Plugins > Add New > Upload.
2. Activate the plugin.
3. Go to IAAC Checker in the admin menu.
4. Try uploading an image without alt text to see the auto-generated alt-text feature in action.

== Screenshots ==
screenshot-1.png
screenshot-2.png
screenshot-3.png

== Changelog ==
= 1.0.2 =
* Added "All Images" view: list every image attachment with its filename, title and alt text, and edit/save each field inline.
* Fixed a fatal error on case-sensitive (Linux) hosting caused by a filename/class casing mismatch in the HTML inspector.
* Removed a broken, unreachable duplicate REST route that referenced non-existent services/methods.
* Fixed the alt-text-on-upload hook to use `add_action` instead of `add_filter`.
* Escaped selector strings returned from accessibility scans to harden against malformed markup.
* Added missing translation wrappers to several admin UI strings.

= 1.0.1 =
* Initial release.
