Changeset 2522415
- Timestamp:
- 04/28/2021 04:07:58 AM (5 years ago)
- Location:
- georouter/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
georouter.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
georouter/trunk/README.txt
r2522412 r2522415 2 2 Contributors: webdoodle 3 3 Tags: auto-redirect, redirection, geo-ip, geographic, regional-website, multi-region 4 Stable tag: 0.0. 14 Stable tag: 0.0.2 5 5 Tested up to: 5.7.1 6 6 License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html -
georouter/trunk/georouter.php
r2522412 r2522415 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: 0.0. 17 * Version: 0.0.2 8 8 * Author: Web Doodle 9 9 * Author URI: https://www.webdoodle.com.au/ … … 13 13 * 14 14 * 15 * @version 0.0. 115 * @version 0.0.2 16 16 * @package GeoRouter 17 17 * @author Web Doodle … … 26 26 { 27 27 /* version number */ 28 const VERSION = '0.0. 1';28 const VERSION = '0.0.2'; 29 29 /* api */ 30 30 const JS_URL = 'https://georouter.services.webdoodle.com.au/';
Note: See TracChangeset
for help on using the changeset viewer.