Version 2.0.0-rc3
August 16, 2021
Fixes
- Fixes issues with telephone not saving under some circumstances
Version 2.0.0-rc2
February 17, 2021
Fixes
{{ entry.embedField.embedData.code }}
is now an array. Use{{ entry.embedField.embedData.code.html }}
to get the value
Version 2.0.0-rc1
February 16, 2021
v2.0.0 requires
"oembed/oembed": "^4.0"
which requires"php": "^7.4|^8",
. Additionally the return data format has changed due to the updatedoembed/oembed
library. The new format can be found in the https://github.com/newism/craft3-fields/blob/master/README.md. Existing content will still continue to work.
Changes
- Updated dependency on
oembed/oembed
to ^v4.0
Added
- Added new
facebookToken
setting - Added new
instagramToken
setting
Version 1.0.2
January 19, 2021
Fixes
- MapURL is persisted. #61 - https://github.com/newism/craft3-fields/pull/61 @thomasgoemaere
Version 1.0.1
October 28, 2020
Fixes
- Updated asset path
Version 1.0.0
October 27, 2020
Fixes
- Asset bundle namespace - Composer 2 support
- v1 bump to allow for composer updates
Version 0.0.24
September 14, 2020
Fixes
- Changed: Autocomplete now fills in street address line 1 instead of 2.
Version 0.0.23
September 13, 2020
Fixes
- Fixed Address Autocomplete
- Fixed Error on Craft 3.4.29.1 (plugin broken) #57 - https://github.com/newism/craft3-fields/issues/58
Version 0.0.21
July 31, 2020
Fixes
- Fixed Issue #58 - https://github.com/newism/craft3-fields/issues/58
Version 0.0.20
July 23, 2020
Fixes
- Fixed map loading when google hasn't loaded
Version 0.0.19
July 23, 2020
Updated
- Added map + marker to Address field
Version 0.0.18
July 22, 2020
Updated
- Google API Key Setting can now be set as an
$_ENV
variables - Code clean up
Version 0.0.17
July 22, 2020
Added
- New setting to hide Address Place Data
Fixes
- Disabling AutoComplete breaks things! #43
Version 0.0.16
July 21, 2020
Fixes
- Fixes Show Map Url field option
- Fixes Person Name field spacing - Added flex wrap and margins
Version 0.0.15
May 19, 2020
Fixes
- Fixes Neo / Matrix integration
Version 0.0.14
January 15, 2019
Fixes
- Fixes #30: Default Country Code doesn't do anything.
Version 0.0.13
January 15, 2019
Changed
- Fixes #35: latitude & longitude not being saved. Latitude and longitude are now hidden with CSS. The values are saved in the DB. Map Url is now hidden with CSS. The values are saved in the DB.
Version 0.0.12
January 15, 2019
Changed
- Address uses a formatted string for search keywords
- Embed uses the embed title for search keywords
Fixed
- Fixes #39 Adresse cannot contain emoji - Address and Embed now use
StringHelper::encodeMb4
to serialize their DB value
Version 0.0.11
August 21, 2018
Added
{{ entry.address.country }}
object to modelChanged
- Craft 3.0.20 compatibility
- Updated
commerceguys/addressing
to 1.0.1 which should add more stability moving forward - Removed
symfony/intl
in favour ofcommerceguys/addressing
countryRepository
Version 0.0.10
January 3, 2018
Fixed
- Fixes #22 Encode all emoticons in shortcodes using LitEmoji
- Craft 3 RC-13 compatibility
Version 0.0.8
June 2, 2018
Fixed
- Fixes #18 Telephone field causes a PHP error when entry is saved
Version 0.0.7
December 8, 2017
Fixed
- Fixes #15 Cannot read property 'serialize' of undefined - Address.js:88
Version 0.0.6
December 4, 2017
Changed
- Added LICENSE.md
Version 0.0.5
December 3, 2017
Changed
- Craft 3 beta 36 compatibility
- Address Field Updates:
- Always show country selector
- Set the default country code for new entries
Version 0.0.4
July 1, 2017
Added
- Added person name field
- Added gender field
Changed
- Craft 3 beta 23 compatibility
- All fields store
null
in the DB if empty. Templates also receivenull
if the value is empty
Version 0.0.2
June 12, 2017
Fixed
- Hooked up autocomplete field settings with plugin
Version 0.0.1
June 4, 2017
Added
- Initial release