*** Version 1.0.0 (stable) - API 1.0.0 (stable) - 2010-08-21

* Package has been stable for a long time and now it's compatible with PHP
5.3.
* Fix Bug #17776: Uses deprecated functions ereg() and ereg_replace()
* Fix Bug #17775: Uses deprecated function split()
* Fix Bug #17756: Avoiding ereg
* Fix Bug #11531: phpcs/codesniffer found 91 errors and 14 warnings in FI.php
* tests should run ok when run in SVN directory

*** Version 1.0.0 (stable) - API 1.0.0 (stable) - 2010-08-21

* Package has been stable for a long time and now it's compatible with PHP
5.3.
* Fix Bug #17776: Uses deprecated functions ereg() and ereg_replace()
* Fix Bug #17775: Uses deprecated function split()
* Fix Bug #17756: Avoiding ereg
* Fix Bug #11531: phpcs/codesniffer found 91 errors and 14 warnings in FI.php
* tests should run ok when run in SVN directory

*** Version 0.4.0 (beta) - API 0.4.0 (beta) - 2007-07-05

- carLicensePlate(): Added new chars and first or only number cannot be zero.
- bikeLicensePlate(): Added new chars and first or only number cannot be zero.
- Added new unit tests. Thanks to Markku Uttula.

*** Version 0.3.0 (beta) - API 0.3.0 (beta) - 2007-06-01

- Minor changes in documentation + copyright 
- Check Code fixes (Variable 'regs' is used before it was assigned.).
- Move to beta

*** Version 0.2.0 (alpha) - API 0.2.0 (alpha) - 2006-11-08

- BC break: Renamed carReg() to carLicensePlate()
- BC break: Renamed bikeReg() to bikeLicensePlate()
- BC break: pin() retuns array containing gender and date of birth if optional
param is true
- Fixed some typos and rewrote parts of the code
- Added unit tests for all public methods
- Proper API documentation
- Change package.xml to version 2
- Removed str_pad extension requirement (typo)

*** Version 0.1.0 (alpha) - API 0.1.0 (alpha) - 2006-10-26

- Initial release

