Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Latest commit

 

History

History
161 lines (122 loc) · 4.39 KB

CHANGELOG.md

File metadata and controls

161 lines (122 loc) · 4.39 KB

NSM Fields Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.0

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0
  • Added type hinting to method arguments and return values for Craft 4.0.0 compatibility

Fixes

  • Fixed issue with Address Fields not working in Matrix

2.0.0-rc3 - 2021.08.16

Fixes

  • Fixes issues with telephone not saving under some circumstances

2.0.0-rc2 - 2021.02.17

Fixes

  • {{ entry.embedField.embedData.code }} is now an array. Use {{ entry.embedField.embedData.code.html }} to get the value

2.0.0-rc1 - 2021.02.16

{warning} v2.0.0 requires "oembed/oembed": "^4.0" which requires "php": "^7.4|^8",. Additionally the return data format has changed due to the updated oembed/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

1.0.2 - 2021.01.19

Fixes

  • MapURL is persisted. #61 - #61 @thomasgoemaere

1.0.1 - 2020.10.28

Fixes

  • Updated asset path

1.0.0 - 2020.10.27

Fixes

  • Asset bundle namespace - Composer 2 support
  • v1 bump to allow for composer updates

0.0.24 - 2020.09.14

Fixes

  • Changed: Autocomplete now fills in street address line 1 instead of 2.

0.0.23 - 2020.09.13

Fixes

  • Fixed Address Autocomplete
  • Fixed Error on Craft 3.4.29.1 (plugin broken) #57 - #58

0.0.21 - 2020.07.31

Fixes

  • Fixed Issue #58 - #58

0.0.20 - 2020.07.23

Fixes

  • Fixed map loading when google hasn't loaded

0.0.19 - 2020.07.23

Updated

  • Added map + marker to Address field

0.0.18 - 2020.07.22

Updated

  • Google API Key Setting can now be set as an $_ENV variables
  • Code clean up

0.0.17 - 2020.07.22

Added

  • New setting to hide Address Place Data

Fixes

  • Disabling AutoComplete breaks things! #43

0.0.16 - 2020.07.21

Fixes

  • Fixes Show Map Url field option
  • Fixes Person Name field spacing - Added flex wrap and margins

0.0.15 - 2020.05.19

Fixes

  • Fixes Neo / Matrix integration

0.0.14 - 2019.01.15

Fixes

  • Fixes #30: Default Country Code doesn't do anything.

0.0.13 - 2019.01.15

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.

0.0.12 - 2019.01.15

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

0.0.11 - 2018.08.21

Added

  • {{ entry.address.country }} object to model

Changed

  • Craft 3.0.20 compatibility
  • Updated commerceguys/addressing to 1.0.1 which should add more stability moving forward
  • Removed symfony/intl in favour of commerceguys/addressing countryRepository

0.0.10 - 2018.1.03

Fixed

  • Fixes #22 Encode all emoticons in shortcodes using LitEmoji
  • Craft 3 RC-13 compatibility

0.0.8 - 2018.6.02

Fixed

  • Fixes #18 Telephone field causes a PHP error when entry is saved

0.0.7 - 2017.12.08

Fixed

  • Fixes #15 Cannot read property 'serialize' of undefined - Address.js:88

0.0.6 - 2017.12.04

Changed

  • Added LICENSE.md

0.0.5 - 2017.12.03

Changed

  • Craft 3 beta 36 compatibility
  • Address Field Updates:
    • Always show country selector
    • Set the default country code for new entries

0.0.4 - 2017.06.31

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 receive null if the value is empty

0.0.3

Added

  • Added embed field

Changed

  • Craft 3 beta 20 compatibility
  • Updated plugin handle to nsm-fields from nsmFields

0.0.2 - 2017.06.12

Fixed

  • Hooked up autocomplete field settings with plugin

0.0.1 - 2017.06.04

Added

  • Initial release