Changeset 3173668
- Timestamp:
- 10/22/2024 01:14:23 PM (5 months ago)
- Location:
- storemapper/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
storemapper/trunk/README.md
r3173644 r3173668 4 4 **Requires at least:** 4.4 5 5 **Tested up to:** 6.6.2 6 **Stable tag:** 2.0. 07 **Requires PHP:** 5.4 6 **Stable tag:** 2.0.1 7 **Requires PHP:** 5.4.45 8 8 **Donate link:** N/A 9 9 **License:** GPLv2 or later -
storemapper/trunk/includes/init.class.php
r3173650 r3173668 77 77 var script = document.createElement('script'); 78 78 script.type = 'text/javascript';script.async = true; 79 script.src = `https://storemapper.co m/js/$storemapper_widget_file.min.js`;79 script.src = `https://storemapper.co/js/$storemapper_widget_file.min.js`; 80 80 var entry = document.getElementsByTagName('script')[0]; 81 81 entry.parentNode.insertBefore(script, entry);}()); -
storemapper/trunk/readme.txt
r3173644 r3173668 4 4 Requires at least: 4.4 5 5 Tested up to: 6.6.2 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 Requires PHP: 5.4.45 8 8 Donate link: N/A -
storemapper/trunk/wp-storemapper.php
r3172011 r3173668 8 8 * Text Domain: wp-storemapper 9 9 * Domain Path: /languages 10 * Version: 2.0. 010 * Version: 2.0.1 11 11 * 12 12 * @package WP_Storemapper
Note: See TracChangeset
for help on using the changeset viewer.