Plugin Directory

Changeset 3348463


Ignore:
Timestamp:
08/22/2025 06:32:13 AM (7 months ago)
Author:
ip2location
Message:

Fixed issue saving backend error page.

Location:
ip2location-country-blocker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ip2location-country-blocker/trunk/ip2location-country-blocker.php

    r3339279 r3348463  
    55 * Plugin URI: https://ip2location.com/resources/wordpress-ip2location-country-blocker
    66 * Description: Block visitors from accessing your website or admin area by their country.
    7  * Version: 2.39.4
     7 * Version: 2.39.5
    88 * Requires PHP: 7.4
    99 * Author: IP2Location
     
    497497        $backend_ban_list = (!is_array($backend_ban_list)) ? [$backend_ban_list] : $backend_ban_list;
    498498        $backend_option = $this->post('backend_option', $this->get_option('backend_option'));
    499         $backend_error_page = $this->post('backend_', $this->get_option('backend_error_page'));
     499        $backend_error_page = $this->post('backend_error_page', $this->get_option('backend_error_page'));
    500500        $backend_redirect_url = $this->post('backend_redirect_url', $this->get_option('backend_redirect_url'));
    501501        $bypass_code = $this->post('bypass_code', $this->get_option('bypass_code'));
  • ip2location-country-blocker/trunk/readme.txt

    r3339280 r3348463  
    66Requires at least: 4.6
    77Tested up to: 6.8
    8 Stable tag: 2.39.4
     8Stable tag: 2.39.5
    99
    1010Blocks unwanted visitors from accessing your frontend (blog pages) or backend (admin area) by countries or proxy servers.
     
    9292
    9393== Changelog ==
     94* 2.39.5 Fixed issue saving backend error page.
    9495* 2.39.4 Removed internal table updates.
    9596* 2.39.3 Fixed statistics log stopped.
Note: See TracChangeset for help on using the changeset viewer.