Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlashbrooke committed Nov 26, 2018
1 parent 8d20290 commit 5c6b97c
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 6 deletions.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified classes/class-woocommerce-email-validation.php
100644 → 100755
Empty file.
Empty file modified index.php
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-de_DE.mo
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-de_DE.po
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-hu_HU.mo
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-hu_HU.po
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-ja.mo
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-ja.po
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-nl_NL.mo
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-nl_NL.po
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-pl_PL.mo
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-pl_PL.po
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-sr_RS.mo
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation-sr_RS.po
100644 → 100755
Empty file.
Empty file modified languages/woocommerce-email-validation.pot
100644 → 100755
Empty file.
12 changes: 8 additions & 4 deletions readme.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: hlashbrooke
Tags: woocommerce, email, address, validation, checkout, fields
Requires at least: 4.0
Tested up to: 4.7.4
Stable tag: 2.1
Tested up to: 4.9.8
Stable tag: 2.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -45,6 +45,10 @@ If you are using Checkout Field Editor then you need to manually specify the sec

== Changelog ==

= 2.1.1 =
* 2018-11-26
* [UPDATE] Adding WooCommerce 3.5+ compatibility (props [heocoi](https://github.com/heocoi))

= 2.1 =
* 2017-04-21
* [UPDATE] Adding WooCommerce 3.0+ compatibility (props [ablears](https://github.com/ablears))
Expand Down Expand Up @@ -106,5 +110,5 @@ If you are using Checkout Field Editor then you need to manually specify the sec

== Upgrade Notice ==

= 2.1 =
* This update ensures compatibility with WooCommerce 3.0 (while mainting backwards compatibility for prior verion) - if you have disabled the plugin temporarily because it was not work ing in WooCommerce 3.0, then you can re-enable it after this update.
= 2.1.1 =
* This update ensures compatibility with WooCommerce 3.5+ (while mainting backwards compatibility for prior verions) - if you have disabled the plugin temporarily because it was not working correctly in WooCommerce 3.5, then you can re-enable it after this update.
4 changes: 2 additions & 2 deletions woocommerce-email-validation.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/*
* Plugin Name: WooCommerce Email Validation
* Version: 2.1
* Version: 2.1.1
* Plugin URI: http://wordpress.org/plugins/woocommerce-email-validation/
* Description: Adds a 'confirm email address' field to the WooCommerce checkout page.
* Author: Hugh Lashbrooke
* Author URI: https://hugh.blog/
* Requires at least: 4.0
* Tested up to: 4.7.4
* Tested up to: 4.9.8
*
* Text domain: woocommerce-email-validation
* Domain path: /languages/
Expand Down

0 comments on commit 5c6b97c

Please sign in to comment.