Plugin Directory

Changeset 3341752


Ignore:
Timestamp:
08/08/2025 04:19:51 PM (6 months ago)
Author:
pipdig
Message:

v3.2.7

Location:
blogger-importer-extended/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • blogger-importer-extended/trunk/bootstrap.php

    r3337948 r3341752  
    55Description: The only plugin you need to move from Blogger to WordPress. Import all your content and setup 301 redirects automatically.
    66Author: pipdig
    7 Version: 3.2.6
     7Version: 3.2.7
    88Author URI: https://www.pipdig.co/
    99License: GPLv2 or later
     
    2929if (!defined('ABSPATH')) die;
    3030
    31 define('BIE_VER', '3.2.6');
     31define('BIE_VER', '3.2.7');
    3232define('BIE_DOMAIN', 'bie.ppdg.pw');
    3333define('BIE_DIR', plugin_dir_path(__FILE__));
     
    3636 // Wait time between import batches
    3737if (!defined('BIE_WAIT_TIME')) {
    38     define('BIE_WAIT_TIME', 1750);
     38    define('BIE_WAIT_TIME', 1500);
    3939}
    4040
     
    13351335    $query_args = wp_parse_args($query_args, $default_args);
    13361336   
    1337     $url = add_query_arg($query_args, 'https://bie.pdg.center/');
     1337    $url = add_query_arg($query_args, 'https://'.BIE_DOMAIN.'/');
    13381338   
    13391339    $body = wp_remote_retrieve_body(wp_remote_get($url, array('timeout' => 20)));
  • blogger-importer-extended/trunk/readme.txt

    r3337948 r3341752  
    7878== Changelog ==
    7979
    80 = 3.2.6 =
     80= 3.2.7 =
    8181* Update API URL.
    8282
Note: See TracChangeset for help on using the changeset viewer.