Plugin Directory

Changeset 3010584


Ignore:
Timestamp:
12/15/2023 02:21:12 PM (2 years ago)
Author:
mehjabin6310
Message:

modified

Location:
interactive-image-map-builder
Files:
4 edited

Legend:

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

    r3006782 r3010584  
    77  Author: Mehjabin Orthi
    88  Author URI: https://www.wpmart.org/
    9   Version: 1.6
     9  Version: 1.7
    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', 1.6 );
     20define ( 'isimb_6310_PLUGIN_CURRENT_VERSION', 1.7 );
    2121   
    2222add_shortcode('isimb_6310_builder', 'isimb_6310_builder_shortcode');
  • interactive-image-map-builder/tags/1.7/readme.txt

    r3006782 r3010584  
    44Requires at least: 5.1
    55Tested up to: 6.4
    6 Stable tag: 1.6
     6Stable tag: 1.7
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    132132
    133133== Changelog ==
     134= 1.7 =
     135* Fixed image issue
     136
    134137= 1.6 =
    135138* JS fixes
  • interactive-image-map-builder/trunk/index.php

    r3006782 r3010584  
    77  Author: Mehjabin Orthi
    88  Author URI: https://www.wpmart.org/
    9   Version: 1.6
     9  Version: 1.7
    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', 1.6 );
     20define ( 'isimb_6310_PLUGIN_CURRENT_VERSION', 1.7 );
    2121   
    2222add_shortcode('isimb_6310_builder', 'isimb_6310_builder_shortcode');
  • interactive-image-map-builder/trunk/readme.txt

    r3006782 r3010584  
    44Requires at least: 5.1
    55Tested up to: 6.4
    6 Stable tag: 1.6
     6Stable tag: 1.7
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    132132
    133133== Changelog ==
     134= 1.7 =
     135* Fixed image issue
     136
    134137= 1.6 =
    135138* JS fixes
Note: See TracChangeset for help on using the changeset viewer.