Skip to content

Releases: Log1x/acf-phone-number

v1.2.5

13 Aug 23:04
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(field): Add configurable placeholder default for the number field (Fixes #75) (#76)

v1.2.4

08 Aug 08:14
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(assets): Update flag image version number (Fixes #73) (#74)

Enhancements

  • chore(deps): Bump dependencies

v1.2.3

28 Jul 22:49
a528e9d
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(docs): Remove reference to undefined method (#71)
  • fix(docs): Fix build status badge
  • chore(deps): Bump dependencies
  • chore(assets): Build latest assets
  • chore(ci): Drop PHP 7.3 from CI

Bug fixes

  • fix(plugin): Fix error when ACF is deactivated (#70)
  • fix(field): Fix property deprecation notice (Fixes #66) (#67)

v1.2.2

18 Nov 16:44
b2c1c69
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(field): Format field value in Rest API

Bug fixes

  • fix(field): Properly use acf_register_field_type() when registering field type (#62)

v1.2.1

03 Nov 05:34
f8b70fe
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(phone-number): Use the full country name in the phone number array (#57)
  • chore(phone-number): Sort phone number array by ascending
  • chore(docs): Use toArray() output for usage example

Bug fixes

  • fix(phone-number): Fix libphonenumber country metadata (#55)
  • fix(phone-number): Add missing generic number item to phone number array

v1.2.0

14 Oct 17:23
32bc376
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(field): Check that the phone/country field exists before initializing (Fixes #51)

Enhancements

  • chore(lint): Minor linting on field.js
  • chore(plugin): Bump plugin version to 1.2.0

v1.1.9

08 Sep 11:35
1ceefb3
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(field): Fix phone number validation (Fixes #49)

Enhancements

  • chore(field): nitpick empty country validation message

v1.1.8

21 Aug 15:28
63ec6fb
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(acp): Change get_field_type() to get_acf_field_option() as per admin columns hook example. (#48)

v1.1.7

21 Aug 14:19
f6efaf8
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(field): Make field locale translatable (#31)
  • chore(deps): Bump dependencies
  • chore(docs): Update readme link (#30)

Bug fixes

  • fix(field): Fix validation when phone number is empty (Fixes #35) (#47)
  • fix(acp): Remove deprecated call to get_acf_field_option on Admin Columns (#45)

v1.1.6

02 Aug 21:44
ed098f2
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(plugin): Properly bump plugin version number