Plugin Directory

Changeset 2682694

Timestamp:
02/22/2022 12:05:11 AM (2 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
     33
     34
     35
     36
     37
    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.
    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.' );
     15define( 'IMAGE_SIZES_PANEL_DB_VERSION', '0.' );
    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:
     6Stable tag: 0.
    77License: GPL2
    88
     
    3535== Changelog =
    3636
     37
     38
     39
    3740= 0.3 =
    3841* Make all strings translateable.
Note: See TracChangeset for help on using the changeset viewer.