Quick Featured Images - Version 13.5.3

Version Description

  • Corrected some texts
Download this release

Release Info

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

Code changes from version 13.5.2 to 13.5.3

README.txt CHANGED
@@ -4,7 +4,7 @@ Tags: featured image,featured images,bulk set,automatic,thumbnails
4
  Requires at least: 3.8
5
  Requires PHP: 5.2
6
  Tested up to: 5.6
7
- Stable tag: 13.5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -72,18 +72,6 @@ The implemented filters allow you to narrow down the action to only the posts an
72
  2. Filter by **category**: Search posts by category
73
  3. Filter by **tag**: Search posts by tag
74
 
75
- The **Pro version** offers you additionally:
76
-
77
- 1. Filter by **format**: Search by post format
78
- 2. Filter by **author**: Search by author
79
- 3. Filter by **custom taxonomy**: Search by terms of registered taxonomies of a plugin or a theme
80
- 4. Filter by **featured image size**: Search for small featured images below a given size
81
- 5. Filter by **multimedia type**: Search for audio and video files
82
- 6. Filter by **search**: Search by search term: Search in post title and post content or in post title only
83
- 7. Filter by **status**: Search by several statuses (published, draft, private etc.). By **default all** statuses will be affected
84
- 8. Filter by **time**: Search by time specifications
85
- 9. Filter by **parent page**: Search child pages by parent page
86
-
87
  = Automatic Default Featured Images: Rules =
88
 
89
  **You can set rules for default featured images of posts easily.** Every time you insert a new post or save an existing post Quick Featured Images will look for a rule to add and to change the preset featured image to the saved post.
@@ -97,16 +85,6 @@ You can define the rules based on
97
  5. **post author**
98
  6. **post types**: 'Post', 'Page' and **custom post types** supporting featured images
99
 
100
- The **Pro version** offers you additionally:
101
-
102
- 1. **multiple random images** to assign one of them to a new post
103
- 2. **external featured images**, e.g. from a CDN, to assign them automatically
104
- 3. **user defined order** of applying the types of rules
105
- 4. **first content image** if available on an external server
106
- 5. **post format** match
107
- 6. **search string in post title** match
108
- 7. **random featured images at each page load**
109
-
110
  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.**
111
 
112
  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.
@@ -261,6 +239,9 @@ If you want to contribute a translation of the plugin in your language it would
261
 
262
  == Changelog ==
263
 
 
 
 
264
  = 13.5.2 =
265
  * Fixed text domain name in the footer section
266
  * Updated screenshots for the plugin page
@@ -490,6 +471,9 @@ Added spanish translation for the main texts of the plugin
490
 
491
  == Upgrade Notice ==
492
 
 
 
 
493
  = 13.5.2 =
494
  Tested successfully with WordPress 5.6
495
 
4
  Requires at least: 3.8
5
  Requires PHP: 5.2
6
  Tested up to: 5.6
7
+ Stable tag: 13.5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
72
  2. Filter by **category**: Search posts by category
73
  3. Filter by **tag**: Search posts by tag
74
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  = Automatic Default Featured Images: Rules =
76
 
77
  **You can set rules for default featured images of posts easily.** Every time you insert a new post or save an existing post Quick Featured Images will look for a rule to add and to change the preset featured image to the saved post.
85
  5. **post author**
86
  6. **post types**: 'Post', 'Page' and **custom post types** supporting featured images
87
 
 
 
 
 
 
 
 
 
 
 
88
  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.**
89
 
90
  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.
239
 
240
  == Changelog ==
241
 
242
+ = 13.5.3 =
243
+ * Corrected some texts
244
+
245
  = 13.5.2 =
246
  * Fixed text domain name in the footer section
247
  * Updated screenshots for the plugin page
471
 
472
  == Upgrade Notice ==
473
 
474
+ = 13.5.3 =
475
+ Corrected some texts
476
+
477
  = 13.5.2 =
478
  Tested successfully with WordPress 5.6
479
 
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.5.2';
25
 
26
  /**
27
  * Instance of this class.
21
  *
22
  * @var string
23
  */
