Changeset 1523235
- Timestamp:
- 10/27/2016 03:31:01 PM (9 years ago)
- Location:
- easy2map/trunk
- Files:
-
- 1 added
- 3 edited
-
includes/APIKeyInstructions.php (added)
-
includes/Easy2Map.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy2map/trunk/includes/Easy2Map.php
r1523125 r1523235 7 7 const min_php_version = '5.0'; 8 8 const min_wp_version = '3.0'; 9 const e2m_version = '1.5. 4';9 const e2m_version = '1.5.5'; 10 10 11 11 // Used to uniquely identify this plugin's menu page in the WP manager -
easy2map/trunk/index.php
r1523125 r1523235 6 6 Description: The easiest tool available for creating custom & great-looking Google Maps. Add multiple pins and customize maps with drag-and-drop simplicity. 7 7 Author: Steven Ellis 8 Version: 1.5. 48 Version: 1.5.5 9 9 Author URI: http://easy2map.com/ 10 10 */ -
easy2map/trunk/readme.txt
r1523125 r1523235 6 6 Requires at least: 3.0.1 7 7 Tested up to: 4.6.1 8 Stable tag: 1.5. 48 Stable tag: 1.5.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 238 238 * Detailed instructions on including the map's API key. 239 239 * Feature for allowing a map's marker list to be ordered alphabetically, by distance from map viewer, or by a pre-defined value per marker. 240 241 = 1.5.5 = 242 * Minor fix to settings.
Note: See TracChangeset
for help on using the changeset viewer.