Plugin Directory

Changeset 3398881


Ignore:
Timestamp:
11/19/2025 11:20:36 AM (4 months ago)
Author:
watchful
Message:

v4.8.3

Location:
xcloner-backup-and-restore/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • xcloner-backup-and-restore/trunk/CHANGELOG.txt

    r3385041 r3398881  
     1= 4.8.3 =
     2* Security fixes
     3
    14= 4.8.2 =
    25* https://github.com/watchfulli/XCloner-Wordpress/issues/283
  • xcloner-backup-and-restore/trunk/README.txt

    r3385041 r3398881  
    117117== Changelog ==
    118118
    119 = 4.8.2 =
    120 * https://github.com/watchfulli/XCloner-Wordpress/issues/283
     119= 4.8.3 =
     120* Security fixes
    121121
    122122[See changelog for all versions](https://raw.githubusercontent.com/watchfulli/XCloner-Wordpress/master/xcloner-backup-and-restore/CHANGELOG.txt).
  • xcloner-backup-and-restore/trunk/admin/class-xcloner-admin.php

    r3370553 r3398881  
    123123        $xcloner_sanitization = $this->get_xcloner_container()->get_xcloner_sanitization();
    124124        $remote_storage = $this->get_xcloner_container()->get_xcloner_remote_storage();
     125        if (!empty($_POST)) {
     126            $errorMessage = 'Nonce verification failed';
     127            $domain = 'xcloner-backup-and-restore';
     128            $statusCode = 403;
     129            if (!isset($_POST['xcloner_remote_storage_nonce'])) {
     130                \wp_die(\__($errorMessage, $domain), $statusCode);
     131            }
     132            $nonce = wp_unslash($_POST['xcloner_remote_storage_nonce']);
     133            if (!\wp_verify_nonce($nonce, 'xcloner_remote_storage_action')) {
     134                \wp_die(\__($errorMessage, $domain), $statusCode);
     135            }
     136        }
    125137        if (isset($_POST['action'])) {
    126138            $_POST['action'] = $xcloner_sanitization->sanitize_input_as_string($_POST['action']);
  • xcloner-backup-and-restore/trunk/admin/partials/xcloner_remote_storage_page.php

    r3385041 r3398881  
    8989?>
    9090<form class="remote-storage-form" method="POST">
     91
     92    <?php wp_nonce_field('xcloner_remote_storage_action', 'xcloner_remote_storage_nonce'); ?>
    9193
    9294    <input type="hidden" id="connection_check" name="connection_check" value="">
  • xcloner-backup-and-restore/trunk/vendor/composer/autoload_static.php

    r3370553 r3398881  
    3131
    3232    public static $prefixLengthsPsr4 = array (
    33         'X' => 
     33        'X' =>
    3434        array (
    3535            'XCloner\\splitbrain\\PHPArchive\\' => 30,
     
    8888
    8989    public static $prefixDirsPsr4 = array (
    90         'XCloner\\splitbrain\\PHPArchive\\' => 
     90        'XCloner\\splitbrain\\PHPArchive\\' =>
    9191        array (
    9292            0 => __DIR__ . '/..' . '/splitbrain/php-archive/src',
    9393        ),
    94         'XCloner\\phpseclib\\' => 
     94        'XCloner\\phpseclib\\' =>
    9595        array (
    9696            0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib',
    9797        ),
    98         'XCloner\\org\\bovigo\\vfs\\' => 
     98        'XCloner\\org\\bovigo\\vfs\\' =>
    9999        array (
    100100            0 => __DIR__ . '/..' . '/mikey179/vfsstream/src/main/php/org/bovigo/vfs',
    101101        ),
    102         'XCloner\\Watchfulli\\XClonerCore\\' => 
     102        'XCloner\\Watchfulli\\XClonerCore\\' =>
    103103        array (
    104104            0 => __DIR__ . '/../..' . '/lib',
    105105        ),
    106         'XCloner\\Symfony\\Polyfill\\Php80\\' => 
     106        'XCloner\\Symfony\\Polyfill\\Php80\\' =>
    107107        array (
    108108            0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
    109109        ),
    110         'XCloner\\Symfony\\Polyfill\\Mbstring\\' => 
     110        'XCloner\\Symfony\\Polyfill\\Mbstring\\' =>
    111111        array (
    112112            0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
    113113        ),
    114         'XCloner\\Symfony\\Contracts\\Translation\\' => 
     114        'XCloner\\Symfony\\Contracts\\Translation\\' =>
    115115        array (
    116116            0 => __DIR__ . '/..' . '/symfony/translation-contracts',
    117117        ),
    118         'XCloner\\Symfony\\Component\\Translation\\' => 
     118        'XCloner\\Symfony\\Component\\Translation\\' =>
    119119        array (
    120120            0 => __DIR__ . '/..' . '/symfony/translation',
    121121        ),
    122         'XCloner\\Srmklive\\Dropbox\\' => 
     122        'XCloner\\Srmklive\\Dropbox\\' =>
    123123        array (
    124124            0 => __DIR__ . '/..' . '/srmklive/flysystem-dropbox-v2/src',
    125125        ),
    126         'XCloner\\Sabre\\Xml\\' => 
     126        'XCloner\\Sabre\\Xml\\' =>
    127127        array (
    128128            0 => __DIR__ . '/..' . '/sabre/xml/lib',
    129129        ),
    130         'XCloner\\Sabre\\VObject\\' => 
     130        'XCloner\\Sabre\\VObject\\' =>
    131131        array (
    132132            0 => __DIR__ . '/..' . '/sabre/vobject/lib',
    133133        ),
    134         'XCloner\\Sabre\\Uri\\' => 
     134        'XCloner\\Sabre\\Uri\\' =>
    135135        array (
    136136            0 => __DIR__ . '/..' . '/sabre/uri/lib',
    137137        ),
    138         'XCloner\\Sabre\\HTTP\\' => 
     138        'XCloner\\Sabre\\HTTP\\' =>
    139139        array (
    140140            0 => __DIR__ . '/..' . '/sabre/http/lib',
    141141        ),
    142         'XCloner\\Sabre\\Event\\' => 
     142        'XCloner\\Sabre\\Event\\' =>
    143143        array (
    144144            0 => __DIR__ . '/..' . '/sabre/event/lib',
    145145        ),
    146         'XCloner\\Sabre\\DAV\\' => 
     146        'XCloner\\Sabre\\DAV\\' =>
    147147        array (
    148148            0 => __DIR__ . '/..' . '/sabre/dav/lib/DAV',
    149149        ),
    150         'XCloner\\Sabre\\DAVACL\\' => 
     150        'XCloner\\Sabre\\DAVACL\\' =>
    151151        array (
    152152            0 => __DIR__ . '/..' . '/sabre/dav/lib/DAVACL',
    153153        ),
    154         'XCloner\\Sabre\\CardDAV\\' => 
     154        'XCloner\\Sabre\\CardDAV\\' =>
    155155        array (
    156156            0 => __DIR__ . '/..' . '/sabre/dav/lib/CardDAV',
    157157        ),
    158         'XCloner\\Sabre\\CalDAV\\' => 
     158        'XCloner\\Sabre\\CalDAV\\' =>
    159159        array (
    160160            0 => __DIR__ . '/..' . '/sabre/dav/lib/CalDAV',
    161161        ),
    162         'XCloner\\Psr\\Log\\' => 
     162        'XCloner\\Psr\\Log\\' =>
    163163        array (
    164164            0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
    165165        ),
    166         'XCloner\\Psr\\Http\\Message\\' => 
     166        'XCloner\\Psr\\Http\\Message\\' =>
    167167        array (
    168168            0 => __DIR__ . '/..' . '/psr/http-message/src',
    169169        ),
    170         'XCloner\\Psr\\Http\\Client\\' => 
     170        'XCloner\\Psr\\Http\\Client\\' =>
    171171        array (
    172172            0 => __DIR__ . '/..' . '/psr/http-client/src',
    173173        ),
    174         'XCloner\\Psr\\Cache\\' => 
     174        'XCloner\\Psr\\Cache\\' =>
    175175        array (
    176176            0 => __DIR__ . '/..' . '/psr/cache/src',
    177177        ),
    178         'XCloner\\Monolog\\' => 
     178        'XCloner\\Monolog\\' =>
    179179        array (
    180180            0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
    181181        ),
    182         'XCloner\\Microsoft\\Graph\\' => 
     182        'XCloner\\Microsoft\\Graph\\' =>
    183183        array (
    184184            0 => __DIR__ . '/..' . '/microsoft/microsoft-graph/src',
    185185        ),
    186         'XCloner\\MicrosoftAzure\\Storage\\Common\\' => 
     186        'XCloner\\MicrosoftAzure\\Storage\\Common\\' =>
    187187        array (
    188188            0 => __DIR__ . '/..' . '/microsoft/azure-storage-common/src/Common',
    189189        ),
    190         'XCloner\\MicrosoftAzure\\Storage\\Blob\\' => 
     190        'XCloner\\MicrosoftAzure\\Storage\\Blob\\' =>
    191191        array (
    192192            0 => __DIR__ . '/..' . '/microsoft/azure-storage-blob/src/Blob',
    193193        ),
    194         'XCloner\\Mhetreramesh\\Flysystem\\' => 
     194        'XCloner\\Mhetreramesh\\Flysystem\\' =>
    195195        array (
    196196            0 => __DIR__ . '/..' . '/mhetreramesh/flysystem-backblaze/src',
    197197        ),
    198         'XCloner\\League\\MimeTypeDetection\\' => 
     198        'XCloner\\League\\MimeTypeDetection\\' =>
    199199        array (
    200200            0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
    201201        ),
    202         'XCloner\\League\\Flysystem\\WebDAV\\' => 
     202        'XCloner\\League\\Flysystem\\WebDAV\\' =>
    203203        array (
    204204            0 => __DIR__ . '/..' . '/league/flysystem-webdav/src',
    205205        ),
    206         'XCloner\\League\\Flysystem\\Sftp\\' => 
     206        'XCloner\\League\\Flysystem\\Sftp\\' =>
    207207        array (
    208208            0 => __DIR__ . '/..' . '/league/flysystem-sftp/src',
    209209        ),
    210         'XCloner\\League\\Flysystem\\Cached\\' => 
     210        'XCloner\\League\\Flysystem\\Cached\\' =>
    211211        array (
    212212            0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
    213213        ),
    214         'XCloner\\League\\Flysystem\\AzureBlobStorage\\' => 
     214        'XCloner\\League\\Flysystem\\AzureBlobStorage\\' =>
    215215        array (
    216216            0 => __DIR__ . '/..' . '/league/flysystem-azure-blob-storage/src',
    217217        ),
    218         'XCloner\\League\\Flysystem\\AwsS3v3\\' => 
     218        'XCloner\\League\\Flysystem\\AwsS3v3\\' =>
    219219        array (
    220220            0 => __DIR__ . '/..' . '/league/flysystem-aws-s3-v3/src',
    221221        ),
    222         'XCloner\\League\\Flysystem\\' => 
     222        'XCloner\\League\\Flysystem\\' =>
    223223        array (
    224224            0 => __DIR__ . '/..' . '/league/flysystem/src',
    225225        ),
    226         'XCloner\\JmesPath\\' => 
     226        'XCloner\\JmesPath\\' =>
    227227        array (
    228228            0 => __DIR__ . '/..' . '/mtdowling/jmespath.php/src',
    229229        ),
    230         'XCloner\\Hypweb\\Flysystem\\GoogleDrive\\' => 
     230        'XCloner\\Hypweb\\Flysystem\\GoogleDrive\\' =>
    231231        array (
    232232            0 => __DIR__ . '/..' . '/nao-pon/flysystem-google-drive/src',
    233233        ),
    234         'XCloner\\Hypweb\\Flysystem\\Cached\\Extra\\' => 
     234        'XCloner\\Hypweb\\Flysystem\\Cached\\Extra\\' =>
    235235        array (
    236236            0 => __DIR__ . '/..' . '/nao-pon/flysystem-cached-extra/src',
    237237        ),
    238         'XCloner\\GuzzleHttp\\Psr7\\' => 
     238        'XCloner\\GuzzleHttp\\Psr7\\' =>
    239239        array (
    240240            0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
    241241        ),
    242         'XCloner\\GuzzleHttp\\Promise\\' => 
     242        'XCloner\\GuzzleHttp\\Promise\\' =>
    243243        array (
    244244            0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
    245245        ),
    246         'XCloner\\GuzzleHttp\\' => 
     246        'XCloner\\GuzzleHttp\\' =>
    247247        array (
    248248            0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
    249249        ),
    250         'XCloner\\Google\\Service\\' => 
     250        'XCloner\\Google\\Service\\' =>
    251251        array (
    252252            0 => __DIR__ . '/..' . '/google/apiclient-services/src',
    253253        ),
    254         'XCloner\\Google\\Auth\\' => 
     254        'XCloner\\Google\\Auth\\' =>
    255255        array (
    256256            0 => __DIR__ . '/..' . '/google/auth/src',
    257257        ),
    258         'XCloner\\Google\\' => 
     258        'XCloner\\Google\\' =>
    259259        array (
    260260            0 => __DIR__ . '/..' . '/google/apiclient/src',
    261261        ),
    262         'XCloner\\Firebase\\JWT\\' => 
     262        'XCloner\\Firebase\\JWT\\' =>
    263263        array (
    264264            0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
    265265        ),
    266         'XCloner\\Carbon\\' => 
     266        'XCloner\\Carbon\\' =>
    267267        array (
    268268            0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
    269269        ),
    270         'XCloner\\Beta\\Microsoft\\Graph\\' => 
     270        'XCloner\\Beta\\Microsoft\\Graph\\' =>
    271271        array (
    272272            0 => __DIR__ . '/..' . '/microsoft/microsoft-graph/src/Beta/Microsoft/Graph',
    273273        ),
    274         'XCloner\\BackblazeB2\\' => 
     274        'XCloner\\BackblazeB2\\' =>
    275275        array (
    276276            0 => __DIR__ . '/..' . '/gliterd/backblaze-b2/src',
    277277        ),
    278         'XCloner\\Aws\\' => 
     278        'XCloner\\Aws\\' =>
    279279        array (
    280280            0 => __DIR__ . '/..' . '/aws/aws-sdk-php/src',
    281281        ),
    282         'XCloner\\As247\\Flysystem\\OneDrive\\' => 
     282        'XCloner\\As247\\Flysystem\\OneDrive\\' =>
    283283        array (
    284284            0 => __DIR__ . '/..' . '/as247/flysystem-onedrive/src',
    285285        ),
    286         'XCloner\\As247\\Flysystem\\DriveSupport\\' => 
     286        'XCloner\\As247\\Flysystem\\DriveSupport\\' =>
    287287        array (
    288288            0 => __DIR__ . '/..' . '/as247/flysystem-drive-support/src',
    289289        ),
    290         'XCloner\\As247\\CloudStorages\\' => 
     290        'XCloner\\As247\\CloudStorages\\' =>
    291291        array (
    292292            0 => __DIR__ . '/..' . '/as247/cloud-storages/src',
  • xcloner-backup-and-restore/trunk/vendor/composer/installed.php

    r3385041 r3398881  
    66    die;
    77}
    8 return array('root' => array('name' => 'watchfulli/xcloner-wordpress', 'pretty_version' => 'v4.8.2', 'version' => '4.8.2.0', 'reference' => '4c0b010580cf71833a644d7a8413cfbbbb850c38', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('as247/cloud-storages' => array('pretty_version' => 'v1.0.16', 'version' => '1.0.16.0', 'reference' => 'c6b734240bb7fe09a62042b1dd9cfc5ae03a97e8', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/cloud-storages', 'aliases' => array(), 'dev_requirement' => \false), 'as247/flysystem-drive-support' => array('pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', 'reference' => '9bb4199e94541ee1ab373706f7c0a768716efe90', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/flysystem-drive-support', 'aliases' => array(), 'dev_requirement' => \false), 'as247/flysystem-onedrive' => array('pretty_version' => 'v1.0.5', 'version' => '1.0.5.0', 'reference' => 'dff8aee0c19d6d6ad173e8a6c2703e2832eb88f5', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/flysystem-onedrive', 'aliases' => array(), 'dev_requirement' => \false), 'aws/aws-crt-php' => array('pretty_version' => 'v1.0.2', 'version' => '1.0.2.0', 'reference' => '3942776a8c99209908ee0b287746263725685732', 'type' => 'library', 'install_path' => __DIR__ . '/../aws/aws-crt-php', 'aliases' => array(), 'dev_requirement' => \false), 'aws/aws-sdk-php' => array('pretty_version' => '3.238.3', 'version' => '3.238.3.0', 'reference' => '14fb64c934614ea5a52c9931189f687f30b6ba3b', 'type' => 'library', 'install_path' => __DIR__ . '/../aws/aws-sdk-php', 'aliases' => array(), 'dev_requirement' => \false), 'components/jquery' => array('pretty_version' => '3.6.0', 'version' => '3.6.0.0', 'reference' => '6cf38ee1fd04b6adf8e7dda161283aa35be818c3', 'type' => 'component', 'install_path' => __DIR__ . '/../components/jquery', 'aliases' => array(), 'dev_requirement' => \false), 'firebase/php-jwt' => array('pretty_version' => 'v6.3.0', 'version' => '6.3.0.0', 'reference' => '018dfc4e1da92ad8a1b90adc4893f476a3b41cb8', 'type' => 'library', 'install_path' => __DIR__ . '/../firebase/php-jwt', 'aliases' => array(), 'dev_requirement' => \false), 'gliterd/backblaze-b2' => array('pretty_version' => '1.5.4', 'version' => '1.5.4.0', 'reference' => '3abcf1ae5b093199c230d4ad82d64fb16ea4fd1a', 'type' => 'library', 'install_path' => __DIR__ . '/../gliterd/backblaze-b2', 'aliases' => array(), 'dev_requirement' => \false), 'google/apiclient' => array('pretty_version' => 'v2.12.6', 'version' => '2.12.6.0', 'reference' => 'f92aa126903a9e2da5bd41a280d9633cb249e79e', 'type' => 'library', 'install_path' => __DIR__ . '/../google/apiclient', 'aliases' => array(), 'dev_requirement' => \false), 'google/apiclient-services' => array('pretty_version' => 'v0.270.0', 'version' => '0.270.0.0', 'reference' => '902b415a7ab92ccb50e2b7dda334a3497c8bc3da', 'type' => 'library', 'install_path' => __DIR__ . '/../google/apiclient-services', 'aliases' => array(), 'dev_requirement' => \false), 'google/auth' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'reference' => '8da16102d2cd1bdc128d97f323553df465ee7701', 'type' => 'library', 'install_path' => __DIR__ . '/../google/auth', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.5.0', 'version' => '7.5.0.0', 'reference' => 'b50a2a1251152e43f6a37f0fa053e730a67d25ba', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '1.5.2', 'version' => '1.5.2.0', 'reference' => 'b94b2807d85443f9719887892882d0329d1e2598', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '1.9.0', 'version' => '1.9.0.0', 'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem' => array('pretty_version' => '1.1.10', 'version' => '1.1.10.0', 'reference' => '3239285c825c152bcc315fe0e87d6b55f5972ed1', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-aws-s3-v3' => array('pretty_version' => '1.0.30', 'version' => '1.0.30.0', 'reference' => 'af286f291ebab6877bac0c359c6c2cb017eb061d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-aws-s3-v3', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-azure-blob-storage' => array('pretty_version' => '0.1.6', 'version' => '0.1.6.0', 'reference' => '97215345f3c42679299ba556a4d16d4847ee7f6d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-azure-blob-storage', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-cached-adapter' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => 'd1925efb2207ac4be3ad0c40b8277175f99ffaff', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-cached-adapter', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-sftp' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '36fb893d10bb799fa6aa7199e37e84314c9fd97d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-sftp', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-webdav' => array('pretty_version' => '1.0.10', 'version' => '1.0.10.0', 'reference' => '7da805408d366dd92ba15a03a12a59104bfd91d7', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-webdav', 'aliases' => array(), 'dev_requirement' => \false), 'league/mime-type-detection' => array('pretty_version' => '1.11.0', 'version' => '1.11.0.0', 'reference' => 'ff6248ea87a9f116e78edd6002e39e5128a0d4dd', 'type' => 'library', 'install_path' => __DIR__ . '/../league/mime-type-detection', 'aliases' => array(), 'dev_requirement' => \false), 'mhetreramesh/flysystem-backblaze' => array('pretty_version' => '1.6.1', 'version' => '1.6.1.0', 'reference' => '9bbe64c161519c20e508d2c924d507d892999e5d', 'type' => 'library', 'install_path' => __DIR__ . '/../mhetreramesh/flysystem-backblaze', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/azure-storage-blob' => array('pretty_version' => '1.5.4', 'version' => '1.5.4.0', 'reference' => '1023ce1dbf062351a32ca5ec72ad1fd4a504f1bf', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/azure-storage-blob', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/azure-storage-common' => array('pretty_version' => '1.5.2', 'version' => '1.5.2.0', 'reference' => '8ca7b1bf4c9ca7c663e75a02a0035b05b37196a0', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/azure-storage-common', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/microsoft-graph' => array('pretty_version' => '1.78.0', 'version' => '1.78.0.0', 'reference' => 'fda619df926aa08bc338cb9516184f2fd3cc9941', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/microsoft-graph', 'aliases' => array(), 'dev_requirement' => \false), 'mikey179/vfsstream' => array('pretty_version' => 'v1.6.11', 'version' => '1.6.11.0', 'reference' => '17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f', 'type' => 'library', 'install_path' => __DIR__ . '/../mikey179/vfsstream', 'aliases' => array(), 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '1.27.1', 'version' => '1.27.1.0', 'reference' => '904713c5929655dc9b97288b69cfeedad610c9a1', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'dev_requirement' => \false), 'mtdowling/jmespath.php' => array('pretty_version' => '2.6.1', 'version' => '2.6.1.0', 'reference' => '9b87907a81b87bc76d19a7fb2d61e61486ee9edb', 'type' => 'library', 'install_path' => __DIR__ . '/../mtdowling/jmespath.php', 'aliases' => array(), 'dev_requirement' => \false), 'nao-pon/flysystem-cached-extra' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '189abdafa0a86d92781e148ee8740ef80f4c5859', 'type' => 'library', 'install_path' => __DIR__ . '/../nao-pon/flysystem-cached-extra', 'aliases' => array(), 'dev_requirement' => \false), 'nao-pon/flysystem-google-drive' => array('pretty_version' => '1.1.13', 'version' => '1.1.13.0', 'reference' => 'bb812339ecf06540ed096f71403f10fcbcc590f3', 'type' => 'library', 'install_path' => __DIR__ . '/../nao-pon/flysystem-google-drive', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.62.1', 'version' => '2.62.1.0', 'reference' => '01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'phpseclib/phpseclib' => array('pretty_version' => '2.0.38', 'version' => '2.0.38.0', 'reference' => 'b03536539f43a4f9aa33c4f0b2f3a1c752088fcd', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0')), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/dav' => array('pretty_version' => '4.4.0', 'version' => '4.4.0.0', 'reference' => 'b65362abc926520eda2c57e219f022a6c288069d', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/dav', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/event' => array('pretty_version' => '5.1.4', 'version' => '5.1.4.0', 'reference' => 'd7da22897125d34d7eddf7977758191c06a74497', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/event', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/http' => array('pretty_version' => '5.1.6', 'version' => '5.1.6.0', 'reference' => '9976ac34ced206bd6579b7b37b401de9fac98dae', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/http', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/uri' => array('pretty_version' => '2.2.4', 'version' => '2.2.4.0', 'reference' => 'c0c9af9f7754e60a49ebd760e1708adc6d1510c0', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/uri', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/vobject' => array('pretty_version' => '4.5.1', 'version' => '4.5.1.0', 'reference' => '1f836740c88bac483f3b572a332eb8fd1cd04981', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/vobject', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/xml' => array('pretty_version' => '2.2.5', 'version' => '2.2.5.0', 'reference' => 'a6af111850e7536d200d9637c34885cd3c77a86c', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/xml', 'aliases' => array(), 'dev_requirement' => \false), 'splitbrain/php-archive' => array('pretty_version' => '1.3.1', 'version' => '1.3.1.0', 'reference' => 'd274e5190ba309777926348900cf9578d9e533c9', 'type' => 'library', 'install_path' => __DIR__ . '/../splitbrain/php-archive', 'aliases' => array(), 'dev_requirement' => \false), 'srmklive/flysystem-dropbox-v2' => array('pretty_version' => 'v1.0.8', 'version' => '1.0.8.0', 'reference' => 'c463419f4ffb7fe3d7bd2e3a85e3145c36ef3f20', 'type' => 'library', 'install_path' => __DIR__ . '/../srmklive/flysystem-dropbox-v2', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.12', 'version' => '5.4.12.0', 'reference' => '42ecc77eb4f229ce2df702a648ec93b8478d76ae', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3')), 'vakata/jstree' => array('pretty_version' => '3.3.12', 'version' => '3.3.12.0', 'reference' => '7a03954015eaea2467956dc05e6be78f4d1a1ff0', 'type' => 'component', 'install_path' => __DIR__ . '/../vakata/jstree', 'aliases' => array(), 'dev_requirement' => \false), 'watchfulli/xcloner-wordpress' => array('pretty_version' => 'v4.8.2', 'version' => '4.8.2.0', 'reference' => '4c0b010580cf71833a644d7a8413cfbbbb850c38', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false)));
     8return array('root' => array('name' => 'watchfulli/xcloner-wordpress', 'pretty_version' => 'v4.8.3', 'version' => '4.8.3.0', 'reference' => '7b33a9d59a78d2820d4fc0db31358014398e1d9f', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('as247/cloud-storages' => array('pretty_version' => 'v1.0.16', 'version' => '1.0.16.0', 'reference' => 'c6b734240bb7fe09a62042b1dd9cfc5ae03a97e8', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/cloud-storages', 'aliases' => array(), 'dev_requirement' => \false), 'as247/flysystem-drive-support' => array('pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', 'reference' => '9bb4199e94541ee1ab373706f7c0a768716efe90', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/flysystem-drive-support', 'aliases' => array(), 'dev_requirement' => \false), 'as247/flysystem-onedrive' => array('pretty_version' => 'v1.0.5', 'version' => '1.0.5.0', 'reference' => 'dff8aee0c19d6d6ad173e8a6c2703e2832eb88f5', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/flysystem-onedrive', 'aliases' => array(), 'dev_requirement' => \false), 'aws/aws-crt-php' => array('pretty_version' => 'v1.0.2', 'version' => '1.0.2.0', 'reference' => '3942776a8c99209908ee0b287746263725685732', 'type' => 'library', 'install_path' => __DIR__ . '/../aws/aws-crt-php', 'aliases' => array(), 'dev_requirement' => \false), 'aws/aws-sdk-php' => array('pretty_version' => '3.238.3', 'version' => '3.238.3.0', 'reference' => '14fb64c934614ea5a52c9931189f687f30b6ba3b', 'type' => 'library', 'install_path' => __DIR__ . '/../aws/aws-sdk-php', 'aliases' => array(), 'dev_requirement' => \false), 'components/jquery' => array('pretty_version' => '3.6.0', 'version' => '3.6.0.0', 'reference' => '6cf38ee1fd04b6adf8e7dda161283aa35be818c3', 'type' => 'component', 'install_path' => __DIR__ . '/../components/jquery', 'aliases' => array(), 'dev_requirement' => \false), 'firebase/php-jwt' => array('pretty_version' => 'v6.3.0', 'version' => '6.3.0.0', 'reference' => '018dfc4e1da92ad8a1b90adc4893f476a3b41cb8', 'type' => 'library', 'install_path' => __DIR__ . '/../firebase/php-jwt', 'aliases' => array(), 'dev_requirement' => \false), 'gliterd/backblaze-b2' => array('pretty_version' => '1.5.4', 'version' => '1.5.4.0', 'reference' => '3abcf1ae5b093199c230d4ad82d64fb16ea4fd1a', 'type' => 'library', 'install_path' => __DIR__ . '/../gliterd/backblaze-b2', 'aliases' => array(), 'dev_requirement' => \false), 'google/apiclient' => array('pretty_version' => 'v2.12.6', 'version' => '2.12.6.0', 'reference' => 'f92aa126903a9e2da5bd41a280d9633cb249e79e', 'type' => 'library', 'install_path' => __DIR__ . '/../google/apiclient', 'aliases' => array(), 'dev_requirement' => \false), 'google/apiclient-services' => array('pretty_version' => 'v0.270.0', 'version' => '0.270.0.0', 'reference' => '902b415a7ab92ccb50e2b7dda334a3497c8bc3da', 'type' => 'library', 'install_path' => __DIR__ . '/../google/apiclient-services', 'aliases' => array(), 'dev_requirement' => \false), 'google/auth' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'reference' => '8da16102d2cd1bdc128d97f323553df465ee7701', 'type' => 'library', 'install_path' => __DIR__ . '/../google/auth', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.5.0', 'version' => '7.5.0.0', 'reference' => 'b50a2a1251152e43f6a37f0fa053e730a67d25ba', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '1.5.2', 'version' => '1.5.2.0', 'reference' => 'b94b2807d85443f9719887892882d0329d1e2598', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '1.9.0', 'version' => '1.9.0.0', 'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem' => array('pretty_version' => '1.1.10', 'version' => '1.1.10.0', 'reference' => '3239285c825c152bcc315fe0e87d6b55f5972ed1', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-aws-s3-v3' => array('pretty_version' => '1.0.30', 'version' => '1.0.30.0', 'reference' => 'af286f291ebab6877bac0c359c6c2cb017eb061d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-aws-s3-v3', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-azure-blob-storage' => array('pretty_version' => '0.1.6', 'version' => '0.1.6.0', 'reference' => '97215345f3c42679299ba556a4d16d4847ee7f6d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-azure-blob-storage', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-cached-adapter' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => 'd1925efb2207ac4be3ad0c40b8277175f99ffaff', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-cached-adapter', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-sftp' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '36fb893d10bb799fa6aa7199e37e84314c9fd97d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-sftp', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-webdav' => array('pretty_version' => '1.0.10', 'version' => '1.0.10.0', 'reference' => '7da805408d366dd92ba15a03a12a59104bfd91d7', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-webdav', 'aliases' => array(), 'dev_requirement' => \false), 'league/mime-type-detection' => array('pretty_version' => '1.11.0', 'version' => '1.11.0.0', 'reference' => 'ff6248ea87a9f116e78edd6002e39e5128a0d4dd', 'type' => 'library', 'install_path' => __DIR__ . '/../league/mime-type-detection', 'aliases' => array(), 'dev_requirement' => \false), 'mhetreramesh/flysystem-backblaze' => array('pretty_version' => '1.6.1', 'version' => '1.6.1.0', 'reference' => '9bbe64c161519c20e508d2c924d507d892999e5d', 'type' => 'library', 'install_path' => __DIR__ . '/../mhetreramesh/flysystem-backblaze', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/azure-storage-blob' => array('pretty_version' => '1.5.4', 'version' => '1.5.4.0', 'reference' => '1023ce1dbf062351a32ca5ec72ad1fd4a504f1bf', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/azure-storage-blob', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/azure-storage-common' => array('pretty_version' => '1.5.2', 'version' => '1.5.2.0', 'reference' => '8ca7b1bf4c9ca7c663e75a02a0035b05b37196a0', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/azure-storage-common', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/microsoft-graph' => array('pretty_version' => '1.78.0', 'version' => '1.78.0.0', 'reference' => 'fda619df926aa08bc338cb9516184f2fd3cc9941', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/microsoft-graph', 'aliases' => array(), 'dev_requirement' => \false), 'mikey179/vfsstream' => array('pretty_version' => 'v1.6.11', 'version' => '1.6.11.0', 'reference' => '17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f', 'type' => 'library', 'install_path' => __DIR__ . '/../mikey179/vfsstream', 'aliases' => array(), 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '1.27.1', 'version' => '1.27.1.0', 'reference' => '904713c5929655dc9b97288b69cfeedad610c9a1', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'dev_requirement' => \false), 'mtdowling/jmespath.php' => array('pretty_version' => '2.6.1', 'version' => '2.6.1.0', 'reference' => '9b87907a81b87bc76d19a7fb2d61e61486ee9edb', 'type' => 'library', 'install_path' => __DIR__ . '/../mtdowling/jmespath.php', 'aliases' => array(), 'dev_requirement' => \false), 'nao-pon/flysystem-cached-extra' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '189abdafa0a86d92781e148ee8740ef80f4c5859', 'type' => 'library', 'install_path' => __DIR__ . '/../nao-pon/flysystem-cached-extra', 'aliases' => array(), 'dev_requirement' => \false), 'nao-pon/flysystem-google-drive' => array('pretty_version' => '1.1.13', 'version' => '1.1.13.0', 'reference' => 'bb812339ecf06540ed096f71403f10fcbcc590f3', 'type' => 'library', 'install_path' => __DIR__ . '/../nao-pon/flysystem-google-drive', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.62.1', 'version' => '2.62.1.0', 'reference' => '01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'phpseclib/phpseclib' => array('pretty_version' => '2.0.38', 'version' => '2.0.38.0', 'reference' => 'b03536539f43a4f9aa33c4f0b2f3a1c752088fcd', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0')), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/dav' => array('pretty_version' => '4.4.0', 'version' => '4.4.0.0', 'reference' => 'b65362abc926520eda2c57e219f022a6c288069d', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/dav', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/event' => array('pretty_version' => '5.1.4', 'version' => '5.1.4.0', 'reference' => 'd7da22897125d34d7eddf7977758191c06a74497', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/event', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/http' => array('pretty_version' => '5.1.6', 'version' => '5.1.6.0', 'reference' => '9976ac34ced206bd6579b7b37b401de9fac98dae', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/http', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/uri' => array('pretty_version' => '2.2.4', 'version' => '2.2.4.0', 'reference' => 'c0c9af9f7754e60a49ebd760e1708adc6d1510c0', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/uri', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/vobject' => array('pretty_version' => '4.5.1', 'version' => '4.5.1.0', 'reference' => '1f836740c88bac483f3b572a332eb8fd1cd04981', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/vobject', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/xml' => array('pretty_version' => '2.2.5', 'version' => '2.2.5.0', 'reference' => 'a6af111850e7536d200d9637c34885cd3c77a86c', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/xml', 'aliases' => array(), 'dev_requirement' => \false), 'splitbrain/php-archive' => array('pretty_version' => '1.3.1', 'version' => '1.3.1.0', 'reference' => 'd274e5190ba309777926348900cf9578d9e533c9', 'type' => 'library', 'install_path' => __DIR__ . '/../splitbrain/php-archive', 'aliases' => array(), 'dev_requirement' => \false), 'srmklive/flysystem-dropbox-v2' => array('pretty_version' => 'v1.0.8', 'version' => '1.0.8.0', 'reference' => 'c463419f4ffb7fe3d7bd2e3a85e3145c36ef3f20', 'type' => 'library', 'install_path' => __DIR__ . '/../srmklive/flysystem-dropbox-v2', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.12', 'version' => '5.4.12.0', 'reference' => '42ecc77eb4f229ce2df702a648ec93b8478d76ae', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3')), 'vakata/jstree' => array('pretty_version' => '3.3.12', 'version' => '3.3.12.0', 'reference' => '7a03954015eaea2467956dc05e6be78f4d1a1ff0', 'type' => 'component', 'install_path' => __DIR__ . '/../vakata/jstree', 'aliases' => array(), 'dev_requirement' => \false), 'watchfulli/xcloner-wordpress' => array('pretty_version' => 'v4.8.3', 'version' => '4.8.3.0', 'reference' => '7b33a9d59a78d2820d4fc0db31358014398e1d9f', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false)));
  • xcloner-backup-and-restore/trunk/vendor/scoper-autoload.php

    r3375773 r3398881  
    289289if (!function_exists('updateGraphConstants')) { function updateGraphConstants() { return \XCloner\updateGraphConstants(...func_get_args()); } }
    290290if (!function_exists('updateReadme')) { function updateReadme() { return \XCloner\updateReadme(...func_get_args()); } }
     291if (!function_exists('wp_unslash')) { function wp_unslash() { return \XCloner\wp_unslash(...func_get_args()); } }
    291292if (!function_exists('xcloner_stop_heartbeat')) { function xcloner_stop_heartbeat() { return \XCloner\xcloner_stop_heartbeat(...func_get_args()); } }
    292293if (!function_exists('zend_monitor_custom_event')) { function zend_monitor_custom_event() { return \XCloner\zend_monitor_custom_event(...func_get_args()); } }
  • xcloner-backup-and-restore/trunk/xcloner.php

    r3385041 r3398881  
    1919 * Plugin URI: https://xcloner.com/
    2020 * Description:  XCloner is a tool that will help you manage your website backups, generate/restore/move so your website will be always secured! With XCloner you will be able to clone your site to any other location with just a few clicks, as well as transfer the backup archives to remote FTP, SFTP, DropBox, Amazon S3, Google Drive, WebDAV, Backblaze, Azure accounts.
    21  * Version: 4.8.2
     21 * Version: 4.8.3
    2222 * Author: watchful
    2323 * Author URI: https://watchful.net/
Note: See TracChangeset for help on using the changeset viewer.