Skip to content

Commit

Permalink
Updated tested up to for WP 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBusch committed Mar 8, 2021
1 parent 64d148b commit 977faf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions media-library-filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Plugin URI: http://www.datafeedr.com
License: GPLv2 or later
Requires at least: 4.4
Tested up to: 5.6
Version: 1.0.9
Tested up to: 5.7
Version: 1.0.10
Datafeedr API Plugin
Copyright (C) 2020, Datafeedr - help@datafeedr.com
Copyright (C) 2021, Datafeedr - help@datafeedr.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -35,7 +35,7 @@
/**
* Define constants.
*/
define( 'MLF_VERSION', '1.0.9' );
define( 'MLF_VERSION', '1.0.10' );
define( 'MLF_URL', plugin_dir_url( __FILE__ ) );
define( 'MLF_PATH', plugin_dir_path( __FILE__ ) );
define( 'MLF_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Tags: media, library, filter, terms, taxonomy, menu, category, categories
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 4.4
Tested up to: 5.6
Stable tag: 1.0.9
Tested up to: 5.7
Stable tag: 1.0.10

Filter the media in your library by the taxonomies and terms with which they are associated.

Expand Down Expand Up @@ -50,6 +50,9 @@ No.

== Changelog ==

= 1.0.10 - 2020/03/08 =
* Update for WordPress 5.7.

= 1.0.9 - 2020/12/01 =
* Update for WordPress 5.6.

Expand Down

0 comments on commit 977faf0

Please sign in to comment.