Skip to content

Commit

Permalink
Updated "tested up to" value
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBusch committed Nov 10, 2023
1 parent 977faf0 commit 24ca23b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: media-library-filter
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.7
Version: 1.0.10
Tested up to: 6.4.2-alpha
Version: 1.0.11
Datafeedr API Plugin
Copyright (C) 2021, Datafeedr - help@datafeedr.com
Copyright (C) 2023, 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.10' );
define( 'MLF_VERSION', '1.0.11' );
define( 'MLF_URL', plugin_dir_url( __FILE__ ) );
define( 'MLF_PATH', plugin_dir_path( __FILE__ ) );
define( 'MLF_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
11 changes: 8 additions & 3 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.7
Stable tag: 1.0.10
Tested up to: 6.4.2-alpha
Stable tag: 1.0.11

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

Expand All @@ -20,7 +20,9 @@ Plugin inspired by [answer on StackExchange](http://wordpress.stackexchange.com/

**Limitation**

The filters are only available when viewing your Media Library in "list" mode, not "grid" mode.
The filters are only available when viewing your Media Library in ["list" mode, not "grid" mode](https://res.cloudinary.com/dpq5gf23t/image/upload/v1699630258/Plugins/list-mode_mobdn5.png).

[View screenshot for more explanation](https://res.cloudinary.com/dpq5gf23t/image/upload/v1699630258/Plugins/list-mode_mobdn5.png).

== Installation ==

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

== Changelog ==

= 1.0.11 - 2020/11/10 =
* Updated "tested up to" value

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

Expand Down

0 comments on commit 24ca23b

Please sign in to comment.