|
1 | 1 | Newer versions can be found in readme.txt. |
2 | 2 |
|
| 3 | += 1.9.3 = |
| 4 | +* Updated: capability checks for the welcome page, dashboard widget, and admin notices |
| 5 | + |
| 6 | += 1.9.2 = |
| 7 | +* Fixed: filtered rules are not passed to the frontend highlighter, avoiding 'null' state issues |
| 8 | +* Updated: frontend highlighter buttons to be disabled until issues are confirmed |
| 9 | +* Updated: frontend highlighter buttons to show only after we know there are issues to display |
| 10 | +* Updated: frontend highlighter to not show buttons if none are returned |
| 11 | + |
| 12 | += 1.9.1 = |
| 13 | +* Updated: `edac_include_rules_files to fire on init action to fix the `edac_filter_register_rules` filter timing |
| 14 | + |
| 15 | += 1.9.0 = |
| 16 | +* Created: class that creates the accessibility statement on activation |
| 17 | +* Removed: custom database query that checked for existing accessibility statement in exchange for the `get_page_by_path()` function |
| 18 | +* Fixed: bug with trying to compare the simplified summary ordinal value and added fallback |
| 19 | +* Removed: `wp_send_json_error()` from `simplified_summary` Ajax function when the simplified summary is empty |
| 20 | +* Added: simplified summary grade*level, message, and icon logic to the `summary()` Ajax |
| 21 | +* Fixed: issue with the submit button text showing as `Submit Query` in Firefox. |
| 22 | +* Updated: missing transcript rule to skip certain types of links |
| 23 | +* Added: missing UTM parameters to the welcome page URLs. |
| 24 | +* Removed: legacy system information code |
| 25 | +* Removed: cbschuld/browser.php composer package |
| 26 | +* Added: class structure for site health |
| 27 | +* Added: site health health information for free, pro, and audit history plugins |
| 28 | +* Added: update database class |
| 29 | +* Removed: `edac_before_page_render` functions from the main file |
| 30 | +* Added: frontend validate class |
| 31 | +* Added: frontend validate unit tests |
| 32 | +* Removed: unused new window warning meta update functions |
| 33 | +* Fixed: front end highlight focus issue |
| 34 | +* Added: summary generator class to replace the `edac_summary()` function |
| 35 | +* Deprecated: `edac_summary()` function |
| 36 | + |
3 | 37 | = 1.8.1 = |
4 | 38 | * Fixed: false positives on the incorrect heading order rule |
5 | 39 | * Added: fallback to determine ordinal when php intl extension is not installed |
|
0 commit comments