Skip to content

Commit

Permalink
Semantic version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicsayers committed Dec 7, 2016
1 parent eda4a88 commit cfeefc3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions is_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @copyright 2008-2016 Dominic Sayers
* @license https://www.opensource.org/licenses/bsd-license.php BSD License
* @link https://www.dominicsayers.com/isemail
* @version 3.06 - Changed my link to https://isemail.info throughout
* @version 3.0.7 - Changed my link to https://isemail.info throughout
*/

// The quality of this code has been improved greatly by using PHPLint
Expand Down Expand Up @@ -189,7 +189,7 @@
// (https://tools.ietf.org/html/rfc3696) (guidance only)
// version 2.0: Enhance $diagnose parameter to $errorlevel
// version 3.0: Introduced status categories
// revision 3.1: BUG: $parsedata was passed by value instead of by reference
// revision 3.01: BUG: $parsedata was passed by value instead of by reference

if (is_bool($errorlevel)) {
$threshold = ISEMAIL_VALID;
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Version history

| Date | Component | Version | Notes |
| ---- | --------- | ------- | ----- |
| 2016-12-05 | <all> | 3.06 | Changed all http links to https. Updated my links. Updated copyright. Clarified license |
| 2016-12-07 | (all) | 3.0.7 | Semantic version numbering |
| 2016-12-05 | (all) | 3.06 | Changed all http links to https. Updated my links. Updated copyright. Clarified license |
| 2013-11-29 | tests.xml | 3.05 | Changed Test #71 from ISEMAIL_RFC5321 to ISEMAIL_DEPREC |
| 2013-11-29 | meta.xml | 3.05 | Changed category of ISEMAIL_RFC5321_IPV6DEPRECATED to ISEMAIL_DEPREC |
| 2011-07-14 | tests.xml | 3.04 | Changed my link to https://isemail.info |
Expand Down
2 changes: 1 addition & 1 deletion test/meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @copyright 2008-2016 Dominic Sayers
* @license https://www.opensource.org/licenses/bsd-license.php BSD License
* @link https://www.dominicsayers.com/isemail
* @version 3.06 - Changed my link to https://isemail.info throughout
* @version 3.0.7 - Changed my link to https://isemail.info throughout
*/

/*.
Expand Down
2 changes: 1 addition & 1 deletion test/meta.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @copyright 2008-2016 Dominic Sayers
* @license https://www.opensource.org/licenses/bsd-license.php BSD License
* @link https://www.dominicsayers.com/isemail
* @version 3.06 - Changed my link to https://isemail.info throughout
* @version 3.0.7 - Changed my link to https://isemail.info throughout
-->

<xsd:schema xmlns:xsd="https://www.w3.org/2001/XMLSchema" version="3.0">
Expand Down
2 changes: 1 addition & 1 deletion test/tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @copyright 2008-2016 Dominic Sayers
* @license https://www.opensource.org/licenses/bsd-license.php BSD License
* @link https://www.dominicsayers.com/isemail
* @version 3.06 - Changed my link to https://isemail.info throughout
* @version 3.0.7 - Changed my link to https://isemail.info throughout
*/

/*.
Expand Down
2 changes: 1 addition & 1 deletion test/tests.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @copyright 2008-2016 Dominic Sayers
* @license https://www.opensource.org/licenses/bsd-license.php BSD License
* @link https://www.dominicsayers.com/isemail
* @version 3.06 - Changed my link to https://isemail.info throughout
* @version 3.0.7 - Changed my link to https://isemail.info throughout
-->

<xsd:schema xmlns:xsd="https://www.w3.org/2001/XMLSchema" version="3.0">
Expand Down

0 comments on commit cfeefc3

Please sign in to comment.