Version Description
- Revised plugin activation message function
- Tested successfully with WordPress 4.5
Download this release
Release Info
Developer | Hinjiriyo |
Plugin | Quick Featured Images |
Version | 11.7.1 |
Comparing to | |
See all releases |
Code changes from version 11.7 to 11.7.1
- README.txt +34 -24
- admin/class-quick-featured-images-admin.php +20 -6
- quick-featured-images.php +1 -1
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Hinjiriyo
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
|
4 |
Tags: add, arabic, assign, associate, attach, attachment, attachments, audio, audios, author, auto, automatic, batch, bulk, categories, category, change, column, control, custom post type, custom post types, custom taxonomies, custom taxonomy, date, dates, default, define, delete, detach, exchange, featured, featured image, featured images, filter, gallery, galleries, image, image size, images, mass, media, mime, multimedia, nextgen, pages, parent page, period, post type, post types, posts, quick, random, rapid, remove, replace, rules, search, set, standard, tag, taxonomies, taxonomy, thumb, thumbnail, thumbnails, thumbs, time, unset, update, user, video, videos, spanish, español, deutsch, german
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 11.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -25,16 +25,17 @@ The plugin 'Quick Featured Images' helps you bulk managing featured images, sett
|
|
25 |
You get the free version here. If you want to include **audios, videos and custom post types** and get more options then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
26 |
|
27 |
= What users said =
|
28 |
-
*
|
|
|
|
|
29 |
* **Number 2** in [14 Best Featured Image Plugins and Tutorials for WordPress](http://www.wpbeginner.com/plugins/14-best-featured-images-plugin-and-tools-for-wordpress/) on August 7, 2015
|
30 |
* **Number 1** in [Best WordPress Plugins For Featured Image](http://www.phuntu.com/wordpress/best-wordpress-plugins-for-featured-image/) on June 20, 2015
|
31 |
-
* **Number 4** in [Best Image Plugins For WordPress](http://smallbusinesstechacademy.com/best-image-plugins/) by Heather Johnson on October 21, 2015
|
32 |
* **Number 3** in [8 Must have Image Plugins for WordPress](http://www.bestwordpresshosting.org/8-must-image-plugins-wordpress/) by Sadia Komal on unknown date
|
33 |
-
*
|
34 |
* **Number 2** in [Top 5 WordPress plugins van de maand september](http://webtalis.nl/top-5-wordpress-plugins-van-de-maand-september/) by Webtalis on September 5, 2014
|
35 |
-
*
|
36 |
-
*
|
37 |
-
*
|
38 |
|
39 |
See more comments under [Reviews](http://wordpress.org/support/view/plugin-reviews/quick-featured-images).
|
40 |
|
@@ -125,10 +126,12 @@ The **premium version** offers you additionally:
|
|
125 |
|
126 |
The rules are easy to set: choose an image, a taxonomy, a value and save the settings. That's it. **You do not need to code.**
|
127 |
|
128 |
-
You can add, change and delete every rule whenever you want. So you get an **
|
129 |
|
130 |
After an image is removed from the library all preset rules assigned with that image will be removed automatically.
|
131 |
|
|
|
|
|
132 |
= Automatic Default Featured Images: Options =
|
133 |
|
134 |
You can switch between
|
@@ -173,7 +176,7 @@ There is no User Support provided for this plugin. If you are having trouble wit
|
|
173 |
|
174 |
**Notice: This plugin has no Undo function!** This plugin is provided under the terms of the GPL, including the following:
|
175 |
|
176 |
-
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
|
177 |
|
178 |
== Installation ==
|
179 |
|
@@ -248,7 +251,7 @@ Yes. It works either activated for all sites (network wide) or activated in each
|
|
248 |
|
249 |
No. The featured images you have already set will remain set if you deactivate or delete the plugin.
|
250 |
|
251 |
-
= Why does the plugin say
|
252 |
|
253 |
This could be the case if the images were not uploaded via WordPress' own media uploader. If you have uploaded images via FTP or other ways the plugin can not find images.
|
254 |
|
@@ -274,6 +277,10 @@ If you want to contribute a translation of the plugin in your language it would
|
|
274 |
|
275 |
== Changelog ==
|
276 |
|
|
|
|
|
|
|
|
|
277 |
= 11.7 =
|
278 |
* Improved: Presets are working in the frontend, too, e.g. at creating a post with Gravity Forms
|
279 |
* Improved: Headline structure since WP 4.4 for better accessibility
|
@@ -328,7 +335,7 @@ Added spanish translation for the main texts of the plugin
|
|
328 |
* Updated *.pot file and german translation
|
329 |
|
330 |
= 11.1 =
|
331 |
-
* Fixed bug which yielded the error message
|
332 |
* Fixed wrong links in the Confirmation list if cache was used
|
333 |
|
334 |
= 11.0 =
|
@@ -474,13 +481,13 @@ Fixed bug on using custom taxonomies
|
|
474 |
Fixed an insufficient security check which prevented to set a featured image
|
475 |
|
476 |
= 4.1 =
|
477 |
-
* Added link
|
478 |
* Changed hard coded plugin name to variable
|
479 |
* Tested with WordPress 3.9.1
|
480 |
* Updated *.pot file and german translation
|
481 |
|
482 |
= 4.0 =
|
483 |
-
* Added new filter
|
484 |
* Improved page speed at both the preview list and the result list
|
485 |
* Improved style for smartphones
|
486 |
* Updated *.pot file and german translation
|
@@ -504,7 +511,7 @@ Fixed an insufficient security check which prevented to set a featured image
|
|
504 |
* Changed selection modus for images to be replaced from single to multiple
|
505 |
* Changed names of custom post types into their more readable labels
|
506 |
* Changed names of custom taxonomies into their more readable labels
|
507 |
-
* Changed notice for untouched posts from
|
508 |
* Moved notice of selected action to the right of the selected image
|
509 |
* Updated *.pot file and german translation
|
510 |
|
@@ -518,9 +525,9 @@ Fixed an insufficient security check which prevented to set a featured image
|
|
518 |
* Deleted uninstall.php to avoid a confusing uninstall message
|
519 |
|
520 |
= 3.0 =
|
521 |
-
* Added new filter
|
522 |
* Changed default post types: ALL posts, pages and custom post types are included in the search by default
|
523 |
-
* Changed default selection in drop down selection lists into
|
524 |
* Updated *.pot file and german translation
|
525 |
* Improved performance
|
526 |
* Improved design of confirmation page
|
@@ -530,12 +537,12 @@ Fixed an insufficient security check which prevented to set a featured image
|
|
530 |
* Revised SQL statement for featured image size filter
|
531 |
|
532 |
= 2.0.1 =
|
533 |
-
* Fixed missing headline on confirmation page if action
|
534 |
* Updated *.pot file and german translation
|
535 |
|
536 |
= 2.0 =
|
537 |
-
* Added new action
|
538 |
-
* Added new filter
|
539 |
* Added error notice if no image of the image replacement list was selected
|
540 |
* Changed design of the plugin's start page. I hope you find it more useful
|
541 |
* Improved processing speed of found posts
|
@@ -547,6 +554,9 @@ Fixed an insufficient security check which prevented to set a featured image
|
|
547 |
|
548 |
== Upgrade Notice ==
|
549 |
|
|
|
|
|
|
|
550 |
= 11.7 =
|
551 |
Presets are working in the frontend, too; Revised headline structure for better accessibility
|
552 |
|
@@ -593,7 +603,7 @@ Tiny text revision and fixed bug which displayed undesired thumbnail columns. Pl
|
|
593 |
Bugfixing and improvements for detecting the first image in post contents
|
594 |
|
595 |
= 8.2.2 =
|
596 |
-
Added rule at the presets to keep existing featured images. Please refine your preset rules if you use the
|
597 |
|
598 |
= 8.2.1 =
|
599 |
Successfully tested with WordPress 4.0, added icons for plugin search
|
@@ -629,10 +639,10 @@ Fixed bug on using custom taxonomies
|
|
629 |
Fixed security check
|
630 |
|
631 |
= 4.1 =
|
632 |
-
Added link
|
633 |
|
634 |
= 4.0 =
|
635 |
-
Added new filter
|
636 |
|
637 |
= 3.2.1 =
|
638 |
More orientation: After activation of this plugin a message tells you where you can find the plugin in the WordPress backend.
|
@@ -653,7 +663,7 @@ Now the filter by search term works properly again.
|
|
653 |
Fixed error message after plugin activation and missed images in the library
|
654 |
|
655 |
= 3.0 =
|
656 |
-
Added new filter
|
657 |
|
658 |
= 2.0 =
|
659 |
Many improvements and additions
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
|
4 |
Tags: add, arabic, assign, associate, attach, attachment, attachments, audio, audios, author, auto, automatic, batch, bulk, categories, category, change, column, control, custom post type, custom post types, custom taxonomies, custom taxonomy, date, dates, default, define, delete, detach, exchange, featured, featured image, featured images, filter, gallery, galleries, image, image size, images, mass, media, mime, multimedia, nextgen, pages, parent page, period, post type, post types, posts, quick, random, rapid, remove, replace, rules, search, set, standard, tag, taxonomies, taxonomy, thumb, thumbnail, thumbnails, thumbs, time, unset, update, user, video, videos, spanish, español, deutsch, german
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.5
|
7 |
+
Stable tag: 11.7.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
25 |
You get the free version here. If you want to include **audios, videos and custom post types** and get more options then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
26 |
|
27 |
= What users said =
|
28 |
+
* **"OMG Just Awesome!"** by vincentfijian on April 6, 2016
|
29 |
+
* **"…an excellent plugin…"** in [How To Fix Featured Image Issues in WordPress](http://worldcricketevents.com/how-to-fix-featured-image-issues-in-wordpress/) on March 18, 2016
|
30 |
+
* Mentioned under "Essential Plugins" on slide #24 in [The Plugins That Will Make Your Business Sink or Swim](http://www.slideshare.net/HeatherWilde/wordpress-plugins-52971643) by Heather Wilde on September 15, 2015
|
31 |
* **Number 2** in [14 Best Featured Image Plugins and Tutorials for WordPress](http://www.wpbeginner.com/plugins/14-best-featured-images-plugin-and-tools-for-wordpress/) on August 7, 2015
|
32 |
* **Number 1** in [Best WordPress Plugins For Featured Image](http://www.phuntu.com/wordpress/best-wordpress-plugins-for-featured-image/) on June 20, 2015
|
|
|
33 |
* **Number 3** in [8 Must have Image Plugins for WordPress](http://www.bestwordpresshosting.org/8-must-image-plugins-wordpress/) by Sadia Komal on unknown date
|
34 |
+
* **"The Best Plugin I ever saw - I would like to rate it 10/5"** by MovieMagia on November 25, 2014
|
35 |
* **Number 2** in [Top 5 WordPress plugins van de maand september](http://webtalis.nl/top-5-wordpress-plugins-van-de-maand-september/) by Webtalis on September 5, 2014
|
36 |
+
* **"Literally 5 minutes changed over 300 posts! Brilliant!!!!"** by Bob on September 4, 2014
|
37 |
+
* **"It's a life saver ... and is ridiculously fast!"** by Orlof on August 26, 2014
|
38 |
+
* **"Finally! It's about time somebody got it right!"** by yallways on August 3, 2014
|
39 |
|
40 |
See more comments under [Reviews](http://wordpress.org/support/view/plugin-reviews/quick-featured-images).
|
41 |
|
126 |
|
127 |
The rules are easy to set: choose an image, a taxonomy, a value and save the settings. That's it. **You do not need to code.**
|
128 |
|
129 |
+
You can add, change and delete every rule whenever you want. So you get an **precise set of rules** for automatic default featured images in your website.
|
130 |
|
131 |
After an image is removed from the library all preset rules assigned with that image will be removed automatically.
|
132 |
|
133 |
+
The rules take effect when a post is saved in the backend – e.g. on the post edit page – or in the frontend – e.g. via a "Create Post" form by Gravity Forms.
|
134 |
+
|
135 |
= Automatic Default Featured Images: Options =
|
136 |
|
137 |
You can switch between
|
176 |
|
177 |
**Notice: This plugin has no Undo function!** This plugin is provided under the terms of the GPL, including the following:
|
178 |
|
179 |
+
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. **THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.** SHOULD THE PROGRAM PROVE DEFECTIVE, **YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION**.
|
180 |
|
181 |
== Installation ==
|
182 |
|
251 |
|
252 |
No. The featured images you have already set will remain set if you deactivate or delete the plugin.
|
253 |
|
254 |
+
= Why does the plugin say "No matches found" after confirmation? =
|
255 |
|
256 |
This could be the case if the images were not uploaded via WordPress' own media uploader. If you have uploaded images via FTP or other ways the plugin can not find images.
|
257 |
|
277 |
|
278 |
== Changelog ==
|
279 |
|
280 |
+
= 11.7.1 =
|
281 |
+
* Revised plugin activation message function
|
282 |
+
* Tested successfully with WordPress 4.5
|
283 |
+
|
284 |
= 11.7 =
|
285 |
* Improved: Presets are working in the frontend, too, e.g. at creating a post with Gravity Forms
|
286 |
* Improved: Headline structure since WP 4.4 for better accessibility
|
335 |
* Updated *.pot file and german translation
|
336 |
|
337 |
= 11.1 =
|
338 |
+
* Fixed bug which yielded the error message "No matches found" at the Confirmation step
|
339 |
* Fixed wrong links in the Confirmation list if cache was used
|
340 |
|
341 |
= 11.0 =
|
481 |
Fixed an insufficient security check which prevented to set a featured image
|
482 |
|
483 |
= 4.1 =
|
484 |
+
* Added link "Bulk set as featured image" under each image in the media library
|
485 |
* Changed hard coded plugin name to variable
|
486 |
* Tested with WordPress 3.9.1
|
487 |
* Updated *.pot file and german translation
|
488 |
|
489 |
= 4.0 =
|
490 |
+
* Added new filter "Filter by Time Specifications": Search in time periods on a year-month base
|
491 |
* Improved page speed at both the preview list and the result list
|
492 |
* Improved style for smartphones
|
493 |
* Updated *.pot file and german translation
|
511 |
* Changed selection modus for images to be replaced from single to multiple
|
512 |
* Changed names of custom post types into their more readable labels
|
513 |
* Changed names of custom taxonomies into their more readable labels
|
514 |
+
* Changed notice for untouched posts from "failed" to "unconsidered"
|
515 |
* Moved notice of selected action to the right of the selected image
|
516 |
* Updated *.pot file and german translation
|
517 |
|
525 |
* Deleted uninstall.php to avoid a confusing uninstall message
|
526 |
|
527 |
= 3.0 =
|
528 |
+
* Added new filter "Filter by Custom Taxonomies"
|
529 |
* Changed default post types: ALL posts, pages and custom post types are included in the search by default
|
530 |
+
* Changed default selection in drop down selection lists into "nothing selected"
|
531 |
* Updated *.pot file and german translation
|
532 |
* Improved performance
|
533 |
* Improved design of confirmation page
|
537 |
* Revised SQL statement for featured image size filter
|
538 |
|
539 |
= 2.0.1 =
|
540 |
+
* Fixed missing headline on confirmation page if action "remove any image" was selected
|
541 |
* Updated *.pot file and german translation
|
542 |
|
543 |
= 2.0 =
|
544 |
+
* Added new action "Remove any image"
|
545 |
+
* Added new filter "Filter by Featured Image Size"
|
546 |
* Added error notice if no image of the image replacement list was selected
|
547 |
* Changed design of the plugin's start page. I hope you find it more useful
|
548 |
* Improved processing speed of found posts
|
554 |
|
555 |
== Upgrade Notice ==
|
556 |
|
557 |
+
= 11.7.1 =
|
558 |
+
Revised plugin activation message function, tested with WP 4.5
|
559 |
+
|
560 |
= 11.7 =
|
561 |
Presets are working in the frontend, too; Revised headline structure for better accessibility
|
562 |
|
603 |
Bugfixing and improvements for detecting the first image in post contents
|
604 |
|
605 |
= 8.2.2 =
|
606 |
+
Added rule at the presets to keep existing featured images. Please refine your preset rules if you use the "first content image rule"!
|
607 |
|
608 |
= 8.2.1 =
|
609 |
Successfully tested with WordPress 4.0, added icons for plugin search
|
639 |
Fixed security check
|
640 |
|
641 |
= 4.1 =
|
642 |
+
Added link "Bulk set as featured image" under each image in the media library. Tested with WordPress 3.9.1
|
643 |
|
644 |
= 4.0 =
|
645 |
+
Added new filter "Filter by Time Specifications": Search in time periods on a year-month base. Improved page speed at both the preview list and the result list. Improved style for smartphones
|
646 |
|
647 |
= 3.2.1 =
|
648 |
More orientation: After activation of this plugin a message tells you where you can find the plugin in the WordPress backend.
|
663 |
Fixed error message after plugin activation and missed images in the library
|
664 |
|
665 |
= 3.0 =
|
666 |
+
Added new filter "Filter by Custom Taxonomies". Be aware of the changed default behaviour: ALL posts, pages and custom post types are included in the search by default. Improved performance. Improved design of confirmation page
|
667 |
|
668 |
= 2.0 =
|
669 |
Many improvements and additions
|
admin/class-quick-featured-images-admin.php
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
-
protected $plugin_version = '11.7';
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
@@ -456,12 +456,26 @@
|
|
456 |
* @updated 7.0: changed url and message (page moved from media sub menu to own object menu)
|
457 |
*/
|
458 |
public function display_activation_message () {
|
459 |
-
|
460 |
$text = 'Featured Images';
|
461 |
-
|
462 |
-
|
463 |
-
$
|
464 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
}
|
466 |
|
467 |
/**
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
+
protected $plugin_version = '11.7.1';
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
456 |
* @updated 7.0: changed url and message (page moved from media sub menu to own object menu)
|
457 |
*/
|
458 |
public function display_activation_message () {
|
459 |
+
|
460 |
$text = 'Featured Images';
|
461 |
+
|
462 |
+
// set link
|
463 |
+
$link = sprintf(
|
464 |
+
'<a href="%s">%s</a>',
|
465 |
+
esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) ),
|
466 |
+
esc_html__( $text )
|
467 |
+
);
|
468 |
+
|
469 |
+
// set whole message
|
470 |
+
printf(
|
471 |
+
'<div class="updated"><p>%s</p></div>',
|
472 |
+
sprintf(
|
473 |
+
esc_html__( 'Welcome to %s! You can find the plugin at %s.', 'quick-featured-images' ),
|
474 |
+
$this->plugin_name,
|
475 |
+
$link
|
476 |
+
)
|
477 |
+
);
|
478 |
+
|
479 |
}
|
480 |
|
481 |
/**
|
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, set default images, get overview lists.
|
13 |
-
* Version: 11.7
|
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, set default images, get overview lists.
|
13 |
+
* Version: 11.7.1
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|