Plugin Directory

Changeset 2522421


Ignore:
Timestamp:
04/28/2021 04:14:28 AM (5 years ago)
Author:
webdoodle
Message:

Preparing for 1.0.1 release

Location:
georouter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • georouter/trunk/README.txt

    r2522418 r2522421  
    22Contributors: webdoodle
    33Tags: auto-redirect, redirection, geo-ip, geographic, regional-website, multi-region
    4 Stable tag: 1.0.0
     4Stable tag: 1.0.1
    55Tested up to: 5.7.1
    66License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Setup ==
    32 Submit your interest at https://www.webdoodle.com.au/georouter/ and receive your GeoRouter namespace to use with this plugin.
     32Submit 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.
    3333
    3434== Terms ==
  • georouter/trunk/georouter.php

    r2522418 r2522421  
    55 * Plugin URI:        https://wordpress.org/plugins/georouter/
    66 * Description:       Auto-redirect website visitors using IP geolocation technology. Configure your routing by continent, country, state & city.
    7  * Version:           1.0.0
     7 * Version:           1.0.1
    88 * Author:            Web Doodle
    99 * Author URI:        https://www.webdoodle.com.au/
     
    1313 *
    1414 *
    15  * @version  1.0.0
     15 * @version  1.0.1
    1616 * @package  GeoRouter
    1717 * @author   Web Doodle
     
    2626{
    2727    /* version number */
    28     const VERSION = '1.0.0';
     28    const VERSION = '1.0.1';
    2929    /* api */
    3030    const JS_URL = 'https://georouter.services.webdoodle.com.au/';
Note: See TracChangeset for help on using the changeset viewer.