PluginProbe
Image Hotspot – Map Image Annotation / 3.4
Image Hotspot – Map Image Annotation v3.4
3.8 3.7 3.6 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 All 30 releases
← All changes | index.php +2 -2 2.83.4 View file →
@@ -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)