Changeset 1374236
- Timestamp:
- 03/18/2016 09:14:39 PM (10 years ago)
- Location:
- geodigs/trunk
- Files:
-
- 2 edited
-
geodigs.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
geodigs/trunk/geodigs.php
r1368746 r1374236 2 2 /** 3 3 * Plugin Name: GeoDigs 4 * Version: 2.0. 04 * Version: 2.0.1 5 5 * Author: New Media One 6 6 * Author URI: www.newmediaone.net … … 11 11 12 12 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 14 14 published by the Free Software Foundation. 15 15 … … 32 32 use \GeoDigs\Router as Router; 33 33 34 $gd_show_debug = false; 34 $gd_show_debug = false; 35 35 if ( $gd_show_debug ) { 36 36 ini_set( 'display_errors', 'On' ); -
geodigs/trunk/readme.txt
r1368746 r1374236 4 4 Requires at least: 3.5 5 5 Tested up to: 4.4 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 109 109 * Now able to add multiple people to Listing Alerts 110 110 * Bug fixes and code improvements 111 112 = 2.0.1 = 113 * Bug fixes
Note: See TracChangeset
for help on using the changeset viewer.