Version Description
- Revised styles for image column in small displays, since WP 4.3
- Premium version: Added search in post title in 'Presets': set default featured image for posts with a specific search string in the title
- Tested successfully with WordPress 4.3
Download this release
Release Info
Developer | Hinjiriyo |
Plugin | Quick Featured Images |
Version | 11.4.1 |
Comparing to | |
See all releases |
Code changes from version 11.4 to 11.4.1
- README.txt +25 -16
- admin/class-quick-featured-images-admin.php +1 -1
- admin/class-quick-featured-images-columns.php +13 -15
- 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, 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.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,7 +12,7 @@ Your time-saving Swiss Army Knife for featured images: Set, replace and delete t
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
|
16 |
|
17 |
= Manage featured images quickly =
|
18 |
|
@@ -76,7 +76,6 @@ The **premium version** offers you two more options if you selected multiple ima
|
|
76 |
1. **Use each selected image only once**. If there are more posts than selected images the remaining posts will not be changed.
|
77 |
2. **Remove excess featured images** after all selected images are used.
|
78 |
|
79 |
-
|
80 |
If you want to use these options then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
81 |
|
82 |
= Set, replace, remove: Filters =
|
@@ -113,8 +112,10 @@ You can define the rules based on
|
|
113 |
3. post **tags**
|
114 |
4. post **authors**
|
115 |
5. **standard post types** 'Post' and 'Page'
|
116 |
-
6. all other **custom post types**
|
117 |
-
7. all other **custom taxonomies**
|
|
|
|
|
118 |
|
119 |
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.**
|
120 |
|
@@ -139,6 +140,16 @@ With that column you can get a **quick overview about all used images**. You can
|
|
139 |
|
140 |
Under **'Featured Images'** > **'Image Columns'** you can switch on and off the additional image column for every single post type, even custom post types if they support thumbnails.
|
141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
= Your idea to improve the plugin is welcome =
|
143 |
|
144 |
If you have any new idea for Quick Featured Images post your questions and ideas in the [support forum at wordpress.org](http://wordpress.org/support/plugin/quick-featured-images). I will try to take a look and answer as soon as possible.
|
@@ -238,16 +249,6 @@ It does not matter where the images are stored on your server. They can be in an
|
|
238 |
|
239 |
The search for custom taxonomy terms could lead to surprising results. The reason is custom taxonomies can be used in many different ways. It is not possible to catch them all in one single code expression. If you should be unsatisfied with the result try other filters to get the result you want.
|
240 |
|
241 |
-
= Which languages does the plugin support? =
|
242 |
-
|
243 |
-
Actually these languages are supported:
|
244 |
-
|
245 |
-
* English
|
246 |
-
* Spanish (Español)
|
247 |
-
* German (Deutsch)
|
248 |
-
|
249 |
-
Further translations are welcome. If you want to give in your translation please leave a notice in the [plugin's support forum](http://wordpress.org/support/plugin/quick-featured-images).
|
250 |
-
|
251 |
= Where is the *.pot file for translating the plugin in any language? =
|
252 |
|
253 |
If you want to contribute a translation of the plugin in your language it would be great! You would find the *.pot file in the 'languages' directory of this plugin. If you would send the *.po file to me I would include it in the next release of the plugin.
|
@@ -264,6 +265,11 @@ If you want to contribute a translation of the plugin in your language it would
|
|
264 |
|
265 |
== Changelog ==
|
266 |
|
|
|
|
|
|
|
|
|
|
|
267 |
= 11.4 =
|
268 |
Added spanish translation for the main texts of the plugin
|
269 |
|
@@ -499,6 +505,9 @@ Fixed an insufficient security check which prevented to set a featured image
|
|
499 |
|
500 |
== Upgrade Notice ==
|
501 |
|
|
|
|
|
|
|
502 |
= 11.4 =
|
503 |
Added spanish translation
|
504 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
|
4 |
Tags: add, 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.3
|
7 |
+
Stable tag: 11.4.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
The plugin is available in English, Spanish (Español) and German (Deutsch).
|
16 |
|
17 |
= Manage featured images quickly =
|
18 |
|
76 |
1. **Use each selected image only once**. If there are more posts than selected images the remaining posts will not be changed.
|
77 |
2. **Remove excess featured images** after all selected images are used.
|
78 |
|
|
|
79 |
If you want to use these options then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
80 |
|
81 |
= Set, replace, remove: Filters =
|
112 |
3. post **tags**
|
113 |
4. post **authors**
|
114 |
5. **standard post types** 'Post' and 'Page'
|
115 |
+
6. all other **custom post types** which support featured images
|
116 |
+
7. all other **custom taxonomies** which support featured images
|
117 |
+
8. in the Premium version: **search string in post title**
|
118 |
+
|
119 |
|
120 |
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.**
|
121 |
|
140 |
|
141 |
Under **'Featured Images'** > **'Image Columns'** you can switch on and off the additional image column for every single post type, even custom post types if they support thumbnails.
|
142 |
|
143 |
+
= Languages =
|
144 |
+
|
145 |
+
The user interface is available in
|
146 |
+
|
147 |
+
* English
|
148 |
+
* Spanish (Español), kindly drawn up by Andrew Kurtis from [www.webhostinghub.com](http://www.webhostinghub.com/)
|
149 |
+
* German (Deutsch)
|
150 |
+
|
151 |
+
Further translations are welcome. If you want to give in your translation please leave a notice in the [plugin's support forum](https://wordpress.org/support/plugin/quick-featured-images).
|
152 |
+
|
153 |
= Your idea to improve the plugin is welcome =
|
154 |
|
155 |
If you have any new idea for Quick Featured Images post your questions and ideas in the [support forum at wordpress.org](http://wordpress.org/support/plugin/quick-featured-images). I will try to take a look and answer as soon as possible.
|
249 |
|
250 |
The search for custom taxonomy terms could lead to surprising results. The reason is custom taxonomies can be used in many different ways. It is not possible to catch them all in one single code expression. If you should be unsatisfied with the result try other filters to get the result you want.
|
251 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
= Where is the *.pot file for translating the plugin in any language? =
|
253 |
|
254 |
If you want to contribute a translation of the plugin in your language it would be great! You would find the *.pot file in the 'languages' directory of this plugin. If you would send the *.po file to me I would include it in the next release of the plugin.
|
265 |
|
266 |
== Changelog ==
|
267 |
|
268 |
+
= 11.4.1 =
|
269 |
+
* Revised styles for image column in small displays, since WP 4.3
|
270 |
+
* Premium version: Added search in post title in 'Presets': set default featured image for posts with a specific search string in the title
|
271 |
+
* Tested successfully with WordPress 4.3
|
272 |
+
|
273 |
= 11.4 =
|
274 |
Added spanish translation for the main texts of the plugin
|
275 |
|
505 |
|
506 |
== Upgrade Notice ==
|
507 |
|
508 |
+
= 11.4.1 =
|
509 |
+
Revised styles for image column since WP 4.3, tested in WP 4.3
|
510 |
+
|
511 |
= 11.4 =
|
512 |
Added spanish translation
|
513 |
|
admin/class-quick-featured-images-admin.php
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
-
protected $plugin_version = '11.4';
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
+
protected $plugin_version = '11.4.1';
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
admin/class-quick-featured-images-columns.php
CHANGED
@@ -284,23 +284,21 @@ class Quick_Featured_Images_Columns {
|
|
284 |
*/
|
285 |
public function display_thumbnail_column_style(){
|
286 |
print '<style type="text/css">';
|
287 |
-
print '/* Quick Featured Images plugin styles */';
|
288 |
print "\n";
|
289 |
-
print
|
|
|
290 |
printf( '.column-%s img {', $this->column_name );
|
291 |
-
print '
|
292 |
-
|
293 |
-
printf( '
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
print '}';
|
303 |
-
print "\n";
|
304 |
print '</style>';
|
305 |
}
|
306 |
|
284 |
*/
|
285 |
public function display_thumbnail_column_style(){
|
286 |
print '<style type="text/css">';
|
|
|
287 |
print "\n";
|
288 |
+
print "/* Quick Featured Images plugin styles */\n";
|
289 |
+
print "/* Fit thumbnails in posts list column */\n";
|
290 |
printf( '.column-%s img {', $this->column_name );
|
291 |
+
print 'width:100%;height:auto;';
|
292 |
+
printf( 'max-width:%dpx;', 80 );
|
293 |
+
printf( 'max-height:%dpx;', 80 );
|
294 |
+
print "}\n";
|
295 |
+
/* hide image column in small displays in WP version smaller than 4.3 */
|
296 |
+
if ( version_compare( get_bloginfo( 'version' ), '4.3', '<' ) ) {
|
297 |
+
print "/* Auto-hiding of the thumbnail column in posts lists */\n";
|
298 |
+
print '@media screen and (max-width:782px) {';
|
299 |
+
printf( '.column-%s {', $this->column_name );
|
300 |
+
print "display:none;}}\n";
|
301 |
+
} // if WP < 4.3
|
|
|
|
|
302 |
print '</style>';
|
303 |
}
|
304 |
|
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.4
|
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.4.1
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|