Quick Featured Images - Version 13.3.4

Version Description

  • Tested successfully with WordPress 5.2.1
Download this release

Release Info

Developer Hinjiriyo
Plugin Icon 128x128 Quick Featured Images
Version 13.3.4
Comparing to
See all releases

Code changes from version 13.3.3 to 13.3.4

README.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: categories, images, featured images, filter, random, remove, replace, thumbnails, posts, pages, tags
5
  Requires at least: 3.8
6
  Requires PHP: 5.2
7
- Tested up to: 5.1
8
- Stable tag: 13.3.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -292,6 +292,9 @@ If you want to contribute a translation of the plugin in your language it would
292
 
293
  == Changelog ==
294
 
 
 
 
295
  = 13.3.3 =
296
  * Added checkered background for transparent thumbnails
297
  * Tested successfully with WordPress 5.1
@@ -501,6 +504,9 @@ Added spanish translation for the main texts of the plugin
501
 
502
  == Upgrade Notice ==
503
 
 
 
 
504
  = 13.3.3 =
505
  Added checkered background for transparent thumbnails, tested with WordPress 5.1
506
 
4
  Tags: categories, images, featured images, filter, random, remove, replace, thumbnails, posts, pages, tags
5
  Requires at least: 3.8
6
  Requires PHP: 5.2
7
+ Tested up to: 5.2.1
8
+ Stable tag: 13.3.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
292
 
293
  == Changelog ==
294
 
295
+ = 13.3.4 =
296
+ * Tested successfully with WordPress 5.2.1
297
+
298
  = 13.3.3 =
299
  * Added checkered background for transparent thumbnails
300
  * Tested successfully with WordPress 5.1
504
 
505
  == Upgrade Notice ==
506
 
507
+ = 13.3.4 =
508
+ Tested with WordPress 5.2.1
509
+
510
  = 13.3.3 =
511
  Added checkered background for transparent thumbnails, tested with WordPress 5.1
512
 
admin/class-quick-featured-images-admin.php CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @var string
21
  */
22
- protected $plugin_version = '13.3.3';
23
 
24
  /**
25
  * Instance of this class.
19
  *
20
  * @var string
21
  */
22
+ protected $plugin_version = '13.3.4';
23
 
24
  /**
25
  * Instance of this class.
quick-featured-images.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: Quick Featured Images
11
  * Plugin URI: http://wordpress.org/plugins/quick-featured-images
12
  * Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
13
- * Version: 13.3.3
14
  * Author: Martin Stehle
15
  * Author URI: http://stehle-internet.de
16
  * Text Domain: quick-featured-images
10
  * Plugin Name: Quick Featured Images
11
  * Plugin URI: http://wordpress.org/plugins/quick-featured-images
12
  * Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
13
+ * Version: 13.3.4
14
  * Author: Martin Stehle
15
  * Author URI: http://stehle-internet.de
16
  * Text Domain: quick-featured-images