Changeset 893007
- Timestamp:
- 04/14/2014 04:23:31 PM (12 years ago)
- Location:
- mk-simple-backups
- Files:
-
- 4 edited
- 1 copied
-
tags/0.6.2 (copied) (copied from mk-simple-backups/trunk)
-
tags/0.6.2/mk-simple-backups.php (modified) (2 diffs)
-
tags/0.6.2/readme.txt (modified) (2 diffs)
-
trunk/mk-simple-backups.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mk-simple-backups/tags/0.6.2/mk-simple-backups.php
r892999 r893007 5 5 * Plugin URI: http://wordpress.org/plugins/mk-simple-backups/ 6 6 * Description: Allows you to create simple backups on a dedicated page nested in the "Tools" Menu. 7 * Version: 0.6. 17 * Version: 0.6.2 8 8 * Author: Michael Kühni 9 9 * Author URI: http://michaelkuehni.ch … … 115 115 case "uploads": 116 116 if($_POST["upload_options"] == "file") { 117 $s = $bkp->createUploadBackup ByDB();117 $s = $bkp->createUploadBackup(); 118 118 $desc = __("Uploads (file based)", "mk-simple-backups"); 119 119 } 120 120 else { 121 $s = $bkp->createUploadBackup ();121 $s = $bkp->createUploadBackupByDB(); 122 122 $desc = __("Uploads (db based)", "mk-simple-backups"); 123 123 } -
mk-simple-backups/tags/0.6.2/readme.txt
r892999 r893007 3 3 Tags: backup, db, uploads 4 4 Requires at least: 3.8 5 Stable tag: 0.6. 15 Stable tag: 0.6.2 6 6 Tested up to: 3.9RC1 7 7 License: GPLv2 or later … … 45 45 46 46 == Changelog == 47 48 = 0.6.2 = 49 * Fixed Issue with Upload Backup 47 50 48 51 = 0.6.1 = -
mk-simple-backups/trunk/mk-simple-backups.php
r892999 r893007 5 5 * Plugin URI: http://wordpress.org/plugins/mk-simple-backups/ 6 6 * Description: Allows you to create simple backups on a dedicated page nested in the "Tools" Menu. 7 * Version: 0.6. 17 * Version: 0.6.2 8 8 * Author: Michael Kühni 9 9 * Author URI: http://michaelkuehni.ch … … 115 115 case "uploads": 116 116 if($_POST["upload_options"] == "file") { 117 $s = $bkp->createUploadBackup ByDB();117 $s = $bkp->createUploadBackup(); 118 118 $desc = __("Uploads (file based)", "mk-simple-backups"); 119 119 } 120 120 else { 121 $s = $bkp->createUploadBackup ();121 $s = $bkp->createUploadBackupByDB(); 122 122 $desc = __("Uploads (db based)", "mk-simple-backups"); 123 123 } -
mk-simple-backups/trunk/readme.txt
r892999 r893007 3 3 Tags: backup, db, uploads 4 4 Requires at least: 3.8 5 Stable tag: 0.6. 15 Stable tag: 0.6.2 6 6 Tested up to: 3.9RC1 7 7 License: GPLv2 or later … … 45 45 46 46 == Changelog == 47 48 = 0.6.2 = 49 * Fixed Issue with Upload Backup 47 50 48 51 = 0.6.1 =
Note: See TracChangeset
for help on using the changeset viewer.