| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | * Author: bozdoz |
| 8 | 8 | * Author URI: https://bozdoz.com/ |
| 9 | 9 | * Text Domain: leaflet-map |
| 10 | 10 | * Domain Path: /languages/ |
| 11 | - * Version: 3.4.7 | |
| 11 | + * Version: 3.4.5 | |
| 12 | 12 | * License: GPL2 |
| 13 | 13 | * Leaflet Map is free software: you can redistribute it and/or modify |
| 14 | 14 | * it under the terms of the GNU General Public License as published by |
| 15 | 15 | * the Free Software Foundation, either version 2 of the License, or |
| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | if (!defined('ABSPATH')) { |
| 29 | 29 | exit(); |
| 30 | 30 | } |
| 31 | 31 | |
| 32 | -define('LEAFLET_MAP__PLUGIN_VERSION', '3.4.7'); | |
| 32 | +define('LEAFLET_MAP__PLUGIN_VERSION', '3.4.5'); | |
| 33 | 33 | define('LEAFLET_MAP__PLUGIN_FILE', __FILE__); |
| 34 | 34 | define('LEAFLET_MAP__PLUGIN_DIR', plugin_dir_path(__FILE__)); |
| 35 | 35 | |
| 36 | 36 | // import main class |