FoxyCart / foxyshop

FoxyShop - WordPress plugin for FoxyCart
GNU General Public License v2.0
10 stars 8 forks source link

Update approach for script and style inclusions to native Wordpress functionality #78

Closed adamjudd closed 2 years ago

adamjudd commented 2 years ago

Moving javascript includes to use wp_enqueue, wp_add_inline_script and the admin_print_footer_scripts event for our javascript and stylesheets.

This PR also includes a couple additional changes - versions older than 1.0 are no longer selectable for the version dropdown, and the legacy Google Analytics code is no longer added to the checkout and receipt templates. Any stores needing GA should update to 2.0 and use our native option.

Refs #75