Changeset 2792516
- Timestamp:
- 09/30/2022 02:11:52 PM (3 years ago)
- Location:
- frontier-restrict-media/trunk
- Files:
-
- 2 edited
-
frontier-restrict-media.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontier-restrict-media/trunk/frontier-restrict-media.php
r2273674 r2792516 5 5 Description: Restrict users to only access their own media files 6 6 Author: finnj 7 Version: 1. 2.07 Version: 1.6.0 8 8 Author URI: http://wpfrontier.com 9 9 */ 10 10 11 define('FRONTIER_RESTRICT_MEDIA_VERSION', "1. 2.0");11 define('FRONTIER_RESTRICT_MEDIA_VERSION', "1.6.0"); 12 12 define('FRONTIER_RESTRICT_MEDIA_DIR', dirname( __FILE__ )); //an absolute path to this directory 13 13 -
frontier-restrict-media/trunk/readme.txt
r2792456 r2792516 4 4 Tags: Image, Media, Frontier 5 5 Requires at least: 3.4.0 6 Tested up to: 5.4.87 Stable tag: 1. 2.06 Tested up to: 6.02 7 Stable tag: 1.6.0 8 8 License: GPL v3 or later 9 9 … … 39 39 == Changelog == 40 40 41 = 1.60 = 42 * Tested with WP 6.02 43 * Tested with PHP 8 44 41 45 = 1.20 = 42 46 * Tested with WP 5.4
Note: See TracChangeset
for help on using the changeset viewer.