Changeset 598327
- Timestamp:
- 09/13/2012 06:45:05 AM (14 years ago)
- Location:
- wordpress-ez-backup
- Files:
-
- 55 added
- 3 edited
-
tags/6.0.2/pages/cron.php (modified) (1 diff)
-
tags/6.0.6 (added)
-
tags/6.0.6/functions (added)
-
tags/6.0.6/functions/css (added)
-
tags/6.0.6/functions/css/ezstyle.css (added)
-
tags/6.0.6/functions/css/index.html (added)
-
tags/6.0.6/functions/index.html (added)
-
tags/6.0.6/functions/js (added)
-
tags/6.0.6/functions/js/boxover.js (added)
-
tags/6.0.6/functions/js/index.html (added)
-
tags/6.0.6/functions/js/main.js (added)
-
tags/6.0.6/functions/js/schedule.js (added)
-
tags/6.0.6/functions/js/wpcron.js (added)
-
tags/6.0.6/functions/logs (added)
-
tags/6.0.6/functions/logs/backupstats.php (added)
-
tags/6.0.6/functions/logs/errorlog.php (added)
-
tags/6.0.6/functions/logs/index.html (added)
-
tags/6.0.6/functions/logs/viewlog.php (added)
-
tags/6.0.6/functions/routine (added)
-
tags/6.0.6/functions/routine/backup.sh (added)
-
tags/6.0.6/functions/routine/functions.sh (added)
-
tags/6.0.6/functions/routine/index.html (added)
-
tags/6.0.6/functions/schedule (added)
-
tags/6.0.6/functions/schedule/index.html (added)
-
tags/6.0.6/images (added)
-
tags/6.0.6/images/ezbackup-125x115.png (added)
-
tags/6.0.6/images/greendot.jpg (added)
-
tags/6.0.6/images/index.html (added)
-
tags/6.0.6/images/question.gif (added)
-
tags/6.0.6/images/reddot.jpg (added)
-
tags/6.0.6/index.html (added)
-
tags/6.0.6/logs (added)
-
tags/6.0.6/logs/errorlog.txt (added)
-
tags/6.0.6/logs/index.html (added)
-
tags/6.0.6/logs/log.txt (added)
-
tags/6.0.6/main.php (added)
-
tags/6.0.6/pages (added)
-
tags/6.0.6/pages/activate.php (added)
-
tags/6.0.6/pages/backup.php (added)
-
tags/6.0.6/pages/browser.php (added)
-
tags/6.0.6/pages/cron.php (added)
-
tags/6.0.6/pages/functions.php (added)
-
tags/6.0.6/pages/help.php (added)
-
tags/6.0.6/pages/index.html (added)
-
tags/6.0.6/pages/main.php (added)
-
tags/6.0.6/pages/restore.php (added)
-
tags/6.0.6/pages/wp.php (added)
-
tags/6.0.6/readme.txt (added)
-
tags/6.0.6/screenshot-1.png (added)
-
tags/6.0.6/screenshot-2.png (added)
-
tags/6.0.6/screenshot-3.png (added)
-
tags/6.0.6/screenshot-4.png (added)
-
tags/6.0.6/screenshot-5.png (added)
-
tags/6.0.6/screenshot-6.png (added)
-
tags/6.0.6/screenshot-7.png (added)
-
tags/6.0.6/wp-ezbackup.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-ezbackup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-ez-backup/tags/6.0.2/pages/cron.php
r597836 r598327 1 1 <?php 2 $cron = get_option(' ezbu_cron');2 $cron = get_option('EZBUCRON'); 3 3 $scriptpath = dirname(dirname(__FILE__)); 4 4 $ppath = get_option('ezbu_plugin'); -
wordpress-ez-backup/trunk/readme.txt
r598317 r598327 5 5 Requires at least: 2.8.2 6 6 Tested up to: 3.4.2 7 Stable tag: 6.0. 57 Stable tag: 6.0.6 8 8 9 9 Backup & Archive your site & Database all from this easy to use plugin. Many robust features included. … … 116 116 117 117 == Changelog == 118 119 = 6.0.6 = 120 *Fixed small bug in the cron scheduling addon. 118 121 119 122 = 6.0.5 = -
wordpress-ez-backup/trunk/wp-ezbackup.php
r598310 r598327 4 4 Plugin URI: http://lastnightsdesigns.com/wordpress-ez-backup/ 5 5 Description: Fast Creation of Full Site Backups & Database Backups. Simply adjust your settings & Create your Backup. Features E-mail Alert & E-Mailing Backups, Viewing Live Log files of the backup procedure, Backup Browser & Automated Backups with Scheduling. 6 Version: 6.0. 56 Version: 6.0.6 7 7 Author: Jonathan Garber 8 8 Author URI: http://lastnightsdesigns.com
Note: See TracChangeset
for help on using the changeset viewer.