Changeset 2534474
- Timestamp:
- 05/19/2021 08:35:15 PM (5 years ago)
- Location:
- fpw-category-thumbnails/trunk
- Files:
-
- 3 edited
-
fpw-category-thumbnails.php (modified) (2 diffs)
-
help/help.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fpw-category-thumbnails/trunk/fpw-category-thumbnails.php
r2533423 r2534474 4 4 Description: Sets post/page thumbnail based on category. Built-in FPW Post Thumbnails. 5 5 Plugin URI: http://fw2s.com/fpw-category-thumbnails-plugin/ 6 Version: 1.9. 36 Version: 1.9.4 7 7 Author: Frank P. Walentynowicz 8 8 Author URI: http://fw2s.com/ … … 48 48 global $fpw_CT, $fpw_PT; 49 49 50 $version = '1.9. 3';50 $version = '1.9.4'; 51 51 if ( is_admin() ) { 52 52 -
fpw-category-thumbnails/trunk/help/help.php
r2496417 r2534474 31 31 '<strong>' . __( "Remove plugin's data from database on uninstall", 'fpw-category-thumbnails' ) . '</strong> ' . 32 32 '( ' . __( '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> ' . 34 38 '( ' . __( 'checked', 'fpw-category-thumbnails' ) . ' ) - ' . __( "activates FPW Post Thumbnails plugin's functionality", "fpw-category-thumbnails" ) . '</blockquote>'; 35 39 -
fpw-category-thumbnails/trunk/readme.txt
r2533427 r2534474 47 47 48 48 == 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 51 52 52 53 == 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 53 57 = 1.9.3 = 54 58 * Added category thumbnal column to list of posts
Note: See TracChangeset
for help on using the changeset viewer.