From 01432c39f36689f2609fca5e166fc203a7a7a220 Mon Sep 17 00:00:00 2001 From: dhavalp-creedally Date: Mon, 17 Apr 2023 13:21:08 +0530 Subject: [PATCH] Update readme.txt and release 1.1.3 version --- bulk-featured-image.php | 4 ++-- readme.txt | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bulk-featured-image.php b/bulk-featured-image.php index c6936ae..f2e3679 100644 --- a/bulk-featured-image.php +++ b/bulk-featured-image.php @@ -3,7 +3,7 @@ Plugin Name: Bulk Featured Image Plugin URI: https://wordpress.org/plugins/bulk-featured-image/ Description: Bulk Featured images update. -Version: 1.1.2 +Version: 1.1.3 Author: CreedAlly Author URI: https://creedally.com/ License: GPL-2.0+ @@ -17,7 +17,7 @@ // Define plugin version. if ( ! defined( 'BFIE_VERSION' ) ) { - define( 'BFIE_VERSION', '1.1.2' ); + define( 'BFIE_VERSION', '1.1.3' ); } // Define plugin dir path. diff --git a/readme.txt b/readme.txt index 3bd78df..e645e08 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: creedally, dhavalparejia, lovesoni1999 Tags: thumbnails, post-thumbnail Requires at least: 4.7 -Tested up to: 6.1.1 +Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 1.1.2 +Stable tag: 1.1.3 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -48,6 +48,8 @@ Avoid the time-consuming lengthy task of setting up featured images and use our * Settings for Allow post types. * Custom settings page for managing plugin. * Upload featured image using url from posts listing and plugin setting area. +* Import multiple product gallery image using CSV file +* Import multiple product gallery image using listing interface. [Upgrade to Pro](https://store.creedally.com/product/bulk-featured-image-pro/) @@ -75,6 +77,9 @@ In the search field type Bulk Featured Image and click Search Plugins. Once you' == Changelog == += 1.1.3 - 04/17/2023 = +* Compatibility with WordPress 6.2 version. + = 1.1.2 - 01/19/2023 = * Compatibility with WordPress 6.1.1 version.