Plugin Directory

Changeset 2497329


Ignore:
Timestamp:
03/16/2021 08:19:03 PM (5 years ago)
Author:
frankpw
Message:

Removed code for translations (1.9.1)

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

Legend:

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

    r2497318 r2497329  
    156156        $pointerContent  = '<h3>' . __( 'What is new in this version?', 'fpw-category-thumbnails' ) . '</h3>';
    157157        $pointerContent .= '<ul style="list-style:disc outside;margin-left:40px;margin-top:20px;margin-right:40px">';
    158         $pointerContent .= '<li>' . __( 'PHP 8 compatibility', 'fpw-category-thumbnails' ) . '</li>';
     158        $pointerContent .= '<li>' . __( 'Old code for translations removed', 'fpw-category-thumbnails' ) . '</li>';
    159159        $pointerContent .= '</ul>';
    160160        ?>
  • fpw-category-thumbnails/trunk/fpw-category-thumbnails.php

    r2496446 r2497329  
    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.0
     6Version: 1.9.1
    77Author: Frank P. Walentynowicz
    88Author URI: http://fw2s.com/
     
    4848global $fpw_CT, $fpw_PT;
    4949
    50 $version = '1.9.0';
     50$version = '1.9.1';
    5151if ( is_admin() ) {
    5252
  • fpw-category-thumbnails/trunk/readme.txt

    r2496452 r2497329  
    4747
    4848== Upgrade Notice ==
    49 = 1.9.0 =
    50 * PHP 8 compatibility
    51 * FPW Post Thumbnails - Fixed: AJAX forms submition
     49= 1.9.1 =
     50* Removed code for old translation methods
    5251
    5352== Changelog ==
     53= 1.9.1 =
     54* Removed code for old translation methods
    5455= 1.9.0 =
    5556* PHP 8 compatibility
Note: See TracChangeset for help on using the changeset viewer.