Plugin Directory

Changeset 2928083

Timestamp:
06/19/2023 04:20:38 PM (14 months ago)
Author:
boogah
Message:

accessability improvements

Location:
plu-redux/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plu-redux/trunk/plu-redux.php

    r2927457 r2928083  
    1717 * @wordpress-plugin
    1818 * Plugin Name:       PLU Redux
    19  * Version:           2.2.2
     19 * Version:           2.2.
    2020 * Requires at least: 6.0
    2121 * Requires PHP:      7.4
     
    6060        $last_updated_timestamp = strtotime($last_updated); // get a Unix timestamp for the last updated date
    6161        $is_old = $last_updated_timestamp < $two_years_ago; // check if the last updated date is older than 2 years
    62         $warning = $is_old ? '⚠️ ' : ''; // if the last updated date is older than 2 years, add a warning symbol
     62        $warning = $is_old ? ' ' : ''; // if the last updated date is older than 2 years, add a warning symbol
    6363        $plugin_meta['last_updated'] = $warning . 'Last Updated: ' . date_i18n( get_option( 'date_format' ), strtotime($last_updated)); // add the last updated date to the plugin meta array
    6464    }
  • plu-redux/trunk/readme.txt

    r2927457 r2928083  
    55Requires at least: 6.0
    66Tested up to: 6.2
    7 Stable tag: 2.2.2
     7Stable tag: 2.2.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56
     57
     58
     59
    5660= 2.2.2 =
    5761
Note: See TracChangeset for help on using the changeset viewer.