Changeset 1097348
- Timestamp:
- 02/23/2015 04:24:57 PM (11 years ago)
- Location:
- file-proxy/trunk
- Files:
-
- 2 edited
-
init.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
file-proxy/trunk/init.php
r1097333 r1097348 2 2 /* 3 3 Plugin Name: File Proxy 4 Version: 0.6 4 Version: 0.6.1 5 5 Description: File Proxy is a simple WordPress plug that lest you protect / restrict access to a specific embedded file. It lets you embed files from the upload directory into a post or page using a short code that restricts access to registered users. guest users who click on the link are prompted to login before returning the file.<code>[file-proxy id='attachment_id']link text[/file-proxy]</code>. 6 6 Author: Geraint Palmer -
file-proxy/trunk/readme.txt
r1097333 r1097348 4 4 Requires at least: 4.1.x 5 5 Tested up to: 4.1 6 Stable tag: 0.6 6 Stable tag: 0.6.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 22 22 * The true file URL is never revealed preventing hot linking. 23 23 * Cherry pick which files you want to protect. 24 * Admin Settings Panel - allowing full customisation.25 24 * Simple shortcode interface. 26 * File-Proxy link button in media manager.27 * Display alt image for guest.28 * No htaccess hacking, required.29 25 30 26 **Contributing**
Note: See TracChangeset
for help on using the changeset viewer.