Plugin Directory

Changeset 2522415


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

Preparing for 0.0.2 release

Location:
georouter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • georouter/trunk/README.txt

    r2522412 r2522415  
    22Contributors: webdoodle
    33Tags: auto-redirect, redirection, geo-ip, geographic, regional-website, multi-region
    4 Stable tag: 0.0.1
     4Stable tag: 0.0.2
    55Tested up to: 5.7.1
    66License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html
  • georouter/trunk/georouter.php

    r2522412 r2522415  
    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:           0.0.1
     7 * Version:           0.0.2
    88 * Author:            Web Doodle
    99 * Author URI:        https://www.webdoodle.com.au/
     
    1313 *
    1414 *
    15  * @version  0.0.1
     15 * @version  0.0.2
    1616 * @package  GeoRouter
    1717 * @author   Web Doodle
     
    2626{
    2727    /* version number */
    28     const VERSION = '0.0.1';
     28    const VERSION = '0.0.2';
    2929    /* api */
    3030    const JS_URL = 'https://georouter.services.webdoodle.com.au/';
Note: See TracChangeset for help on using the changeset viewer.