Plugin Directory

Changeset 3247386


Ignore:
Timestamp:
02/26/2025 08:01:03 PM (13 months ago)
Author:
transferito
Message:

v11.2.3

Location:
transferito/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • transferito/trunk/readme.txt

    r3245571 r3247386  
    33Contributors: transferito
    44Tags: wordpress migration, migrate, move, wordpress transfer, clone, migrate wordpress, website migration
    5 Stable tag: 11.2.1
    6 Version: 11.2.1
     5Stable tag: 11.2.3
     6Version: 11.2.3
    77Requires at least: 4.7
    88Requires PHP: 5.6
  • transferito/trunk/src/Views/create-transfer.php

    r3241540 r3247386  
    7676            'title'             => 'Request a Hosting Guide',
    7777            'mainContent'       => 'We apologize for not having a guide for your hosting provider. However, we would be more than happy to create one for you. Just enter your details below. Thank you!',
    78             'iframeURL'         => 'http://transferito.web/pricing/card'
     78            'iframeURL'         => 'https://transferito.com/pricing/card'
    7979        ]); ?>
    8080    </div>
  • transferito/trunk/transferito.php

    r3245571 r3247386  
    44 * Plugin URI:   https://transferito.com/
    55 * Description:  The easiest 1-Click WordPress Migration plugin that will migrate, clone, transfer and move your WordPress site to any host in seconds.
    6  * Version:      11.2.1
     6 * Version:      11.2.3
    77 * Author:       Transferito
    88 * Author URI:   https://transferito.com/
     
    2727define( 'TRANSFERITO_ASSET_URL',       plugin_dir_url( __FILE__ ) . 'src/Views/Assets/' );
    2828define( 'TRANSFERITO_CHUNK_SIZE',      (5 * 1024 * 1024) );
    29 define( 'TRANSFERITO_VERSION',         '11.2.1' );
     29define( 'TRANSFERITO_VERSION',         '11.2.3' );
    3030define( 'TRANSFERITO_MAX_ALLOWED',     (250 * 1024 * 1024) );
    3131define( 'TRANSFERITO_ZIP_LIMIT',       (32 * 1024 * 1024) );
Note: See TracChangeset for help on using the changeset viewer.