Skip to content

Commit

Permalink
Update WooCommerce template compatibility to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed May 13, 2020
1 parent e3b4877 commit facd90b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* **Tweak** - Update WooCommerce template compatibility to 4.1.0

### 0.6.2: May 12th, 2020
* **Tweak** - content.php template tweak: exclude date from SERP

Expand Down
4 changes: 2 additions & 2 deletions woocommerce/myaccount/form-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes
* @package WooCommerce/Templates
* @version 3.6.0
* @version 4.1.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -153,4 +153,4 @@
</div>
<?php endif; ?>

<?php do_action( 'woocommerce_after_customer_login_form' ); ?>
<?php do_action( 'woocommerce_after_customer_login_form' ); ?>

0 comments on commit facd90b

Please sign in to comment.