Changeset 3408940
- Timestamp:
- 12/03/2025 07:20:55 AM (4 months ago)
- Location:
- ip2location-hello-greeting/trunk
- Files:
-
- 2 edited
-
ip2location-hello-greeting.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ip2location-hello-greeting/trunk/ip2location-hello-greeting.php
r3324772 r3408940 4 4 Plugin URI: https://ip2location.com/resources/wordpress-ip2location-hello-greeting 5 5 Description: Displays the Hello greeting message in visitor's native language based on visitor's origin country. 6 Version: 1.2.1 26 Version: 1.2.13 7 7 Author: IP2Location 8 8 Author URI: https://www.ip2location.com … … 457 457 458 458 wp_enqueue_script('ip2location_hello_greeting_admin_script', plugins_url('/assets/js/feedback.js', __FILE__), ['jquery'], null, true); 459 459 460 460 wp_localize_script('ip2location_hello_greeting_admin_script', 'ip2location_feedback_data', [ 461 461 'ajax_url' => admin_url('admin-ajax.php'), … … 530 530 wp_send_json_error(['message' => 'Security check failed.']); 531 531 } 532 532 533 533 $feedback = isset($_POST['feedback']) ? (int) $_POST['feedback'] : 0; 534 534 $others = (isset($_POST['others'])) ? sanitize_text_field($_POST['others']) : ''; -
ip2location-hello-greeting/trunk/readme.txt
r3324772 r3408940 4 4 Tags: targeted content, geolocation, greeting message, customize message, ip geolocation 5 5 Requires at least: 2.0 6 Tested up to: 6. 87 Stable tag: 1.2.1 26 Tested up to: 6.9 7 Stable tag: 1.2.13 8 8 9 9 IP2Location Hello Greeting plugin displays the Hello greeting message in visitor's native language based on visitor's origin country. … … 36 36 37 37 == Changelog == 38 * 1.2.13 Tested up to WordPress 6.9. 38 39 * 1.2.12 Added nonce verification to prevent CSRF attacks. 39 40 * 1.2.11 Tested up to WordPress 6.8.
Note: See TracChangeset
for help on using the changeset viewer.