=== Fix Alt Text === Contributors: stevenayers63, jdorner Tags: accessibility, alt text, image alt text, image seo, accessible Requires at least: 5.3 Requires PHP: 7.4 Tested up to: 6.0.3 Stable tag: 1.2.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Find issues with your image alt text easily and fix them faster with Fix Alt Text. You can even force users to use alt text when adding images in Gutenberg or Classic editors. == Description == It is increasingly important for you to make your images meet accessibility standards. Images must have alternative text (alt text) added so that the visually impaired can use screen readers to understand the purpose and context of the image displayed on the screen. In addition to making your site more accessible, using alt text helps your site rank better in search engines. This is an added SEO benefit for marketers. Unfortunately, as a site grows, it becomes difficult and time-consuming to edit and maintain image alt text. Fix Alt Text plugin can help you discover where alt text is needed, quickly fix issues, and even force users to input alt text as images are used throughout the site in the future. === Features: === * Find Usage: Easily find all uses of alt text by scanning the site * Find keyword usage: Search for specific keywords used in alt text * Inline Editing: Instantly edit alt text without manually editing and searching through the content of a post, attachment, or custom post type * Detect Issues: Quickly identify issues with your alt text to assist you in ADA compliance * Toggle Features: Control which features are active for maximum flexibility * Tool Access: Control which user roles have access to the plugin * Settings Access: Control which user roles have access to changing settings * Global Settings: In a multisite setup, save time by using global settings and select which sites will inherit those settings * Fully Multisite Compatible: Force sites within the network to use global network settings for easy management == Bonus Features == * Privacy: It does not use any 3rd-party tracking * No Sales Pitches: It does not sell or promote any pro plugins * Free: It's currently and will continue to be a Free plugin! * No Littering: It cleans up after itself if uninstalled or when a blog is removed from a multisite network. === Compatible With === * WP Gutenberg Editor * WP Classic Editor * Advanced Custom Fields plugin * PHP Versions 7.4, 8.0, 8.1 == Language Support == * English (default) * [Translate this plugin in your language.](https://translate.wordpress.org/projects/wp-plugins/fix-alt-text) == Screenshots == 1. Dashboard: Initial scan is needed 2. Site Settings: Overwritten by network settings 3. Network Settings: Edit network settings and see scan status of all sites 4. Dashboard: Running full scan 5. Dashboard: Scan complete. Displaying issues and notifications 6. Alt Text: Found references involving alt text 7. Alt Text: Preview image and inline editing 8. Gutenberg Editor: Forcing Alt Text 9. Media Library: Forcing Alt Text == Changelog == = Versions Key (Major.Minor.Patch) = * Major - 1.x.x increase involves major changes to the visual or functional aspects of the plugin, or removing functionality that has been previously deprecated. (higher risk of breaking changes) * Minor - x.1.x increase introduces new features, improvements to existing features, or introduces deprecations. (low risk of breaking changes) * Patch - x.x.1 increase is a bug fix, security fix, or minor improvement and does not introduce new features. (non-breaking changes) = 1.2.0 = *Release Date - 20 Oct 2022* * New Feature: Debug area for troubleshooting scan issues. Debug mode must be turned on in settings before it will appear. * New Feature: Detects invalid image src URLs and invalid image types * New Feature: Records plugin version history to assist troubleshooting issues * New Feature: Detects image alt text located in post excerpts * Improvement: Converted all AJAX requests to JSON responses * Improvement: Upgraded to Chart.js v3.8.0 * Improvement: Implemented standard security class to handle consistent sanitization * Improvement: Styling and code standardization to make maintenance easier * Improvement: Added Helpers_Library 1.1.0 dependency * Improvement: Added upgrade migration scripts * Improvement: On multisite, you can now navigate to the network settings from the site settings tab * Improvement: DB table columns tuned for performance * Improvement: Renamed issue names to be more descriptive (rescan required on update) * Improvement: Moved filters into the column headings and now applied automatically on change * Improvement: Filters are highlighted blue when applied * Improvement: Converted inline edit text input to a textarea field for better ease of editing. Thanks Rick Barley! * Improvement: Added auto focus on the inline edit field to save a click. Thanks Rick Barley! * Minor Improvement: Refactored compatibility checks * Minor Improvement: Tested up to: 6.0.3 * Bug Fix: Uninstall script didn't remove scheduled crons * Bug Fix: Conditional empty checks did not exist before iterating over various settings. Could result in PHP error. * Bug Fix: Plugin options cache was not being cleared properly * Bug Fix: Missing tag in settings DOM * Bug Fix: WP Crons did not have a consistent prefix * Bug Fix: Updated links to # to include an actual target to stop jumping to the top of the screen * Bug Fix: JS and CSS assets had a double slash in the URL. Thanks @amundsan * Bug Fix: Scan complete notification had a broken link to scan details * Bug Fix: Scan was picking up attachments in the Media Library that were not images * Bug Fix: When uninstalling the plugin it threw an error * Bug Fix: Could not start a new scan if a previous scan was interrupted by deactivating the plugin or some other unexpected action. * Note: Increased Minimum WP Version to 5.3 = 1.1.4 = *Release Date - 15 Sep 2022* * Minor Improvement: Added consistency with how constants were defined * Minor Improvement: Updated version release key in changelog * Minor Improvement: Code formatting * Minor Improvement: Tested up to 6.0.2 * Bug Fix: User could save draft without being prompted to add alt text * Bug Fix: hardcoded wp-admin references were breaking Bedrock compatibility. Thanks @amundsan = 1.1.3 = *Release Date - 09 Aug 2022* * Minor Improvement: Added versions key to Changelog * Bug Fix: JS assets were not loaded when adding a new post. = 1.1.2 = *Release Date - 25 Mar 2022* * Bug Fix: non-static function called statically caused a fatal error = 1.1.1 = *Release Date - 25 Mar 2022* * Bug Fix: delete_post hook was sending 1 parameter instead of 2 and caused a fatal error = 1.1.0 = *Release Date - 24 Mar 2022* * New Feature: Scans now detect image alt text associated with taxonomies and users * New Feature: Settings include ability to select which taxonomies to scan * New Feature: Settings include ability to toggle on/off user scanning * Improvement: Added labels to post types to be scanned in settings area * Improvement: Minor styling adjustments * Improvement: Minor performance tuning * Improvement: Accessibility - Missing labels for Notification checkboxes * Minor Improvement: Tested up to 5.9.2 * Bug Fix: The notification that a new scan is needed after saving settings was not displayed to the user immediately * Bug Fix: Search highlighting would cause a fatal error if the text being searched included a percent sign * Bug Fix: Iterating over a null value when setting checkboxes to checked if no settings initially existed. PHP Warning thrown. * Bug Fix: On new scan, the database would get cleared out even if the scan failed. Functionality moved to run when confirmed that the scan is going to run. * Bug Fix: Settings page background would flicker due to css hover effect on tables. = 1.0.2 = *Release Date - 11 Feb 2022* * Improvement: Accessibility - Dropdown menus on Alt Text screen did not have labels * Improvement: Accessibility - Table Row actions & inline edit link don't become visible on :focus * Improvement: Accessibility - User Access settings did not have labels * Bug Fix: Multiple links were opening in new tabs unintentionally. * Thank you Joe Dolson (@joedolson) for reviewing the plugin and providing great feedback! = 1.0.1 = *Release Date - 10 Feb 2022* * Minor Improvement: Code formatting and miscellaneous changes * Bug Fix: JS error when defining jQuery constant for shorthand = 1.0.0 = *Release Date - 01 Feb 2022* * Initial Release