Changeset 3010584
- Timestamp:
- 12/15/2023 02:21:12 PM (2 years ago)
- Location:
- interactive-image-map-builder
- Files:
-
- 4 edited
-
tags/1.7/index.php (modified) (2 diffs)
-
tags/1.7/readme.txt (modified) (2 diffs)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
interactive-image-map-builder/tags/1.7/index.php
r3006782 r3010584 7 7 Author: Mehjabin Orthi 8 8 Author URI: https://www.wpmart.org/ 9 Version: 1. 69 Version: 1.7 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', 1. 6);20 define ( 'isimb_6310_PLUGIN_CURRENT_VERSION', 1.7 ); 21 21 22 22 add_shortcode('isimb_6310_builder', 'isimb_6310_builder_shortcode'); -
interactive-image-map-builder/tags/1.7/readme.txt
r3006782 r3010584 4 4 Requires at least: 5.1 5 5 Tested up to: 6.4 6 Stable tag: 1. 66 Stable tag: 1.7 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 132 132 133 133 == Changelog == 134 = 1.7 = 135 * Fixed image issue 136 134 137 = 1.6 = 135 138 * JS fixes -
interactive-image-map-builder/trunk/index.php
r3006782 r3010584 7 7 Author: Mehjabin Orthi 8 8 Author URI: https://www.wpmart.org/ 9 Version: 1. 69 Version: 1.7 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', 1. 6);20 define ( 'isimb_6310_PLUGIN_CURRENT_VERSION', 1.7 ); 21 21 22 22 add_shortcode('isimb_6310_builder', 'isimb_6310_builder_shortcode'); -
interactive-image-map-builder/trunk/readme.txt
r3006782 r3010584 4 4 Requires at least: 5.1 5 5 Tested up to: 6.4 6 Stable tag: 1. 66 Stable tag: 1.7 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 132 132 133 133 == Changelog == 134 = 1.7 = 135 * Fixed image issue 136 134 137 = 1.6 = 135 138 * JS fixes
Note: See TracChangeset
for help on using the changeset viewer.