Changeset 3247962
- Timestamp:
- 02/27/2025 03:43:02 PM (11 months ago)
- Location:
- interactive-image-map-builder/trunk
- Files:
-
- 3 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
interactive-image-map-builder/trunk/index.php
r3220623 r3247962 7 7 Author: Mehjabin Orthi 8 8 Author URI: https://www.wpmart.org/ 9 Version: 2. 89 Version: 2.9 10 10 */ 11 11 if (!defined('ABSPATH')) … … 18 18 define('isimb_6310_plugin_url', plugin_dir_path(__FILE__)); 19 19 define('isimb_6310_plugin_dir_url', plugin_dir_url(__FILE__)); 20 define('isimb_6310_PLUGIN_CURRENT_VERSION', 2. 8);20 define('isimb_6310_PLUGIN_CURRENT_VERSION', 2.9); 21 21 22 22 add_shortcode('isimb_6310_builder', 'isimb_6310_builder_shortcode'); -
interactive-image-map-builder/trunk/readme.txt
r3220623 r3247962 4 4 Requires at least: 5.4 5 5 Tested up to: 6.7 6 Stable tag: 2. 86 Stable tag: 2.9 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 132 132 133 133 == Changelog == 134 = 2.9 = 135 * Fixed link issue 136 134 137 = 2.8 = 135 138 * More option added for tooltip position -
interactive-image-map-builder/trunk/shortcode.php
r3147856 r3247962 85 85 86 86 $url = ''; 87 if (isset($js->linkURL) && $js->linkURL ) {87 if (isset($js->linkURL) && $js->linkURL && isset($js->linkingArea) && $js->linkingArea == 1) { 88 88 $url = "data-link-url='{$js->linkURL}'" . (isset($js->openNewTab) && $js->openNewTab ? ' data-target="_blank" ' : ''); 89 89 }
Note: See TracChangeset
for help on using the changeset viewer.