Version Description
- Tested successfully with WordPress 5.3
Download this release
Release Info
Developer | Hinjiriyo |
Plugin | Quick Featured Images |
Version | 13.3.6 |
Comparing to | |
See all releases |
Code changes from version 13.3.5 to 13.3.6
- README.txt +8 -2
- admin/class-quick-featured-images-admin.php +1 -1
- quick-featured-images.php +1 -1
README.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: featured image,featured images,bulk set,automatic,thumbnails
|
5 |
Requires at least: 3.8
|
6 |
Requires PHP: 5.2
|
7 |
-
Tested up to: 5.
|
8 |
-
Stable tag: 13.3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -289,6 +289,9 @@ If you want to contribute a translation of the plugin in your language it would
|
|
289 |
|
290 |
== Changelog ==
|
291 |
|
|
|
|
|
|
|
292 |
= 13.3.5 =
|
293 |
* Improved performance for the image column on post overview pages
|
294 |
* Updated translations
|
@@ -508,6 +511,9 @@ Added spanish translation for the main texts of the plugin
|
|
508 |
|
509 |
== Upgrade Notice ==
|
510 |
|
|
|
|
|
|
|
511 |
= 13.3.5 =
|
512 |
Improved performance for the image column on post overview pages, tested with WordPress 5.2.4
|
513 |
|
4 |
Tags: featured image,featured images,bulk set,automatic,thumbnails
|
5 |
Requires at least: 3.8
|
6 |
Requires PHP: 5.2
|
7 |
+
Tested up to: 5.3
|
8 |
+
Stable tag: 13.3.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
289 |
|
290 |
== Changelog ==
|
291 |
|
292 |
+
= 13.3.6 =
|
293 |
+
* Tested successfully with WordPress 5.3
|
294 |
+
|
295 |
= 13.3.5 =
|
296 |
* Improved performance for the image column on post overview pages
|
297 |
* Updated translations
|
511 |
|
512 |
== Upgrade Notice ==
|
513 |
|
514 |
+
= 13.3.6 =
|
515 |
+
Tested successfully with WordPress 5.3
|
516 |
+
|
517 |
= 13.3.5 =
|
518 |
Improved performance for the image column on post overview pages, tested with WordPress 5.2.4
|
519 |
|
admin/class-quick-featured-images-admin.php
CHANGED
@@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
21 |
*
|
22 |
* @var string
|
23 |
*/
|
24 |
-
protected $plugin_version = '13.3.
|
25 |
|
26 |
/**
|
27 |
* Instance of this class.
|
21 |
*
|
22 |
* @var string
|
23 |
*/
|
24 |
+
protected $plugin_version = '13.3.6';
|
25 |
|
26 |
/**
|
27 |
* 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.
|
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.6
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|