Skip to content

Releases: Log1x/acf-phone-number

v1.3.1

05 Nov 04:22
b9faed6
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Change match statement to conditional for PHP 7.x support (Fixes #90) (#91)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

24 Oct 08:46
1f05c68
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Add support for array return_format (Fixes #87) (#88)
  • 🔥 Remove deprecated Admin Columns support

Full Changelog: v1.2.6...v1.3.0

v1.2.6

14 Aug 22:04
821539f
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(field): Add schema for REST API support (Fixes #69) (#86)

New Contributors

Full Changelog: v1.2.5...v1.2.6

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