Changeset 885637
- Timestamp:
- 04/01/2014 01:57:11 PM (12 years ago)
- Location:
- really-simple-backup
- Files:
-
- 5 added
- 3 edited
-
tags/1.3.1 (added)
-
tags/1.3.1/backup (added)
-
tags/1.3.1/backup.php (added)
-
tags/1.3.1/readme.txt (added)
-
tags/1.3.1/really-simple-backup.php (added)
-
trunk/backup.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/really-simple-backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
really-simple-backup/trunk/backup.php
r877058 r885637 10 10 echo 'Error - not logged in...'; 11 11 } 12 13 ini_set('max_execution_time', 300); 12 14 13 15 function doBackup(){ -
really-simple-backup/trunk/readme.txt
r877058 r885637 4 4 Requires at least: 3.1 5 5 Tested up to: 3.8.1 6 Stable tag: 1.3. 06 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 = 1.3.0 = 47 47 Fix .zip output for windows 48 49 = 1.3.1 = 50 Fixed timeout on long downloads -
really-simple-backup/trunk/really-simple-backup.php
r877058 r885637 3 3 Plugin Name: Really Simple Backup 4 4 Description: A simple backup of your Theme, Uploads, Plugins and Database - proceed at your own risk... 5 Version: 1.3. 05 Version: 1.3.1 6 6 Author: Hotscot 7 7
Note: See TracChangeset
for help on using the changeset viewer.