-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update CHANGELOG.md - update composer.json - add required PHP extension - update PESEL validation rule - add method that check if bith date is correctly encoded in number - add support for new options in PESEL rule - update unit tests - add UPRGADE_GUIDE.md file - update README.md file
- Loading branch information
1 parent
fa09b45
commit 2b23041
Showing
6 changed files
with
276 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Upgrade guide | ||
|
||
## From any version to 4.2.x | ||
From version 4.2.0, PESEL rule additionally check if birthdate encoded in given number is correct. | ||
From now on, PESEL number as "00000000000", "44444444444" will no longer pass validation. | ||
If your system accept or store numbers like this, the update may cause the application to malfunction. | ||
|
||
See [PESEL birthdate encoding method](https://pl.wikipedia.org/wiki/PESEL#Data_urodzenia) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.