From 38c0f4aaa18119d9845c27677405914caa60cce6 Mon Sep 17 00:00:00 2001 From: Eduardo Gulias Davis <791806+egulias@users.noreply.github.com> Date: Sat, 7 Jan 2023 11:55:34 +0100 Subject: [PATCH 1/3] README for v4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d189fbf..f79408b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ This library aims to support RFCs: **Current major version with full support is v3** | Version | Released | EOL | Only critical bug fixes | Full | -| ------- | :--------: | :---: | :---------------------: | :---: | -| v4.x | | - | X | X | -| v3.x | 2020/12/29 | - | X | X | +| :-----: | :--------: | :---: | :---------------------: | :---: | +| v4.x | 2023/01/07 | - | X | X | +| v3.x | 2020/12/29 | - | X | | | v2.1.x | 2016/05/16 | YES | X | | | v1.2 | 2013/19/05 | YES | | | From 0b97994415f98a80ee052796eb2d1f9129a236ac Mon Sep 17 00:00:00 2001 From: Eduardo Gulias Davis <791806+egulias@users.noreply.github.com> Date: Sat, 7 Jan 2023 11:58:04 +0100 Subject: [PATCH 2/3] badges update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f79408b..df1e666 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # EmailValidator -[![Build Status](https://github.com/egulias/EmailValidator/workflows/tests/badge.svg)](https://github.com/egulias/EmailValidator/actions) -[![Code Quality](https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/quality-score.png?b=3.x)](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=3.x) -[![Test Coverage](https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/coverage.png?b=3.x)](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=3.x) +[![Build Status](https://github.com/egulias/EmailValidator/workflows/tests/badge.svg?branch=4.x)](https://github.com/egulias/EmailValidator/actions) +[![Code Quality](https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/quality-score.png?b=3.x)](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=4.x) +[![Test Coverage](https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/coverage.png?b=3.x)](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=4.x) A library for validating emails against several RFC. @@ -25,7 +25,7 @@ This library aims to support RFCs: | :-----: | :--------: | :---: | :---------------------: | :---: | | v4.x | 2023/01/07 | - | X | X | | v3.x | 2020/12/29 | - | X | | -| v2.1.x | 2016/05/16 | YES | X | | +| v2.1.x | 2016/05/16 | YES | | | | v1.2 | 2013/19/05 | YES | | | From 1818fb27e3022a6fa63e090caa5341fa328a68e1 Mon Sep 17 00:00:00 2001 From: Eduardo Gulias Davis <791806+egulias@users.noreply.github.com> Date: Sat, 7 Jan 2023 11:58:38 +0100 Subject: [PATCH 3/3] license year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 307440d..b1902a4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2022 Eduardo Gulias Davis +Copyright (c) 2013-2023 Eduardo Gulias Davis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal