Skip to content

Commit 148465a

Browse files
Update readme.txt and release 1.2.2 version
1 parent e472ce5 commit 148465a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

bulk-featured-image.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Bulk Featured Image
44
Plugin URI: https://wordpress.org/plugins/bulk-featured-image/
55
Description: Bulk Featured images update.
6-
Version: 1.2.1
6+
Version: 1.2.2
77
Author: CreedAlly
88
Author URI: https://creedally.com/
99
License: GPL-2.0+
@@ -17,7 +17,7 @@
1717

1818
// Define plugin version.
1919
if ( ! defined( 'BFIE_VERSION' ) ) {
20-
define( 'BFIE_VERSION', '1.2.1' );
20+
define( 'BFIE_VERSION', '1.2.2' );
2121
}
2222

2323
// Define plugin dir path.

readme.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Bulk Featured Image ===
22
Contributors: creedally, dhavalparejia, priyank9033
33
Tags: thumbnails, post-thumbnail
4-
Requires at least: 4.7
5-
Tested up to: 6.7.1
6-
Requires PHP: 5.6
7-
Stable tag: 1.2.1
4+
Requires at least: 5.8
5+
Tested up to: 6.8.1
6+
Requires PHP: 7.4
7+
Stable tag: 1.2.2
88
License: GPL-2.0+
99
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1010

@@ -83,6 +83,10 @@ In the search field type Bulk Featured Image and click Search Plugins. Once you'
8383

8484
== Changelog ==
8585

86+
= 1.2.2 - 06/03/2025 =
87+
* Fix – Validate file type during image upload.
88+
* Compatibility with WordPress 6.8.1 version.
89+
8690
= 1.2.1 - 11/26/2024 =
8791

8892
* Compatibility with WordPress 6.7.1 version.

0 commit comments

Comments
 (0)