24
+ protected $plugin_version = '13.5.3';
25
 
26
  /**
27
  * Instance of this class.
admin/views/form_select.php CHANGED
@@ -67,7 +67,7 @@ if ( 'replace' == $this->selected_action ) {
67
  <label for="<?php printf( 'qfi_%s', $key ); ?>"><strong><?php echo esc_html( $label ); ?>:</strong> <?php echo esc_html( $desc ); ?></label>
68
  </p>
69
  <?php
70
- if ( 'assign_randomly' == $this->selected_action ) {
71
  ?>
72
  <p><?php esc_html_e( 'There are two more options in the Pro version for random images:', 'quick-featured-images' ); ?></p>
73
  <ol>
@@ -75,7 +75,7 @@ if ( 'replace' == $this->selected_action ) {
75
  <li><?php esc_html_e( 'Remove excess featured images after all selected images are used', 'quick-featured-images' ); ?></li>
76
  </ol>
77
  <?php
78
- } // if(assign_randomly)
79
  ?>
80
  </fieldset>
81
  <?php
67
  <label for="<?php printf( 'qfi_%s', $key ); ?>"><strong><?php echo esc_html( $label ); ?>:</strong> <?php echo esc_html( $desc ); ?></label>
68
  </p>
69
  <?php
70
+ /* if ( 'assign_randomly' == $this->selected_action ) {
71
  ?>
72
  <p><?php esc_html_e( 'There are two more options in the Pro version for random images:', 'quick-featured-images' ); ?></p>
73
  <ol>
75
  <li><?php esc_html_e( 'Remove excess featured images after all selected images are used', 'quick-featured-images' ); ?></li>
76
  </ol>
77
  <?php
78
+ } // if(assign_randomly) */
79
  ?>
80
  </fieldset>
81
  <?php
admin/views/section_defaults.php CHANGED
@@ -509,14 +509,3 @@ wp_nonce_field( $this->main_function_name, $this->nonce );
509
  <li><?php esc_html_e( 'no featured image.', 'quick-featured-images' ); ?></li>
510
  </ol>
511
  <p><?php esc_html_e( 'Bear in mind that if two or more rules with the same taxonomy would fit to the post it is unforeseeable which image will become the featured image.', 'quick-featured-images' ); ?></p>
512
- <h3><?php esc_html_e( 'Additional rules in the Pro version', 'quick-featured-images' ); ?></h3>
513
- <ol>
514
- <li><?php esc_html_e( 'Multiple images to set them randomly as featured image', 'quick-featured-images' ); ?></li>
515
- <li><?php esc_html_e( 'Random featured images at each page load', 'quick-featured-images' ); ?></li>
516
- <li><?php esc_html_e( 'The first content image can be also an image from an external server to set it as automated featured image', 'quick-featured-images' ); ?></li>
517
- <li><?php esc_html_e( 'Remove the first content image automatically after the featured image was set successfully', 'quick-featured-images' ); ?></li>
518
- <li><?php esc_html_e( 'Match with a search string in post title', 'quick-featured-images' ); ?></li>
519
- <li><?php esc_html_e( 'Match with a selected post format', 'quick-featured-images' ); ?></li>
520
- <li><?php esc_html_e( 'User defined order of rules', 'quick-featured-images' ); ?></li>
521
- <li><?php esc_html_e( 'Import your rules from this plugin into the Pro plugin', 'quick-featured-images' ); ?></li>
522
- </ol>
509
  <li><?php esc_html_e( 'no featured image.', 'quick-featured-images' ); ?></li>
510
  </ol>
511
  <p><?php esc_html_e( 'Bear in mind that if two or more rules with the same taxonomy would fit to the post it is unforeseeable which image will become the featured image.', 'quick-featured-images' ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
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.5.2
14
  * Requires at least: 3.8
15
  * Requires PHP: 5.2
16
  * Author: Martin Stehle
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.5.3
14
  * Requires at least: 3.8
15
  * Requires PHP: 5.2
16
  * Author: Martin Stehle