Plugin Directory

Changeset 2534474


Ignore:
Timestamp:
05/19/2021 08:35:15 PM (5 years ago)
Author:
frankpw
Message:

Preparation 2 for 1.9.4

Location:
fpw-category-thumbnails/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fpw-category-thumbnails/trunk/fpw-category-thumbnails.php

    r2533423 r2534474  
    44Description: Sets post/page thumbnail based on category. Built-in FPW Post Thumbnails.
    55Plugin URI: http://fw2s.com/fpw-category-thumbnails-plugin/
    6 Version: 1.9.3
     6Version: 1.9.4
    77Author: Frank P. Walentynowicz
    88Author URI: http://fw2s.com/
     
    4848global $fpw_CT, $fpw_PT;
    4949
    50 $version = '1.9.3';
     50$version = '1.9.4';
    5151if ( is_admin() ) {
    5252
  • fpw-category-thumbnails/trunk/help/help.php

    r2496417 r2534474  
    3131            '<strong>' . __( "Remove plugin's data from database on uninstall", 'fpw-category-thumbnails' ) . '</strong> ' .
    3232            '( ' . __( 'checked', 'fpw-category-thumbnails' ) . ' ) - ' . __( "during uninstall procedure all plugin's information ( options, mappings ) will be removed from the database", "fpw-category-thumbnails" ) . '<br />' .
    33             '<strong>' . __( "Enable FPW Post Thumbnails", 'fpw-category-thumbnails' ) . '</strong> ' .
     33            '<strong>' . __( "Add thumbnail column to categories list", 'fpw-category-thumbnails' ) . '</strong> ' .
     34            '( ' . __( 'checked', 'fpw-category-thumbnails' ) . ' ) - ' . __( "adds custom column <strong>Thumbnails</strong> to the list of categories", "fpw-category-thumbnails" ) . '<br />' .
     35            '<strong>' . __( "Add thumbnail column to posts list", 'fpw-category-thumbnails' ) . '</strong> ' .
     36            '( ' . __( 'checked', 'fpw-category-thumbnails' ) . ' ) - ' . __( "adds custom column <strong>Thumbnails</strong> to the list of posts", "fpw-category-thumbnails" ) . '<br />' .
     37            '<strong>' . __( "Enable FPW Post Thumbnails", 'fpw-category-thumbnails' ) . '</strong> ' .
    3438            '( ' . __( 'checked', 'fpw-category-thumbnails' ) . ' ) - ' . __( "activates FPW Post Thumbnails plugin's functionality", "fpw-category-thumbnails" ) . '</blockquote>';
    3539
  • fpw-category-thumbnails/trunk/readme.txt

    r2533427 r2534474  
    4747
    4848== Upgrade Notice ==
    49 = 1.9.3 =
    50 * Added category thumbnal column to list of posts
     49= 1.9.4 =
     50* Added options to control insertion of category thumbnal column to list of categories / posts
     51* Updated plugin's help screen
    5152
    5253== Changelog ==
     54= 1.9.4 =
     55* Added options to control insertion of category thumbnal column to list of categories / posts
     56* Updated plugin's help screen
    5357= 1.9.3 =
    5458* Added category thumbnal column to list of posts
Note: See TracChangeset for help on using the changeset viewer.