Changeset 3232148
- Timestamp:
- 01/30/2025 03:39:43 PM (13 months ago)
- Location:
- wp-browser-update/trunk
- Files:
-
- 2 edited
-
WP-BrowserUpdate.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-browser-update/trunk/WP-BrowserUpdate.php
r3230927 r3232148 67 67 $morethan = [ 68 68 ['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')] 74 74 ]; 75 75 -
wp-browser-update/trunk/readme.txt
r3230973 r3232148 45 45 - You should now have a folder named `wp-browser-update`. 46 46 3. **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. 48 48 - Navigate to `/wp-content/plugins/` in your WordPress installation directory. 49 49 - Upload the extracted `wp-browser-update` folder. … … 64 64 = 5.0 = 65 65 * **Breaking Changes**: PHP 7.4 now required. 66 * Updated to follow WordPress coding standards.67 * Improved security and saniti sation.66 * Updated to follow WordPress Coding Standards. 67 * Improved security and sanitization. 68 68 * Integrated WordPress Settings API. 69 * Added customi sation filters.70 * Optimi sed script and style handling.69 * Added customization filters. 70 * Optimized script and style handling. 71 71 * Updated outdated browser versions. 72 72 73 73 = 4.8.0 = 74 * Optimi sed code.74 * Optimized code. 75 75 * Fixed bug. 76 76 * Updated outdated browser versions. … … 111 111 112 112 = 3.0.3 = 113 * Fixed initiali sation error.113 * Fixed initialization error. 114 114 * Changed protocol to HTTPS. 115 115 * Updated outdated browser versions. … … 129 129 130 130 = 2.2 = 131 * Changed licen ce to GPLv3.131 * Changed license to GPLv3. 132 132 * Added text domain to header. 133 133 * Added POT file for easier translations. … … 138 138 139 139 = 2.1 = 140 * Added JavaScript customi sation options.140 * Added JavaScript customization options. 141 141 142 142 = 2.0.3 =
Note: See TracChangeset
for help on using the changeset viewer.