File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 33Plugin Name: Bulk Featured Image
44Plugin URI: https://wordpress.org/plugins/bulk-featured-image/
55Description: Bulk Featured images update.
6- Version: 1.1.5
6+ Version: 1.1.6
77Author: CreedAlly
88Author URI: https://creedally.com/
99License: GPL-2.0+
1717
1818// Define plugin version.
1919if ( ! defined ( 'BFIE_VERSION ' ) ) {
20- define ( 'BFIE_VERSION ' , '1.1.5 ' );
20+ define ( 'BFIE_VERSION ' , '1.1.6 ' );
2121}
2222
2323// Define plugin dir path.
Original file line number Diff line number Diff line change 22Contributors: creedally, dhavalparejia, priyank9033
33Tags: thumbnails, post-thumbnail
44Requires at least: 4.7
5- Tested up to: 6.4.1
5+ Tested up to: 6.4.2
66Requires PHP: 5.6
7- Stable tag: 1.1.5
7+ Stable tag: 1.1.6
88License: GPL-2.0+
99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1010
@@ -51,6 +51,11 @@ Avoid the time-consuming lengthy task of setting up featured images and use our
5151* Import multiple product gallery image using CSV file
5252* Import multiple product gallery image using listing interface.
5353* Upload post content image after paragraph using CSV with add "|" separator and support only Classic Editor, Gutenberg, Elemantor and Divi Builder
54+ * Allow to remove multiple featured image for post, page, product and custom post types using listings interface.
55+ * Allow to remove multiple product gallery image using listing interface.
56+ * Allow to remove featured images using csv file for all post types.
57+ * Allow to remove product gallery images using csv file.
58+ * Added option to remove default featured image in post, page, product and custom post types.
5459
5560[Upgrade to Pro](https://store.creedally.com/product/bulk-featured-image-pro/)
5661
@@ -78,6 +83,10 @@ In the search field type Bulk Featured Image and click Search Plugins. Once you'
7883
7984== Changelog ==
8085
86+ = 1.1.6 - 01/03/2024 =
87+
88+ * Compatibility with WordPress 6.4.2 version.
89+
8190= 1.1.5 - 11/17/2023 =
8291
8392* Compatibility with WordPress 6.4.1 version.
You can’t perform that action at this time.
0 commit comments