Skip to content

1.12.1

Choose a tag to compare

@agileware-justin agileware-justin released this 31 Aug 04:22
· 168 commits to main since this release

v1.12.1 — Upgrade reliability fix

Ensures the "Country Name" default for Address Field - Country Value (introduced in 1.12.0) is applied reliably on all installations, regardless of how the update is deployed (WordPress admin update, WP-CLI, git pull, or manual file upload).

Fixed

  • The previous migration only ran when an update went through WordPress' own Plugin_Upgrader process. Sites updated via git pull, WP-CLI, or manual file upload never triggered it, so civicrm_address_country_format could be left unset on those installs.
  • Added a second, deployment-method-independent migration path (via Gravity Forms' Add-On Framework), so the default is now persisted correctly no matter how the update reaches the site.

No settings or behaviour changes for sites that already updated successfully to 1.12.0.

Full Changelog: 1.12.0...1.12.1