Plugin Directory

Changeset 1374236


Ignore:
Timestamp:
03/18/2016 09:14:39 PM (10 years ago)
Author:
NewMediaOne
Message:

Updated to version 2.0.1

Location:
geodigs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • geodigs/trunk/geodigs.php

    r1368746 r1374236  
    22/**
    33 * Plugin Name: GeoDigs
    4  * Version: 2.0.0
     4 * Version: 2.0.1
    55 * Author: New Media One
    66 * Author URI: www.newmediaone.net
     
    1111
    1212    This program is free software; you can redistribute it and/or modify
    13     it under the terms of the GNU General Public License, version 2, as 
     13    it under the terms of the GNU General Public License, version 2, as
    1414    published by the Free Software Foundation.
    1515
     
    3232use \GeoDigs\Router as Router;
    3333
    34 $gd_show_debug = false; 
     34$gd_show_debug = false;
    3535if ( $gd_show_debug ) {
    3636    ini_set( 'display_errors', 'On' );
  • geodigs/trunk/readme.txt

    r1368746 r1374236  
    44Requires at least: 3.5
    55Tested up to: 4.4
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    109109* Now able to add multiple people to Listing Alerts
    110110* Bug fixes and code improvements
     111
     112= 2.0.1 =
     113* Bug fixes
Note: See TracChangeset for help on using the changeset viewer.