Skip to content

Releases: cakephp/localized

Australian phone validation

17 Jan 12:31
Compare
Choose a tag to compare
  • Australian phone validation added.

Use PHP5.3+

01 Dec 19:28
Compare
Choose a tag to compare

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

31 Jul 01:41
Compare
Choose a tag to compare

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

16 Jul 16:06
Compare
Choose a tag to compare

New validations and languages have been added.