Plugin Directory

Changeset 2663274


Ignore:
Timestamp:
01/24/2022 11:21:04 AM (4 years ago)
Author:
optimum7
Message:

v1.5.6 wordpress 5.9 update
initFFL fucntion fixs

Location:
ffl-api/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ffl-api/trunk/README.txt

    r2572219 r2663274  
    66Tags: FFL, eCommerce checkout, WooCommerce, FFL gun dealers, map api, google maps, gun dealer
    77Requires at least: 5.0
    8 Tested up to: 5.8
     8Tested up to: 5.9
    99Requires PHP: 7.0
    1010Stable tag: 1.5
     
    176176
    177177== Changelog ==
     178v1.5.6 some bug fixes
    178179v1.5.3 form clear notice added
    179180v1.5.2 Some UI fixes and improvements
  • ffl-api/trunk/ffl-api.php

    r2572219 r2663274  
    1717 * Plugin URI:        fflapi.com
    1818 * Description:       FFL API Woocommerce plugin
    19  * Version:           1.5.5
     19 * Version:           1.5.6
    2020 * WC requires at least: 3.0.0
    2121 * WC tested up to:   4.0
     
    4848 * Rename this for your plugin and update it as you release new versions.
    4949 */
    50 define('FFL_API_VERSION', '1.5.4');
     50define('FFL_API_VERSION', '1.5.6');
    5151
    5252/**
  • ffl-api/trunk/public/class-ffl-api-public.php

    r2250737 r2663274  
    163163
    164164    if(!document.getElementById("ffl-zip-code")) {
    165         initFFLJs(aKey,gKey,wMes,hok);
     165        document.addEventListener("DOMContentLoaded", function() {
     166            initFFLJs(aKey,gKey,wMes,hok);
     167        });
    166168    }
    167169   
Note: See TracChangeset for help on using the changeset viewer.