Skip to content

Commit

Permalink
version compatiblity with wordpress 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderingsoul590 committed Jun 14, 2022
1 parent 1cab940 commit a47d5d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bulk-featured-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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__ ) );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a47d5d4

Please sign in to comment.