| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | Plugin URI: https://wordpress.org/plugins/image-map-hotspots/ |
| 5 | 5 | Description: Image hotspot lets you easily add custom tooltips to your images and add hotspot when highlighting them. Furthermore, you have the option of setting customized tooltip content, position, animation, and more. |
| 6 | 6 | Author: Sk Abul Hasan |
| 7 | 7 | Author URI: https://www.wpmart.org/ |
| 8 | - Version: 2.8 | |
| 8 | + Version: 3.4 | |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | 11 | if (!defined('ABSPATH')) |
| 12 | 12 | exit; |
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | exit; |
| 13 | 13 | |
| 14 | 14 | define('imh_6310_plugin_url', plugin_dir_path(__FILE__)); |
| 15 | 15 | define('imh_6310_plugin_dir_url', plugin_dir_url(__FILE__)); |
| 16 | -define('imh_6310_PLUGIN_CURRENT_VERSION', 2.8); | |
| 16 | +define('imh_6310_PLUGIN_CURRENT_VERSION', 3.4); | |
| 17 | 17 | |
| 18 | 18 | add_shortcode('imh_6310_image_map', 'imh_6310_image_map_shortcode'); |
| 19 | 19 | |
| 20 | 20 | function imh_6310_image_map_shortcode($atts) |