What's Changed
- Add flags to the language dropdown by @kodinkat
- New Merge Interface for All Post Types by @kodinkat
Fixes
- Make sure hidden fields are hidden on new post page by @corsacca
- Show more results in advanced search by @corsacca
- Show Notification when adding users in disabled on a multisite by @kodinkat
- Fix tile title translations by @corsacca
- fix for number fields with a min or max limit by @squigglybob
Dev
- Option to geocode an address to a location when creating or updating a record @kodinkat
- Ipstack api fix by @ChrisChasm
- pre-commit hook to run phcbf fixing phpcs styling issues by @squigglybob
Details
Add flags to the language dropdown by @kodinkat
New Merge Interface for All Post Types by @kodinkat
Merge Contacts, Groups or any record type with another record. On any record click the "Admin Action" dropdown and then "Merge with another record".
Option to geocode an address to a location when creating or updating a record @kodinkat
See docs.
$fields = [
"contact_address" => [
["value" => "Poland", "geolocate" => true] //create
]
]
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.28.0...1.29.0