Releases: cakephp/localized
Releases · cakephp/localized
Minor fixes and improvements
- IR: Added the new mobile operator (Rightel)
- DE: Fixed phone validation
Australian phone validation
- Australian phone validation added.
Use PHP5.3+
With PHP5.3+ we can use "late static binding" (static::
) which helps to customize and extend the available classes.
Also, ssn() is provided as BC method for all classes as CakePHP2.5 and below use this internally.
CakePHP2.6+ will then use personId().
French version only
The french phone number validation has been extended to phone numbers starting by 07,08 and 09.
La validation des numéros de téléphone français a été étendue aux numéros commençant par 07, 08 et 09.
Interface re-write
The plugin has been re-written to implement a common interface for validation classes.
This aims to unify the main validation methods and makes integration into apps easier.
Also:
- Language RON added
This is all fully BC to earlier versions.
Minor Release
New validations and languages have been added.