Added support for WordPress 4.9.6 (specifically a new field in comment form).
Added support for WooCommerce 3.4.0 (RC1).
Updated WooCommerce templates:
cart/cart.php
cart/mini-cart.php
cart/shipping-calculator.php
checkout/form-coupon.php
checkout/form-login.php
checkout/form-pay.php
checkout/payment.php
checkout/terms.php
global/quantity-input.php
myaccount/form-add-payment-method.php
myaccount/form-edit-account.php
myaccount/form-edit-address.php
myaccount/form-login.php
myaccount/form-lost-password.php
myaccount/form-reset-password.php
order/form-tracking.php
single-product/add-to-cart/external.php
single-product/add-to-cart/grouped.php
single-product/add-to-cart/simple.php
single-product/add-to-cart/variable.php
single-product/add-to-cart/variation-add-to-cart-button.php
archive-product.php
content-product.php
content-single-product.php
Added support for WP Recipe Maker 2.5.1 (embedded videos now work in Chap recipe templates).
AMP pages now display shortcut icon/favicon when possible.
Fixed PHP warning from trying to count an uncountable.
Added preview modals for tablet and mobile.
Added
[modal]
shortcode that can handle showing modals on AMP pages as well.Fixed icon offset for headers that have icons but no sub header.
Fixed filter
chap_slides_query
that allows adding slides to pages programmatically. It should now get triggered on every page.Added a polyfill for operating systems without PHP
glob()
GLOB_BRACE
support.[posts]
shortcode now has new attributes to add additional content that is only shown when the query has any results: header_text
, header_classes
, content_before
, content_after
.