- [New file extensions] Added additional file extensions which are within the WP allowed file types list: .jpeg
.pps, .ppsx, .m4a, .wav, .avi, .3gp, .3g2
- [New file extensions] Added several additional file extensions based on user requests: .pub, .eps, .rtf and .exe
-
[New file extensions] And some more: .tiff, .ico, .ttf, .qt, .air, .msi, .sql, .flv
-
[New feature] Ability to disable this plugin for more than one classname
- [New feature] Caching of the results of (slow) file size retrievals. This will make page loading a lot faster for pages with lots of file links. Will automatically be turned on, you can turn it off and/or fine tune the cache duration via the settings page. Default cache duration: 1 week.
- [New feature] Set the rounding precision (number of digits after the decimal point) for file sizes, small files (b) will always round to 0 decimals.
- [New feature] Output filter for file size string See the FAQ for more info.
-
[New feature] Ability to have mimetype icons for content outside of the loop See the FAQ for info on how to use this.
-
[Usability] Added ‘check all’/’uncheck all’ togglers for the file types to the settings page
- [Usability] Compacter options screen – file types now display in two columns
- [Usability] Added help tab to the settings page
- [Usability] Added proper settings link on plugins page, credits now link to the GitHub repo
-
[Usability] Added clean uninstall routine
-
[Compatibility] Added pause_mtli() and unpause_mtli() functions for use by other plugins in case of (page specific) conflicts. See the FAQ for info on how to use this.
-
[Bug fix] Images didn’t display if wp-content and/or the plugins directory was in a non-standard location.
- [Bug fix] Added epub css styling
- [Bug fix] File size now complies with the localized number format style
- [Bug fix] Curl settings error when in safe_mode – thanks wolkenkrieger for reporting
- [Bug fix] If file size is unknown or file size retrieval failed completely, no file size indication will be shown (it used to show ‘unknownb’ or ‘b’)
- [Bug fix] Links are now matched in a case-insensitive manner, so that both document.DOC as well as document.doc will be matched (was only lowercase)
- [Bug fix] If a link already had a class attribute, a second one used to be added. Most browsers don’t handle this well. Fixed so that additional class will be added to the existing class attribute.
- [Bug fix] If file size showing would be on and the link had the disabled classname set, the icon would not show, but the file size still did – thanks Leanne for reporting.
- [Bug fix] File size showing in async mode would never work
- [Bug fix] Classes to avoid where not being applied when not in async mode / would force async mode – thanks John Percival for reporting
- [Bug fix] File size not always showing on attachments.php page – thanks aluizioll for reporting
- [Bug fix] Padding was too easily overruled by CSS from other plugins – thanks MGmirkin for reporting
- [Bug fix] File size was retrieved twice for each file… oops.
- [Bug fix] Hopefully fixed bug in retrieval of file size – thanks brigerard and digitalnordic for reporting
-
[Bug fix] File size retrieval should now also work for (most) relative paths
-
[Localization] Added .pot file to enable translations of this plugin
-
[Code improvements] Complete rewrite in OO style including implementation of the Settings API
- [Code improvements] Implemented lean loading as much as possible
-
[Code improvements] Greatly improved input validation for the options page
-
[Misc] Added GPL license information