Plugin Directory

Changeset 3377734


Ignore:
Timestamp:
10/13/2025 08:48:38 PM (6 months ago)
Author:
meacodes
Message:

Release 1.1.1 — Contributors issue fixed

Location:
meacodes-accessibility-tools
Files:
47 added
2 edited

Legend:

Unmodified
Added
Removed
  • meacodes-accessibility-tools/trunk/meacodes-accessibility-tools.php

    r3377731 r3377734  
    44Plugin URI: https://www.meacodes.com/accessibility
    55Description:This is an accessibility tools for people with disabilities to use the web easily.
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author: Meacodes Development Solutions
    88Author URI: https://www.meacodes.com
     
    1313*/
    1414defined('ABSPATH') || exit;
    15 define('meaAccessibility_PLUGIN_VERSION', '1.1.0');
     15define('meaAccessibility_PLUGIN_VERSION', '1.1.1');
    1616register_activation_hook( __FILE__, 'meaAccessibility_activation_function' );
    1717// Set default options
  • meacodes-accessibility-tools/trunk/readme.txt

    r3377731 r3377734  
    11=== Meacodes Accessibility Tools ===
    2 Contributors: Meacodes Development Solutions
     2Contributors: meacodes
    33Donate link: https://nowpayments.io/donation/meacodes
    44Tags: accessibility, a11y, Section 508, wcag, toolbar
    55Requires at least: 4.0
    66Tested up to: 6.8
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    135135* Added SVG accessibility icon with size synchronization to button dimensions
    136136* Enhanced widget display logic
    137 * Added new admin controls for button customization:
     137* Added new admin controls for button customization
    138138* Replaced GDPR image with CSS shield icon (🛡️) for better performance
    139 * Fixed RTL (Right-to-Left) language support issues:
     139* Fixed RTL (Right-to-Left) language support issues
     140
     141= 1.1.1 = Contributors issue fixed.
Note: See TracChangeset for help on using the changeset viewer.