Changeset 1028509
- Timestamp:
- 11/19/2014 10:25:17 AM (11 years ago)
- Location:
- gps-tracker/trunk
- Files:
-
- 4 edited
-
gpstracker.php (modified) (2 diffs)
-
public/assets/css/light.css (modified) (4 diffs)
-
public/assets/js/gpstracker-map.js (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gps-tracker/trunk/gpstracker.php
r1026546 r1028509 13 13 * Plugin URI: https://www.websmithing.com/gps-tracker 14 14 * Description: Track your Android cell phone in real time and store routes for later viewing. 15 * Version: 1.0. 015 * Version: 1.0.1 16 16 * Author: Nick Fox 17 17 * Author URI: https://www.websmithing.com/hire-me … … 28 28 // Plugin version 29 29 if ( ! defined( 'GPSTRACKER_VERSION' ) ) { 30 define( 'GPSTRACKER_VERSION', '1.0. 0' );30 define( 'GPSTRACKER_VERSION', '1.0.1' ); 31 31 } 32 32 -
gps-tracker/trunk/public/assets/css/light.css
r1026546 r1028509 68 68 } 69 69 #autorefresh { 70 background: #eee !important; 71 font-size: 11px !important; 70 72 margin-top:5px; 71 73 width: 100%; … … 75 77 } 76 78 #delete { 79 background: #eee !important; 80 font-size: 11px !important; 77 81 margin-top:5px; 78 82 width: 100%; … … 81 85 } 82 86 #refresh { 87 background: #eee !important; 88 font-size: 11px !important; 83 89 margin-top:5px; 84 90 width: 100%; … … 87 93 } 88 94 #viewall { 95 background: #eee !important; 96 font-size: 11px !important; 89 97 margin-top:5px; 90 98 width: 100%; -
gps-tracker/trunk/public/assets/js/gpstracker-map.js
r1026546 r1028509 355 355 function deleteRoute() { 356 356 // comment out these two lines to get delete working 357 var answer = confirm("Disabled here on test website, this works fine.");358 return false;357 // var answer = confirm("Disabled here on test website, this works fine."); 358 // return false; 359 359 360 360 var answer = confirm('This will permanently delete this route\n from the database. Do you want to delete?'); -
gps-tracker/trunk/readme.txt
r1026569 r1028509 7 7 Requires at least: 4.0 8 8 Tested up to: 4.0 9 Stable tag: 1.0. 09 Stable tag: 1.0.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 67 67 == Changelog == 68 68 69 = 1.0.1, November 10, 2014 = 70 71 * Enabled deleting routes 72 * Fixed button color 73 69 74 = 1.0.0, October 27, 2014 = 70 75 … … 73 78 == Upgrade Notice == 74 79 80 = 1.0.1, November 10, 2014 = 81 82 * Enabled deleting routes 83 * Fixed button color 84 75 85 = 1.0.0, October 27, 2014 = 76 86
Note: See TracChangeset
for help on using the changeset viewer.