Changeset 3247386
- Timestamp:
- 02/26/2025 08:01:03 PM (13 months ago)
- Location:
- transferito/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
src/Views/create-transfer.php (modified) (1 diff)
-
transferito.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
transferito/trunk/readme.txt
r3245571 r3247386 3 3 Contributors: transferito 4 4 Tags: wordpress migration, migrate, move, wordpress transfer, clone, migrate wordpress, website migration 5 Stable tag: 11.2. 16 Version: 11.2. 15 Stable tag: 11.2.3 6 Version: 11.2.3 7 7 Requires at least: 4.7 8 8 Requires PHP: 5.6 -
transferito/trunk/src/Views/create-transfer.php
r3241540 r3247386 76 76 'title' => 'Request a Hosting Guide', 77 77 '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' 79 79 ]); ?> 80 80 </div> -
transferito/trunk/transferito.php
r3245571 r3247386 4 4 * Plugin URI: https://transferito.com/ 5 5 * 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. 16 * Version: 11.2.3 7 7 * Author: Transferito 8 8 * Author URI: https://transferito.com/ … … 27 27 define( 'TRANSFERITO_ASSET_URL', plugin_dir_url( __FILE__ ) . 'src/Views/Assets/' ); 28 28 define( 'TRANSFERITO_CHUNK_SIZE', (5 * 1024 * 1024) ); 29 define( 'TRANSFERITO_VERSION', '11.2. 1' );29 define( 'TRANSFERITO_VERSION', '11.2.3' ); 30 30 define( 'TRANSFERITO_MAX_ALLOWED', (250 * 1024 * 1024) ); 31 31 define( 'TRANSFERITO_ZIP_LIMIT', (32 * 1024 * 1024) );
Note: See TracChangeset
for help on using the changeset viewer.