| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | Plugin Name: Google Maps Widget |
| 4 | 4 | Plugin URI: http://www.googlemapswidget.com/ |
| 5 | 5 | Description: Display a single-image super-fast loading Google map in a widget. A larger, full featured map is available on click in a lightbox. Includes shortcode support and numerous options. |
| 6 | 6 | Author: Web factory Ltd |
| 7 | -Version: 2.51 | |
| 7 | +Version: 2.50 | |
| 8 | 8 | Author URI: http://www.webfactoryltd.com/ |
| 9 | 9 | Text Domain: google-maps-widget |
| 10 | 10 | Domain Path: lang |
| 11 | 11 | |
| @@ -39,9 +39,9 @@ | ||
| 39 | 39 | require_once 'gmw-tracking.php'; |
| 40 | 40 | |
| 41 | 41 | |
| 42 | 42 | class GMW { |
| 43 | - static $version = 2.51; | |
| 43 | + static $version = 2.50; | |
| 44 | 44 | |
| 45 | 45 | // hook everything up |
| 46 | 46 | static function init() { |
| 47 | 47 | GMW_tracking::init(); |