Plugin Directory

Changeset 2305029


Ignore:
Timestamp:
05/14/2020 04:45:50 PM (6 years ago)
Author:
wpsbackup
Message:

Housekeeping, tag

Location:
wpsbackup
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • wpsbackup/tags/1.30/readme.txt

    r2305015 r2305029  
    44Requires at least: 5.0
    55Tested up to: 5.4
    6 Stable tag: trunk
     6Stable tag: 1.30
    77Requires PHP: 5.0
    88License: GPLv2 or later
  • wpsbackup/tags/1.30/wpsbackup.php

    r2304900 r2305029  
    44  * Plugin URI: https://wpsbackup.com/
    55  * Description: WPS Backup
    6   * Version: 1.30
    7   * Author: VCTI
     6  * Version: 1.31
     7  * Author: Virginia Cloud Technologies
    88  * Author URI: https://vcti.cloud/
    99  * Requires at least: 5.0
     
    1313
    1414 $product = "WPS Backup";
    15  $wps_version = '1.30';
     15 $wps_version = '1.31';
    1616
    1717 if (!defined('ABSPATH')) { exit; }
  • wpsbackup/trunk/readme.txt

    r2305015 r2305029  
    44Requires at least: 5.0
    55Tested up to: 5.4
    6 Stable tag: trunk
     6Stable tag: 1.30
    77Requires PHP: 5.0
    88License: GPLv2 or later
  • wpsbackup/trunk/wpsbackup.php

    r2304900 r2305029  
    44  * Plugin URI: https://wpsbackup.com/
    55  * Description: WPS Backup
    6   * Version: 1.30
    7   * Author: VCTI
     6  * Version: 1.31
     7  * Author: Virginia Cloud Technologies
    88  * Author URI: https://vcti.cloud/
    99  * Requires at least: 5.0
     
    1313
    1414 $product = "WPS Backup";
    15  $wps_version = '1.30';
     15 $wps_version = '1.31';
    1616
    1717 if (!defined('ABSPATH')) { exit; }
Note: See TracChangeset for help on using the changeset viewer.