Releases: bobbyshaw/magento-footer-js
Releases · bobbyshaw/magento-footer-js
Bugfix release for Skipped Files Features
Ability to exclude specific JS files from being moved to footer.
Thanks to @drobinson for this feature.
Compatibility with commented out scripts
With help from @mkutyba and report by @mzeis we have resolved an issue where scripts that were commented out were being moved to the footer without their comments. This results in JS becoming functional that shouldn't have been.
This release also reduces from two observers to one with the same functionality.
Added JS exclusion
Thanks to @alex-borisenko, we have a new release with functionality to exclude JS from being moved to the bottom.
FPC Compatability
v0.0.3 Avoid duplicate headers error by checking whether there is a body and…
Added Composer
Merge pull request #4 from amorkan/master Added composer