Disables AJAX fragments in Woo
- code entirely refactored to WordPress standards
- removed support for per-page application (via defined constant)
- inspired by Optimocha's approach, cart fragments are now conditionally injected when
woocommerce_cart_hash
cookie detected or add-to-cart button is clicked (event listener) - unlike Optimocha's plugin, ours does not re-check for the cookie every X seconds as a fallback method (this means use poorly coded plugins/themes that modify add-to-cart at your own risk, we don't want to add more overhead for now)
- supports PHP 7.0 to PHP 8.3
- supports Multisite
- tested with WP 5.0
- updated plugin meta
- fixed WC support header in plugin root file
- tested with WC 3.5
- updated plugin meta
- added WC support headers (meta) to plugin root file
- added WC support headers (meta) to readme
- tested with WC 3.4
- tested with PHP 7.0
- tested with PHP 7.1
- tested with PHP 7.2
- tested with alleged conflicting plugins e.g. WooCommerce (Side) Cart, WooCommerce Better Usability, etc (no issues found)
- plugin re-written using PHP namespaces
- plugin uses object-oriented codebase
- optimized plugin code
- added warning for Multisite installations
- updated recommended plugins
- tested with WP 4.9
- support for
DISABLE_NAG_NOTICES
- optimized plugin code
- added rating request notice
- updated recommended plugins
- optimized plugin code
- updated recommended plugins
- updated recommended plugins
- added recommended plugins notice
- tested with WP 4.8
- updated plugin meta
- updated plugin meta
- initial release