Changeset 3341752
- Timestamp:
- 08/08/2025 04:19:51 PM (6 months ago)
- Location:
- blogger-importer-extended/trunk
- Files:
-
- 2 edited
-
bootstrap.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blogger-importer-extended/trunk/bootstrap.php
r3337948 r3341752 5 5 Description: The only plugin you need to move from Blogger to WordPress. Import all your content and setup 301 redirects automatically. 6 6 Author: pipdig 7 Version: 3.2. 67 Version: 3.2.7 8 8 Author URI: https://www.pipdig.co/ 9 9 License: GPLv2 or later … … 29 29 if (!defined('ABSPATH')) die; 30 30 31 define('BIE_VER', '3.2. 6');31 define('BIE_VER', '3.2.7'); 32 32 define('BIE_DOMAIN', 'bie.ppdg.pw'); 33 33 define('BIE_DIR', plugin_dir_path(__FILE__)); … … 36 36 // Wait time between import batches 37 37 if (!defined('BIE_WAIT_TIME')) { 38 define('BIE_WAIT_TIME', 1 750);38 define('BIE_WAIT_TIME', 1500); 39 39 } 40 40 … … 1335 1335 $query_args = wp_parse_args($query_args, $default_args); 1336 1336 1337 $url = add_query_arg($query_args, 'https:// bie.pdg.center/');1337 $url = add_query_arg($query_args, 'https://'.BIE_DOMAIN.'/'); 1338 1338 1339 1339 $body = wp_remote_retrieve_body(wp_remote_get($url, array('timeout' => 20))); -
blogger-importer-extended/trunk/readme.txt
r3337948 r3341752 78 78 == Changelog == 79 79 80 = 3.2. 6=80 = 3.2.7 = 81 81 * Update API URL. 82 82
Note: See TracChangeset
for help on using the changeset viewer.