Plugin Directory

Changeset 3408940


Ignore:
Timestamp:
12/03/2025 07:20:55 AM (4 months ago)
Author:
ip2location
Message:

Tested up to WordPress 6.9.

Location:
ip2location-hello-greeting/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ip2location-hello-greeting/trunk/ip2location-hello-greeting.php

    r3324772 r3408940  
    44Plugin URI: https://ip2location.com/resources/wordpress-ip2location-hello-greeting
    55Description: Displays the Hello greeting message in visitor's native language based on visitor's origin country.
    6 Version: 1.2.12
     6Version: 1.2.13
    77Author: IP2Location
    88Author URI: https://www.ip2location.com
     
    457457
    458458            wp_enqueue_script('ip2location_hello_greeting_admin_script', plugins_url('/assets/js/feedback.js', __FILE__), ['jquery'], null, true);
    459            
     459
    460460            wp_localize_script('ip2location_hello_greeting_admin_script', 'ip2location_feedback_data', [
    461461                'ajax_url' => admin_url('admin-ajax.php'),
     
    530530            wp_send_json_error(['message' => 'Security check failed.']);
    531531        }
    532        
     532
    533533        $feedback = isset($_POST['feedback']) ? (int) $_POST['feedback'] : 0;
    534534        $others = (isset($_POST['others'])) ? sanitize_text_field($_POST['others']) : '';
  • ip2location-hello-greeting/trunk/readme.txt

    r3324772 r3408940  
    44Tags: targeted content, geolocation, greeting message, customize message, ip geolocation
    55Requires at least: 2.0
    6 Tested up to: 6.8
    7 Stable tag: 1.2.12
     6Tested up to: 6.9
     7Stable tag: 1.2.13
    88
    99IP2Location Hello Greeting plugin displays the Hello greeting message in visitor's native language based on visitor's origin country.
     
    3636
    3737== Changelog ==
     38* 1.2.13 Tested up to WordPress 6.9.
    3839* 1.2.12 Added nonce verification to prevent CSRF attacks.
    3940* 1.2.11 Tested up to WordPress 6.8.
Note: See TracChangeset for help on using the changeset viewer.