Skip to content

Commit

Permalink
🔖 chore(readme.txt): update stable tag to 1.0.4 to reflect the latest…
Browse files Browse the repository at this point in the history
… version

📝 docs(readme.txt): add information about the new summary table feature introduced in version 1.0.4
🔄 refactor(readme.txt): refactor the axe test to use a temporary iframe for improved performance and reliability
🌟 feat(readme.txt): add a summary table to the test results for a more comprehensive view of the outcome
📝 docs(readme.txt): update changelog to include changes made in version 1.0.4
  • Loading branch information
skullzarmy committed Oct 23, 2023
1 parent 4c7818f commit b2378f4
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: accessibility, a11y, testing, axe-core
Requires at least: 4.7
Tested up to: 5.9
Requires PHP: 7.0
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Author: Joe Peterson
Expand Down Expand Up @@ -44,6 +44,9 @@ While A11y Tester aims to be as compatible as possible with other themes and plu
4. View Results: The test results will be displayed within the meta box. Issues are categorized by impact severity.
5. Clear Results: Click 'Clear A11y Test' to remove the results.

= Summary Table =
Starting from version 1.0.4, a summary table is added to the results for a more comprehensive view of the test outcome.

== Customization ==

The plugin comes with a predefined set of CSS styles to make the results readable and organized. Starting from version 1.0.3, you can override the default styles by placing a customized `a11y-styles.css` file in the following directory structure:
Expand Down Expand Up @@ -75,6 +78,10 @@ Initial release, no upgrades required.
= 1.0.3 =
* Added support for overriding styles via theme directory.

= 1.0.4 =
* Refactored the axe test to use a temporary iframe.
* Added a summary table to the test results.

== License ==

This WordPress Plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License or any later version.
Expand All @@ -87,6 +94,13 @@ Contributions, issues, and feature requests are welcome! For support, visit the

== Changelog ==

= 1.0.4 =
* Refactored the axe test to use a temporary iframe.
* Added a summary table to the test results.

= 1.0.3 =
* Added support for overriding styles via theme directory.

= 1.0.2 =
* Added formatting improvements to the result report.

Expand All @@ -96,6 +110,3 @@ Contributions, issues, and feature requests are welcome! For support, visit the

= 1.0 =
* Initial release

= 1.0.3 =
* Added support for overriding styles via theme directory.

0 comments on commit b2378f4

Please sign in to comment.