File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-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.2
6+ Version: 1.1.3
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.2 ' );
20+ define ( 'BFIE_VERSION ' , '1.1.3 ' );
2121}
2222
2323// Define plugin dir path.
Original file line number Diff line number Diff line change 22Contributors: creedally, dhavalparejia, lovesoni1999
33Tags: thumbnails, post-thumbnail
44Requires at least: 4.7
5- Tested up to: 6.1.1
5+ Tested up to: 6.2
66Requires PHP: 5.6
7- Stable tag: 1.1.2
7+ Stable tag: 1.1.3
88License: GPL-2.0+
99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1010
@@ -48,6 +48,8 @@ Avoid the time-consuming lengthy task of setting up featured images and use our
4848* Settings for Allow post types.
4949* Custom settings page for managing plugin.
5050* Upload featured image using url from posts listing and plugin setting area.
51+ * Import multiple product gallery image using CSV file
52+ * Import multiple product gallery image using listing interface.
5153
5254[Upgrade to Pro](https://store.creedally.com/product/bulk-featured-image-pro/)
5355
@@ -75,6 +77,9 @@ In the search field type Bulk Featured Image and click Search Plugins. Once you'
7577
7678== Changelog ==
7779
80+ = 1.1.3 - 04/17/2023 =
81+ * Compatibility with WordPress 6.2 version.
82+
7883= 1.1.2 - 01/19/2023 =
7984
8085* Compatibility with WordPress 6.1.1 version.
You can’t perform that action at this time.
0 commit comments