Skip to content

Commit

Permalink
Bump templates to 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Apr 18, 2023
1 parent 22c5dbb commit e8fcfbb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins/woocommerce/templates/checkout/form-pay.php
Expand Up @@ -12,7 +12,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.7.0
* @version 7.8.0
*/

defined( 'ABSPATH' ) || exit;
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/templates/checkout/payment.php
Expand Up @@ -12,7 +12,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.7.0
* @version 7.8.0
*/

defined( 'ABSPATH' ) || exit;
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/templates/loop/no-products-found.php
Expand Up @@ -12,7 +12,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.7.0
* @version 7.8.0
*/

defined( 'ABSPATH' ) || exit;
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/templates/myaccount/downloads.php
Expand Up @@ -14,7 +14,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.7.0
* @version 7.8.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
Expand Up @@ -12,7 +12,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.7.0
* @version 7.8.0
*/

defined( 'ABSPATH' ) || exit;
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/templates/myaccount/orders.php
Expand Up @@ -14,7 +14,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.7.0
* @version 7.8.0
*/

defined( 'ABSPATH' ) || exit;
Expand Down
Expand Up @@ -14,7 +14,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.7.0
* @version 7.8.0
*/

defined( 'ABSPATH' ) || exit;
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/templates/order/order-details.php
Expand Up @@ -12,7 +12,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.7.0
* @version 7.8.0
*/

defined( 'ABSPATH' ) || exit;
Expand Down

0 comments on commit e8fcfbb

Please sign in to comment.