Changeset 2497329
- Timestamp:
- 03/16/2021 08:19:03 PM (5 years ago)
- Location:
- fpw-category-thumbnails/trunk
- Files:
-
- 3 edited
-
classes/fpw-category-thumbnails-class.php (modified) (1 diff)
-
fpw-category-thumbnails.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fpw-category-thumbnails/trunk/classes/fpw-category-thumbnails-class.php
r2497318 r2497329 156 156 $pointerContent = '<h3>' . __( 'What is new in this version?', 'fpw-category-thumbnails' ) . '</h3>'; 157 157 $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>'; 159 159 $pointerContent .= '</ul>'; 160 160 ?> -
fpw-category-thumbnails/trunk/fpw-category-thumbnails.php
r2496446 r2497329 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. 06 Version: 1.9.1 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. 0';50 $version = '1.9.1'; 51 51 if ( is_admin() ) { 52 52 -
fpw-category-thumbnails/trunk/readme.txt
r2496452 r2497329 47 47 48 48 == 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 52 51 53 52 == Changelog == 53 = 1.9.1 = 54 * Removed code for old translation methods 54 55 = 1.9.0 = 55 56 * PHP 8 compatibility
Note: See TracChangeset
for help on using the changeset viewer.