Skip to content

Commit 5232290

Browse files
Update readme.txt and release 1.1.2 version
1 parent 4c6e786 commit 5232290

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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.1.1
6+
Version: 1.1.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.1.1' );
20+
define( 'BFIE_VERSION', '1.1.2' );
2121
}
2222

2323
// Define plugin dir path.

readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: creedally, dhavalparejia, lovesoni1999
33
Tags: thumbnails, post-thumbnail
44
Requires at least: 4.7
5-
Tested up to: 6.0
5+
Tested up to: 6.1.1
66
Requires PHP: 5.6
7-
Stable tag: 1.1.0
7+
Stable tag: 1.1.2
88
License: GPL-2.0+
99
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1010

@@ -72,9 +72,15 @@ In the search field type Bulk Featured Image and click Search Plugins. Once you'
7272

7373
== Changelog ==
7474

75+
= 1.1.2 - 01/19/2023 =
76+
77+
* Compatibility with WordPress 6.1.1 version.
78+
* Compatibility with PHP 8 version.
79+
* Fix - Constant conflict with pro version.
80+
7581
= 1.1.1 - 01/29/2022 =
7682

77-
* Compatibility WordPress version 6.0
83+
* Compatibility with WordPress version 6.0
7884

7985
= 1.1.0 - 01/29/2022 =
8086

0 commit comments

Comments
 (0)