Plugin Directory

Changeset 2231143


Ignore:
Timestamp:
01/21/2020 06:36:22 PM (6 years ago)
Author:
wpza
Message:

Committing

Location:
random-file-upload-names
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • random-file-upload-names/tags/1.0/includes/wpza_rfun__md5_filenames.php

    r1906612 r2231143  
    22/*
    33Plugin Name: Random File Upload Names
    4 Plugin URI: https://wpza.net/wordpress-setup/encrypting-file-upload-names-in-wordpress-automatically/
     4Plugin URI: https://wpza.net/encrypting-file-upload-names-in-wordpress-automatically/
    55Description: WPZA Random File Upload Names provides your website randomised file names when you upload files into WordPress.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • random-file-upload-names/tags/1.0/readme.txt

    r1906612 r2231143  
    22Contributors: WPZA
    33Tags: random file names, encypt, security, md5, change file upload names
    4 Donate link: https://wpza.net/contact/
     4Donate link: https://wpza.net/
    55Requires at least: 3.0.0
    6 Tested up to: 4.9.6
     6Tested up to: 5.3.2
    77Requires PHP: 5.0.0
    88License: GPLv2 or later
     
    1212
    1313== Description ==
     14### Randomise file upload names in WordPress
    1415This plugin from WPZA provides your website randomised file names when you upload files into WordPress automatically. Helping with encrypting file names using MD5-encryption, making them harder to be guessed by visitors.
    1516
  • random-file-upload-names/tags/1.0/wpza-rfun.php

    r1906612 r2231143  
    22/*
    33Plugin Name: Random File Upload Names
    4 Plugin URI: https://wpza.net/wordpress-setup/encrypting-file-upload-names-in-wordpress-automatically/
     4Plugin URI: https://wpza.net/encrypting-file-upload-names-in-wordpress-automatically/
    55Description: WPZA Random File Upload Names provides your website randomised file names when you upload files into WordPress.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • random-file-upload-names/trunk/includes/wpza_rfun__md5_filenames.php

    r1906612 r2231143  
    22/*
    33Plugin Name: Random File Upload Names
    4 Plugin URI: https://wpza.net/wordpress-setup/encrypting-file-upload-names-in-wordpress-automatically/
     4Plugin URI: https://wpza.net/encrypting-file-upload-names-in-wordpress-automatically/
    55Description: WPZA Random File Upload Names provides your website randomised file names when you upload files into WordPress.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • random-file-upload-names/trunk/readme.txt

    r1906612 r2231143  
    22Contributors: WPZA
    33Tags: random file names, encypt, security, md5, change file upload names
    4 Donate link: https://wpza.net/contact/
     4Donate link: https://wpza.net/
    55Requires at least: 3.0.0
    6 Tested up to: 4.9.6
     6Tested up to: 5.3.2
    77Requires PHP: 5.0.0
    88License: GPLv2 or later
     
    1212
    1313== Description ==
     14### Randomise file upload names in WordPress
    1415This plugin from WPZA provides your website randomised file names when you upload files into WordPress automatically. Helping with encrypting file names using MD5-encryption, making them harder to be guessed by visitors.
    1516
  • random-file-upload-names/trunk/wpza-rfun.php

    r1906612 r2231143  
    22/*
    33Plugin Name: Random File Upload Names
    4 Plugin URI: https://wpza.net/wordpress-setup/encrypting-file-upload-names-in-wordpress-automatically/
     4Plugin URI: https://wpza.net/encrypting-file-upload-names-in-wordpress-automatically/
    55Description: WPZA Random File Upload Names provides your website randomised file names when you upload files into WordPress.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.