Plugin Directory

Changeset 3442921


Ignore:
Timestamp:
01/20/2026 04:15:12 AM (2 months ago)
Author:
techlogica
Message:

Release 1.0.6 – UI fixes, accessibility improvements, icons added

Location:
adjust-accessibility
Files:
22 added
2 edited

Legend:

Unmodified
Added
Removed
  • adjust-accessibility/trunk/adjust-accessibility.php

    r3429998 r3442921  
    44 * Plugin URI:
    55 * Description: Adds front-end accessibility controls: brightness, saturation, font size, line height, letter spacing, dark/light mode, and highlight links/titles.
    6  * Version:     1.0.4
     6 * Version:     1.0.6
    77 * Author:      Techlogica
    88 * Author URI:  https://techlogica.com
     
    247247
    248248    public function add_admin_menu() {
     249        // add_menu_page(
     250        //     __( 'Accessibility', 'adjust-accessibility' ),
     251        //     __( 'Accessibility', 'adjust-accessibility' ),
     252        //     'manage_options',
     253        //     'adjst_acsiblty_settings',
     254        //     [ $this, 'settings_page' ],
     255        //     plugins_url( 'assets/img/wp-images.png', __FILE__ ), // (your zip has wp-image.png)
     256        //     80
     257        // );
     258
    249259        add_menu_page(
    250260            __( 'Accessibility', 'adjust-accessibility' ),
     
    253263            'adjst_acsiblty_settings',
    254264            [ $this, 'settings_page' ],
    255             plugins_url( 'assets/img/wp-image.png', __FILE__ ), // (your zip has wp-image.png)
     265            'dashicons-universal-access',
    256266            80
    257267        );
  • adjust-accessibility/trunk/readme.txt

    r3429998 r3442921  
    44Requires at least: 4.5
    55Tested up to: 6.9
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.