Changeset 2231143
- Timestamp:
- 01/21/2020 06:36:22 PM (6 years ago)
- Location:
- random-file-upload-names
- Files:
-
- 6 edited
-
tags/1.0/includes/wpza_rfun__md5_filenames.php (modified) (1 diff)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
tags/1.0/wpza-rfun.php (modified) (1 diff)
-
trunk/includes/wpza_rfun__md5_filenames.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpza-rfun.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
random-file-upload-names/tags/1.0/includes/wpza_rfun__md5_filenames.php
r1906612 r2231143 2 2 /* 3 3 Plugin Name: Random File Upload Names 4 Plugin URI: https://wpza.net/ wordpress-setup/encrypting-file-upload-names-in-wordpress-automatically/4 Plugin URI: https://wpza.net/encrypting-file-upload-names-in-wordpress-automatically/ 5 5 Description: WPZA Random File Upload Names provides your website randomised file names when you upload files into WordPress. 6 6 Version: 1.0.0 7 7 Author: WPZA 8 Author URI: https://www.wpza.net 8 Author URI: https://www.wpza.net/ 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
random-file-upload-names/tags/1.0/readme.txt
r1906612 r2231143 2 2 Contributors: WPZA 3 3 Tags: random file names, encypt, security, md5, change file upload names 4 Donate link: https://wpza.net/ contact/4 Donate link: https://wpza.net/ 5 5 Requires at least: 3.0.0 6 Tested up to: 4.9.66 Tested up to: 5.3.2 7 7 Requires PHP: 5.0.0 8 8 License: GPLv2 or later … … 12 12 13 13 == Description == 14 ### Randomise file upload names in WordPress 14 15 This 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. 15 16 -
random-file-upload-names/tags/1.0/wpza-rfun.php
r1906612 r2231143 2 2 /* 3 3 Plugin Name: Random File Upload Names 4 Plugin URI: https://wpza.net/ wordpress-setup/encrypting-file-upload-names-in-wordpress-automatically/4 Plugin URI: https://wpza.net/encrypting-file-upload-names-in-wordpress-automatically/ 5 5 Description: WPZA Random File Upload Names provides your website randomised file names when you upload files into WordPress. 6 6 Version: 1.0.0 7 7 Author: WPZA 8 Author URI: https://www.wpza.net 8 Author URI: https://www.wpza.net/ 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
random-file-upload-names/trunk/includes/wpza_rfun__md5_filenames.php
r1906612 r2231143 2 2 /* 3 3 Plugin Name: Random File Upload Names 4 Plugin URI: https://wpza.net/ wordpress-setup/encrypting-file-upload-names-in-wordpress-automatically/4 Plugin URI: https://wpza.net/encrypting-file-upload-names-in-wordpress-automatically/ 5 5 Description: WPZA Random File Upload Names provides your website randomised file names when you upload files into WordPress. 6 6 Version: 1.0.0 7 7 Author: WPZA 8 Author URI: https://www.wpza.net 8 Author URI: https://www.wpza.net/ 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
random-file-upload-names/trunk/readme.txt
r1906612 r2231143 2 2 Contributors: WPZA 3 3 Tags: random file names, encypt, security, md5, change file upload names 4 Donate link: https://wpza.net/ contact/4 Donate link: https://wpza.net/ 5 5 Requires at least: 3.0.0 6 Tested up to: 4.9.66 Tested up to: 5.3.2 7 7 Requires PHP: 5.0.0 8 8 License: GPLv2 or later … … 12 12 13 13 == Description == 14 ### Randomise file upload names in WordPress 14 15 This 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. 15 16 -
random-file-upload-names/trunk/wpza-rfun.php
r1906612 r2231143 2 2 /* 3 3 Plugin Name: Random File Upload Names 4 Plugin URI: https://wpza.net/ wordpress-setup/encrypting-file-upload-names-in-wordpress-automatically/4 Plugin URI: https://wpza.net/encrypting-file-upload-names-in-wordpress-automatically/ 5 5 Description: WPZA Random File Upload Names provides your website randomised file names when you upload files into WordPress. 6 6 Version: 1.0.0 7 7 Author: WPZA 8 Author URI: https://www.wpza.net 8 Author URI: https://www.wpza.net/ 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.