Plugin Directory

Changeset 3247962


Ignore:
Timestamp:
02/27/2025 03:43:02 PM (11 months ago)
Author:
mehjabin6310
Message:

modified

Location:
interactive-image-map-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • interactive-image-map-builder/trunk/index.php

    r3220623 r3247962  
    77  Author: Mehjabin Orthi
    88  Author URI: https://www.wpmart.org/
    9   Version: 2.8
     9  Version: 2.9
    1010 */
    1111if (!defined('ABSPATH'))
     
    1818define('isimb_6310_plugin_url', plugin_dir_path(__FILE__));
    1919define('isimb_6310_plugin_dir_url', plugin_dir_url(__FILE__));
    20 define('isimb_6310_PLUGIN_CURRENT_VERSION', 2.8);
     20define('isimb_6310_PLUGIN_CURRENT_VERSION', 2.9);
    2121
    2222add_shortcode('isimb_6310_builder', 'isimb_6310_builder_shortcode');
  • interactive-image-map-builder/trunk/readme.txt

    r3220623 r3247962  
    44Requires at least: 5.4
    55Tested up to: 6.7
    6 Stable tag: 2.8
     6Stable tag: 2.9
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    132132
    133133== Changelog ==
     134= 2.9 =
     135* Fixed link issue
     136
    134137= 2.8 =
    135138* More option added for tooltip position
  • interactive-image-map-builder/trunk/shortcode.php

    r3147856 r3247962  
    8585
    8686                  $url = '';
    87                   if (isset($js->linkURL) && $js->linkURL) {
     87                  if (isset($js->linkURL) && $js->linkURL && isset($js->linkingArea) && $js->linkingArea == 1) {
    8888                     $url = "data-link-url='{$js->linkURL}'" . (isset($js->openNewTab) && $js->openNewTab ? ' data-target="_blank" ' : '');
    8989                  }
Note: See TracChangeset for help on using the changeset viewer.