Skip to content

Releases: Log1x/acf-phone-number

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

v1.1.5

02 Aug 21:42
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(assets): Add name to package.json to avoid collisions with webpack (#27)

Enhancements

  • chore(deps): Bump dependencies

v1.1.4

20 May 22:29
6dadf8a
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(deps): Bump dependencies

v1.1.3

26 Feb 18:49
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(phone-number): Check valid field, fix exception when uninitialized number (Fixes #18)

Enhancements

  • enhance(phone-number): Add toJson() method
  • chore(deps): Bump dependencies

v1.1.2

25 Feb 17:21
c3e576c
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(field): Reinitialize PhoneNumber instance as needed to avoid duplicate instances (Fixes #16)

v1.1.1

16 Jan 23:29
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(ci): Add GitHub action workflows for compatibility, linting, and releases.
  • chore(project): Remove composer bloat from repo
  • chore(deps): Bump dependencies

v1.1.0

20 Nov 12:24
ce43ea5
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(funding): Add FUNDING.yml for GitHub sponsors
  • enhance(plugin): Bundle vendor dependencies into release for non-Bedrock support (Fixes #8)
  • enhance(plugin): Refactor and improve the plugin.php autoloader
  • chore(assets): Move assets from dist to public
  • chore(field): Improve field docblocks
  • chore(field): Remove unused $settings property
  • chore(deps): Bump dependencies
  • chore(readme): Improve leading text
  • chore(readme): Add mention of ->toArray()
  • chore(readme): Add manual install instructions

v1.0.8

11 Sep 09:39
69c6ab0
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(phone-number): Add toArray() method for returning phone properties.

v1.0.7

18 Aug 11:11
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(class): Fix the parse method (...sigh)
  • fix(class): Properly return an empty string if the number is invalid on __toString
  • fix(assets): Fix asset versioning
  • fix(class): Gracefully return when the number is invalid while calling a method as a property

Enhancements

  • feat(integration): Add basic display support for Admin Columns Pro
  • enhance(class): Allow passing a phone number through the PhoneNumber construct

v1.0.6

17 Aug 09:09
cb2b386
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(phone): Split the phone number object into a class
  • feat(field): Add default country selection
  • enhance(assets): Use mix manifest when fetching assets

Bug fixes

  • fix(field): Fix potential illegal string offsets