Plugin Directory

Changeset 3097983

Timestamp:
06/05/2024 12:16:31 PM (2 months ago)
Author:
markhowellsmead
Message:

Updating plugin meta

Location:
mhm-list-postthumbnail/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mhm-list-postthumbnail/trunk/README.txt

    r3097973 r3097983  
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 == Short Description ==
    12 
    13 Adds a new column to the WordPress admin post list view, containing a thumbnail-sized preview of the post thumbnail (where available).
     11Adds a new column to the WordPress admin post list view, containing a preview of the post's featured image (where available).
    1412
    1513== Description ==
    1614
    17 Adds a new column to the WordPress admin post list view, containing a thumbnail-sized preview of the post thumbnail (where available).
     15Adds a new column to the WordPress admin post list view, containing a (where available).
    1816
    19 Developers can use the `mhm-list-postthumbnail/exclude_posttype` filter to exclude the post thumnail column from certain post types as required. The filter accepts and returns an array.
     17===Hooks===
     18
     19Developers can use the `mhm-list-postthumbnail/exclude_posttype` filter to exclude the post thumbnail column from certain post types as required. The filter accepts and returns an array.
    2020
    2121== Installation ==
     
    2525
    2626== Changelog ==
     27
     28
     29
    2730
    2831= 1.3.2 =
  • mhm-list-postthumbnail/trunk/index.php

    r3097973 r3097983  
    44Plugin URI: https://wordpress.org/plugins/mhm-list-postthumbnail/
    55Description: Adds a new column to the WordPress admin post list view, containing a thumbnail-sized preview of the post thumbnail (where available).
    6 Version: 1.3.2
     6Version: 1.3.
    77Requires at least: 4.0
    88Requires PHP: 5.6
     
    1717{
    1818
    19     public $version   = '1.3.2';
     19    public $version   = '1.3.';
    2020    public $wpversion = '4.0';
    2121    private $excluded_posttypes = [];
Note: See TracChangeset for help on using the changeset viewer.