Changeset 2898723
- Timestamp:
- 04/13/2023 02:36:33 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
r2792516 r2898723 5 5 Description: Restrict users to only access their own media files 6 6 Author: finnj 7 Version: 1.6. 07 Version: 1.6.2 8 8 Author URI: http://wpfrontier.com 9 9 */ 10 10 11 define('FRONTIER_RESTRICT_MEDIA_VERSION', "1.6. 0");11 define('FRONTIER_RESTRICT_MEDIA_VERSION', "1.6.2"); 12 12 define('FRONTIER_RESTRICT_MEDIA_DIR', dirname( __FILE__ )); //an absolute path to this directory 13 13 -
frontier-restrict-media/trunk/readme.txt
r2792582 r2898723 3 3 Donate link: 4 4 Tags: Image, Media, Frontier 5 Requires at least: 3.4.0 6 Tested up to: 6.0.2 7 Stable tag: 1.6.0 5 Requires at least: 6.1 6 Tested up to: 6.2 7 Stable tag: 1.6.2 8 Requires PHP: 7.4.33 8 9 License: GPL v3 or later 9 10 … … 39 40 == Changelog == 40 41 42 = 1.6.2 = 43 * Tested with WP 6.2 44 * Tested with PHP 8 45 41 46 = 1.6.0 = 42 47 * Tested with WP 6.02
Note: See TracChangeset
for help on using the changeset viewer.