From a47d5d43a952d238022039b14b66ac2c8d6f5a7d Mon Sep 17 00:00:00 2001 From: wanderingsoul590 Date: Tue, 14 Jun 2022 12:52:41 +0530 Subject: [PATCH] version compatiblity with wordpress 6.0 --- bulk-featured-image.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bulk-featured-image.php b/bulk-featured-image.php index fd66a57..20b241e 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.0.0 +Version: 1.1.1 Author: CreedAlly Author URI: https://creedally.com/ License: GPL-2.0+ @@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Define plugin version. -define( 'BFIE_VERSION', '1.0.0' ); +define( 'BFIE_VERSION', '1.1.1' ); // Define plugin dir path. define( 'BFIE_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index e8de9b6..9ac1807 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: creedally, dhavalparejia, lovesoni1999 Tags: thumbnails, post-thumbnail Requires at least: 4.7 -Tested up to: 5.9 +Tested up to: 6.0 Requires PHP: 5.6 Stable tag: 1.1.0 License: GPL-2.0+ @@ -72,6 +72,10 @@ In the search field type Bulk Featured Image and click Search Plugins. Once you' == Changelog == += 1.1.1 - 01/29/2022 = + +* Compatibility WordPress version 6.0 + = 1.1.0 - 01/29/2022 = * Feature - Allow to add/update featured image from posts listing page.