Skip to content

Commit 6e38a52

Browse files
DinetsVaviranLevi1
andauthored
Release/v3.9.0 (#428) (#431)
Co-authored-by: Aviran Levi <143411291+aviranLevi1@users.noreply.github.com>
1 parent 8e28bbb commit 6e38a52

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"slug": "pojo-accessibility",
44
"homepage": "http://pojo.me/",
55
"description": "",
6-
"version": "3.8.1",
6+
"version": "3.9.0",
77
"scripts": {
88
"build": "NODE_ENV=production wp-scripts build",
99
"start": "NODE_ENV=development wp-scripts start",

pojo-accessibility.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Improve your website’s accessibility with ease. Customize capabilities such as text resizing, contrast modes, link highlights, and easily generate an accessibility statement to demonstrate your commitment to inclusivity.
66
* Author: Elementor.com
77
* Author URI: https://elementor.com/
8-
* Version: 3.8.1
8+
* Version: 3.9.0
99
* Text Domain: pojo-accessibility
1010
* Domain Path: /languages/
1111
*/
@@ -15,7 +15,7 @@
1515

1616
// Legacy
1717
define( 'POJO_A11Y_CUSTOMIZER_OPTIONS', 'pojo_a11y_customizer_options' );
18-
define( 'EA11Y_VERSION', '3.8.1' );
18+
define( 'EA11Y_VERSION', '3.9.0' );
1919
define( 'EA11Y_MAIN_FILE', __FILE__ );
2020
define( 'EA11Y_BASE', plugin_basename( EA11Y_MAIN_FILE ) );
2121
define( 'EA11Y_PATH', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: Web Accessibility, Accessibility, A11Y, WCAG, Accessibility Statement
44
Requires at least: 6.6
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 3.8.1
7+
Stable tag: 3.9.0
88
License: GPLv2 or later
99

1010
Ally: Make your site more inclusive by scanning for accessibility violations, fixing them easily, and adding a usability widget and accessibility statement.
@@ -191,6 +191,14 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
191191
7. Scanner dashboard: Track your site’s accessibility scans, monitor open issues, and follow progress over time.
192192

193193
== Changelog ==
194+
= 3.9.0 – 2025-11-11 =
195+
New: You can now apply fixes across all scanned pages in one click for repeating elements such as headers, footers, and more.
196+
New: Added the ability to manage global Alt Text and Color Contrast remediations.
197+
Tweak: Improved the Reviews component experience.
198+
Fix: Resolved a bug causing the Search page in the Dashboard not to load properly.
199+
Fix: Corrected an error message that appeared improperly when the quota limit was reached.
200+
Fix: Fixed a compatibility issue with the Divi plugin.
201+
194202
= 3.8.1 – 2025-10-15 =
195203
* Tweak: Code refactor
196204

0 commit comments

Comments
 (0)