Skip to content

Commit d9907bd

Browse files
committed
Release/v4.1.3
1 parent 214daf2 commit d9907bd

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

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
@@ -1,7 +1,7 @@
11
{
22
"name": "pojo-accessibility",
33
"description": "",
4-
"version": "4.1.2",
4+
"version": "4.1.3",
55
"scripts": {
66
"build": "NODE_ENV=production wp-scripts build",
77
"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: 4.1.2
8+
* Version: 4.1.3
99
* Text Domain: pojo-accessibility
1010
*
1111
* Web Accessibility is free software: you can redistribute it and/or modify
@@ -25,7 +25,7 @@
2525

2626
// Legacy
2727
define( 'POJO_A11Y_CUSTOMIZER_OPTIONS', 'pojo_a11y_customizer_options' );
28-
define( 'EA11Y_VERSION', '4.1.2' );
28+
define( 'EA11Y_VERSION', '4.1.3' );
2929
define( 'EA11Y_MAIN_FILE', __FILE__ );
3030
define( 'EA11Y_BASE', plugin_basename( EA11Y_MAIN_FILE ) );
3131
define( 'EA11Y_PATH', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 3 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.7
55
Tested up to: 7.0
66
Requires PHP: 7.4
7-
Stable tag: 4.1.2
7+
Stable tag: 4.1.3
88
License: GPLv2 or later
99

1010
Web Accessibility (formally known as Ally) is a free, powerful, and user-friendly plugin that helps WordPress creators build more accessible websites with ease.
@@ -187,6 +187,8 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
187187
7. Scanner dashboard: Track your site's accessibility scans, monitor open issues, and follow progress over time.
188188

189189
== Changelog ==
190+
= 4.1.3 – 2026-06-29 =
191+
190192
= 4.1.2 – 2026-06-01 =
191193
* Tweak: Improved admin screens in RTL view
192194
* Tweak: Reduce bundle size for faster loading

0 commit comments

Comments
 (0)