Changeset 3034882
- Timestamp:
- 02/13/2024 02:48:04 AM (2 years ago)
- Location:
- gmap-embed/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
srm_gmap_embed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gmap-embed/trunk/readme.txt
r3034881 r3034882 5 5 Requires at least: 2.9 6 6 Tested up to: 6.4 7 Version: 1.9. 07 Version: 1.9.1 8 8 Stable tag: 1.9.1 9 9 Requires PHP: 5.3 -
gmap-embed/trunk/srm_gmap_embed.php
r3034879 r3034882 8 8 Domain Path: /languages 9 9 Author URI: https://www.wpgooglemap.com?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash 10 Version: 1.9. 010 Version: 1.9.1 11 11 */ 12 12 … … 17 17 } 18 18 19 define('WGM_PLUGIN_VERSION', '1.9. 0');19 define('WGM_PLUGIN_VERSION', '1.9.1'); 20 20 define('WGM_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__))); 21 21 define('WGM_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
Note: See TracChangeset
for help on using the changeset viewer.