Changeset 2663274
- Timestamp:
- 01/24/2022 11:21:04 AM (4 years ago)
- Location:
- ffl-api/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
ffl-api.php (modified) (2 diffs)
-
public/class-ffl-api-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ffl-api/trunk/README.txt
r2572219 r2663274 6 6 Tags: FFL, eCommerce checkout, WooCommerce, FFL gun dealers, map api, google maps, gun dealer 7 7 Requires at least: 5.0 8 Tested up to: 5. 88 Tested up to: 5.9 9 9 Requires PHP: 7.0 10 10 Stable tag: 1.5 … … 176 176 177 177 == Changelog == 178 v1.5.6 some bug fixes 178 179 v1.5.3 form clear notice added 179 180 v1.5.2 Some UI fixes and improvements -
ffl-api/trunk/ffl-api.php
r2572219 r2663274 17 17 * Plugin URI: fflapi.com 18 18 * Description: FFL API Woocommerce plugin 19 * Version: 1.5. 519 * Version: 1.5.6 20 20 * WC requires at least: 3.0.0 21 21 * WC tested up to: 4.0 … … 48 48 * Rename this for your plugin and update it as you release new versions. 49 49 */ 50 define('FFL_API_VERSION', '1.5. 4');50 define('FFL_API_VERSION', '1.5.6'); 51 51 52 52 /** -
ffl-api/trunk/public/class-ffl-api-public.php
r2250737 r2663274 163 163 164 164 if(!document.getElementById("ffl-zip-code")) { 165 initFFLJs(aKey,gKey,wMes,hok); 165 document.addEventListener("DOMContentLoaded", function() { 166 initFFLJs(aKey,gKey,wMes,hok); 167 }); 166 168 } 167 169
Note: See TracChangeset
for help on using the changeset viewer.