Plugin Directory

Changeset 3462130


Ignore:
Timestamp:
02/16/2026 01:26:47 AM (6 weeks ago)
Author:
wpmart
Message:

fixed console error

Location:
image-map-hotspots/trunk
Files:
2 edited

Legend:

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

    r3408771 r3462130  
    66  Author: Sk Abul Hasan
    77  Author URI: https://www.wpmart.org/
    8   Version: 3.4
     8  Version: 3.5
    99 */
    1010
     
    1414define('imh_6310_plugin_url', plugin_dir_path(__FILE__));
    1515define('imh_6310_plugin_dir_url', plugin_dir_url(__FILE__));
    16 define('imh_6310_PLUGIN_CURRENT_VERSION', 3.4);
     16define('imh_6310_PLUGIN_CURRENT_VERSION', 3.5);
    1717
    1818add_shortcode('imh_6310_image_map', 'imh_6310_image_map_shortcode');
  • image-map-hotspots/trunk/readme.txt

    r3414453 r3462130  
    44Requires at least: 5.4
    55Tested up to: 6.9
    6 Stable tag: 3.4
     6Stable tag: 3.5
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    137137== Changelog ==
    138138= 3.4 =
     139* Fixed console error
     140
     141= 3.4 =
    139142* Fixed WooCommerce Product Issue
    140143
Note: See TracChangeset for help on using the changeset viewer.