Changeset 2305029
- Timestamp:
- 05/14/2020 04:45:50 PM (6 years ago)
- Location:
- wpsbackup
- Files:
-
- 2 edited
- 5 copied
-
tags/1.30 (copied) (copied from wpsbackup/trunk)
-
tags/1.30/images (copied) (copied from wpsbackup/trunk/images)
-
tags/1.30/readme.txt (copied) (copied from wpsbackup/trunk/readme.txt) (1 diff)
-
tags/1.30/uninstall.php (copied) (copied from wpsbackup/trunk/uninstall.php)
-
tags/1.30/wpsbackup.php (copied) (copied from wpsbackup/trunk/wpsbackup.php) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wpsbackup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpsbackup/tags/1.30/readme.txt
r2305015 r2305029 4 4 Requires at least: 5.0 5 5 Tested up to: 5.4 6 Stable tag: trunk6 Stable tag: 1.30 7 7 Requires PHP: 5.0 8 8 License: GPLv2 or later -
wpsbackup/tags/1.30/wpsbackup.php
r2304900 r2305029 4 4 * Plugin URI: https://wpsbackup.com/ 5 5 * Description: WPS Backup 6 * Version: 1.3 07 * Author: V CTI6 * Version: 1.31 7 * Author: Virginia Cloud Technologies 8 8 * Author URI: https://vcti.cloud/ 9 9 * Requires at least: 5.0 … … 13 13 14 14 $product = "WPS Backup"; 15 $wps_version = '1.3 0';15 $wps_version = '1.31'; 16 16 17 17 if (!defined('ABSPATH')) { exit; } -
wpsbackup/trunk/readme.txt
r2305015 r2305029 4 4 Requires at least: 5.0 5 5 Tested up to: 5.4 6 Stable tag: trunk6 Stable tag: 1.30 7 7 Requires PHP: 5.0 8 8 License: GPLv2 or later -
wpsbackup/trunk/wpsbackup.php
r2304900 r2305029 4 4 * Plugin URI: https://wpsbackup.com/ 5 5 * Description: WPS Backup 6 * Version: 1.3 07 * Author: V CTI6 * Version: 1.31 7 * Author: Virginia Cloud Technologies 8 8 * Author URI: https://vcti.cloud/ 9 9 * Requires at least: 5.0 … … 13 13 14 14 $product = "WPS Backup"; 15 $wps_version = '1.3 0';15 $wps_version = '1.31'; 16 16 17 17 if (!defined('ABSPATH')) { exit; }
Note: See TracChangeset
for help on using the changeset viewer.