Plugin Directory

Changeset 3342565


Ignore:
Timestamp:
08/10/2025 10:51:53 PM (8 months ago)
Author:
SS88_UK
Message:

v1.6.7

Location:
media-library-file-size
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • media-library-file-size/trunk/readme.txt

    r3342552 r3342565  
    55Requires at least: 4.1
    66Tested up to: 6.8
    7 Stable tag: 1.6.6
     7Stable tag: 1.6.7
    88Requires PHP: 5.6
    99License: GPL2
     
    7171== Changelog ==
    7272
     73= 1.6.7 =
     74* WordPress 'release' loop fix
     75
    7376= 1.6.6 =
    7477* Fix: innerHTML error
  • media-library-file-size/trunk/ss88-media-library-file-size.php

    r3342555 r3342565  
    44Plugin URI: https://ss88.us/plugins/media-library-file-size?utm_source=wordpress&utm_medium=link&utm_campaign=mlfs
    55Description: Creates a new column in your Media Library to show you the file (and collective images) size of files plus more!
    6 Version: 1.6.6
     6Version: 1.6.7
    77Author: SS88 LLC
    88Author URI: https://ss88.us/?utm_source=wordpress&utm_medium=link&utm_campaign=author_mlfs
     
    1212class SS88_MediaLibraryFileSize {
    1313
    14     protected $version = '1.6.6';
     14    protected $version = '1.6.7';
    1515    protected $variantJSON = [];
    1616
Note: See TracChangeset for help on using the changeset viewer.