Plugin Directory

Changeset 1097348


Ignore:
Timestamp:
02/23/2015 04:24:57 PM (11 years ago)
Author:
geraint
Message:

fix: features listed in description that don't exist yet/anymore...

Location:
file-proxy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • file-proxy/trunk/init.php

    r1097333 r1097348  
    22    /*
    33    Plugin Name: File Proxy
    4     Version: 0.6
     4    Version: 0.6.1
    55    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>.
    66    Author: Geraint Palmer
  • file-proxy/trunk/readme.txt

    r1097333 r1097348  
    44Requires at least: 4.1.x
    55Tested up to: 4.1
    6 Stable tag: 0.6
     6Stable tag: 0.6.1
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2222* The true file URL is never revealed preventing hot linking.
    2323* Cherry pick which files you want to protect.
    24 * Admin Settings Panel - allowing full customisation.
    2524* Simple shortcode interface.
    26 * File-Proxy link button in media manager.
    27 * Display alt image for guest.
    28 * No htaccess hacking, required.
    2925
    3026**Contributing**
Note: See TracChangeset for help on using the changeset viewer.