Plugin Directory

Changeset 2792516


Ignore:
Timestamp:
09/30/2022 02:11:52 PM (3 years ago)
Author:
finnj
Message:

ver 1.6 tested with WP 6.0.2

Location:
frontier-restrict-media/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • frontier-restrict-media/trunk/frontier-restrict-media.php

    r2273674 r2792516  
    55Description: Restrict users to only access their own media files
    66Author: finnj
    7 Version: 1.2.0
     7Version: 1.6.0
    88Author URI: http://wpfrontier.com
    99*/
    1010
    11 define('FRONTIER_RESTRICT_MEDIA_VERSION', "1.2.0");
     11define('FRONTIER_RESTRICT_MEDIA_VERSION', "1.6.0");
    1212define('FRONTIER_RESTRICT_MEDIA_DIR', dirname( __FILE__ )); //an absolute path to this directory
    1313
  • frontier-restrict-media/trunk/readme.txt

    r2792456 r2792516  
    44Tags: Image, Media, Frontier 
    55Requires at least: 3.4.0
    6 Tested up to: 5.4.8
    7 Stable tag: 1.2.0
     6Tested up to: 6.02
     7Stable tag: 1.6.0
    88License: GPL v3 or later
    99 
     
    3939== Changelog ==
    4040
     41= 1.60 =
     42* Tested with WP 6.02
     43* Tested with PHP 8
     44
    4145= 1.20 =
    4246* Tested with WP 5.4
Note: See TracChangeset for help on using the changeset viewer.