Plugin Directory

Changeset 3355474


Ignore:
Timestamp:
09/03/2025 01:42:23 PM (3 months ago)
Author:
andreamk
Message:

Staging version 1.5.13.2

Location:
duplicator
Files:
1161 added
5 edited

Legend:

Unmodified
Added
Removed
  • duplicator/trunk/define.php

    r3343543 r3355474  
    1212
    1313if (function_exists('plugin_dir_url')) {
    14     define('DUPLICATOR_VERSION', '1.5.13.1');
     14    define('DUPLICATOR_VERSION', '1.5.13.2');
    1515    define('DUPLICATOR_PLUGIN_URL', plugin_dir_url(__FILE__));
    1616    define('DUPLICATOR_SITE_URL', get_site_url());
  • duplicator/trunk/duplicator.php

    r3343543 r3355474  
    55 * Plugin URI: https://duplicator.com/
    66 * Description: Migrate and backup a copy of your WordPress files and database. Duplicate and move a site from one location to another quickly.
    7  * Version: 1.5.13.1
     7 * Version: 1.5.13.2
    88 * Requires at least: 5.3
    99 * Tested up to: 6.8
  • duplicator/trunk/installer/dup-installer/main.installer.php

    r3343543 r3355474  
    3939}
    4040
    41 define('DUPX_VERSION', '1.5.13.1');
     41define('DUPX_VERSION', '1.5.13.2');
    4242define('DUPX_INIT', str_replace('\\', '/', __DIR__));
    4343define('DUPX_ROOT', preg_match('/^[\\\\\/]?$/', dirname(DUPX_INIT)) ? '/' : dirname(DUPX_INIT));
  • duplicator/trunk/template/admin_pages/settings/general/general.php

    r3343543 r3355474  
    163163
    164164</form>
     165
     166<?php TplMng::getInstance()->render('admin_pages/settings/partials/connector-form'); ?>
    165167
    166168<!-- ==========================================
  • duplicator/trunk/template/admin_pages/settings/general/license.php

    r3343543 r3355474  
    6767    </tr>
    6868</table>
    69 
    70 <!-- An absolute position placed invisible form element which is out of browser window -->
    71 <form action="placeholder_will_be_replaced" method="get" id="redirect-to-remote-upgrade-endpoint">
    72     <input type="hidden" name="oth" id="form-oth" value="">
    73     <input type="hidden" name="license_key" id="form-key" value="">
    74     <input type="hidden" name="version" id="form-version" value="">
    75     <input type="hidden" name="redirect" id="form-redirect" value="">
    76     <input type="hidden" name="endpoint" id="form-endpoint" value="">
    77     <input type="hidden" name="siteurl" id="form-siteurl" value="">
    78     <input type="hidden" name="homeurl" id="form-homeurl" value="">
    79     <input type="hidden" name="file" id="form-file" value="">
    80 </form>
Note: See TracChangeset for help on using the changeset viewer.