Changeset 2522421
- Timestamp:
- 04/28/2021 04:14:28 AM (5 years ago)
- Location:
- georouter/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
georouter.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
georouter/trunk/README.txt
r2522418 r2522421 2 2 Contributors: webdoodle 3 3 Tags: auto-redirect, redirection, geo-ip, geographic, regional-website, multi-region 4 Stable tag: 1.0. 04 Stable tag: 1.0.1 5 5 Tested up to: 5.7.1 6 6 License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Setup == 32 Submit your interest at https://www.webdoodle.com.au/georouter/and receive your GeoRouter namespace to use with this plugin.32 Submit your interest at [https://www.webdoodle.com.au/georouter/?ref=georouter-wordpress-plugin](https://www.webdoodle.com.au/georouter/?ref=georouter-wordpress-plugin) and receive your GeoRouter namespace to use with this plugin. 33 33 34 34 == Terms == -
georouter/trunk/georouter.php
r2522418 r2522421 5 5 * Plugin URI: https://wordpress.org/plugins/georouter/ 6 6 * Description: Auto-redirect website visitors using IP geolocation technology. Configure your routing by continent, country, state & city. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: Web Doodle 9 9 * Author URI: https://www.webdoodle.com.au/ … … 13 13 * 14 14 * 15 * @version 1.0. 015 * @version 1.0.1 16 16 * @package GeoRouter 17 17 * @author Web Doodle … … 26 26 { 27 27 /* version number */ 28 const VERSION = '1.0. 0';28 const VERSION = '1.0.1'; 29 29 /* api */ 30 30 const JS_URL = 'https://georouter.services.webdoodle.com.au/';
Note: See TracChangeset
for help on using the changeset viewer.