Plugin Directory

Changeset 3232148


Ignore:
Timestamp:
01/30/2025 03:39:43 PM (13 months ago)
Author:
MacSteini
Message:

Updated

Location:
wp-browser-update/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-browser-update/trunk/WP-BrowserUpdate.php

    r3230927 r3232148  
    6767$morethan = [
    6868['0', __('Every outdated version', 'wp-browser-update')],
    69 ['-5', __('More than five versions behind', 'wp-browser-update')],
    70 ['-4', __('More than four versions behind', 'wp-browser-update')],
    71 ['-3', __('More than three versions behind', 'wp-browser-update')],
    72 ['-2', __('More than two versions behind', 'wp-browser-update')],
    73 ['-1', __('More than one version behind', 'wp-browser-update')]
     69['-5', __('More than five versions outdated', 'wp-browser-update')],
     70['-4', __('More than four versions outdated', 'wp-browser-update')],
     71['-3', __('More than three versions outdated', 'wp-browser-update')],
     72['-2', __('More than two versions outdated', 'wp-browser-update')],
     73['-1', __('More than one version outdated', 'wp-browser-update')]
    7474];
    7575
  • wp-browser-update/trunk/readme.txt

    r3230973 r3232148  
    4545   - You should now have a folder named `wp-browser-update`.
    46463. **Upload the plugin to your website**
    47    - Connect to your website using an FTP client (e.g., [FileZilla](https://filezilla-project.org/ "FileZilla")) or access the File Manager in your hosting control panel.
     47   - Connect to your website using an FTP client (e.g., [FileZilla](https://filezilla-project.org/ "FileZilla")) or access the File Manager in your hosting control panel.
    4848   - Navigate to `/wp-content/plugins/` in your WordPress installation directory.
    4949   - Upload the extracted `wp-browser-update` folder.
     
    6464= 5.0 =
    6565* **Breaking Changes**: PHP 7.4 now required.
    66 * Updated to follow WordPress coding standards.
    67 * Improved security and sanitisation.
     66* Updated to follow WordPress Coding Standards.
     67* Improved security and sanitization.
    6868* Integrated WordPress Settings API.
    69 * Added customisation filters.
    70 * Optimised script and style handling.
     69* Added customization filters.
     70* Optimized script and style handling.
    7171* Updated outdated browser versions.
    7272
    7373= 4.8.0 =
    74 * Optimised code.
     74* Optimized code.
    7575* Fixed bug.
    7676* Updated outdated browser versions.
     
    111111
    112112= 3.0.3 =
    113 * Fixed initialisation error.
     113* Fixed initialization error.
    114114* Changed protocol to HTTPS.
    115115* Updated outdated browser versions.
     
    129129
    130130= 2.2 =
    131 * Changed licence to GPLv3.
     131* Changed license to GPLv3.
    132132* Added text domain to header.
    133133* Added POT file for easier translations.
     
    138138
    139139= 2.1 =
    140 * Added JavaScript customisation options.
     140* Added JavaScript customization options.
    141141
    142142= 2.0.3 =
Note: See TracChangeset for help on using the changeset viewer.