Plugin Directory

Changeset 2682694


Ignore:
Timestamp:
02/22/2022 12:05:11 AM (4 years ago)
Author:
husobj
Message:

Version 0.4

Location:
image-sizes-panel/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • image-sizes-panel/trunk/admin/css/admin.css

    r1048537 r2682694  
    3030#image_sizes_panel table .size .name {
    3131    font-weight: bold;
     32    display: block;
     33    max-width: 135px;
     34    min-width: 1px;
     35    overflow: hidden;
     36    text-overflow: ellipsis;
     37    white-space: nowrap;
    3238}
    3339
  • image-sizes-panel/trunk/image-sizes-panel.php

    r1442358 r2682694  
    77Author: Ben Huson
    88Author URI: https://github.com/benhuson/image-sizes-panel
    9 Version: 0.3
     9Version: 0.4
    1010License: GPLv2
    1111*/
    1212
    1313// Version
    14 define( 'IMAGE_SIZES_PANEL_VERSION', '0.3' );
    15 define( 'IMAGE_SIZES_PANEL_DB_VERSION', '0.3' );
     14define( 'IMAGE_SIZES_PANEL_VERSION', '0.4' );
     15define( 'IMAGE_SIZES_PANEL_DB_VERSION', '0.4' );
    1616
    1717// Paths
  • image-sizes-panel/trunk/readme.txt

    r1442358 r2682694  
    33Tags: attachments, media, images, sizes
    44Requires at least: 3.9
    5 Tested up to: 4.5.2
    6 Stable tag: 0.3
     5Tested up to: 5.9
     6Stable tag: 0.4
    77License: GPL2
    88
     
    3535== Changelog =
    3636
     37= 0.4 =
     38* Crop long image names to fit table.
     39
    3740= 0.3 =
    3841* Make all strings translateable.
Note: See TracChangeset for help on using the changeset viewer.