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

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leevigraham authored Feb 19, 2021
1 parent 6ae3bcd commit 8039ca3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0-rc2 - 2021.02.17

> 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](README.md). Existing content will still continue to work.
### 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

> 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](README.md). Existing content will still continue to work.
Expand All @@ -12,8 +19,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Updated dependency on `oembed/oembed` to ^v4.0

### Added
- Added new facebookToken setting
- Added new instagramToken setting
- Added new `facebookToken` setting
- Added new `instagramToken` setting

## 1.0.2 - 2021.01.19
### Fixes
Expand Down

0 comments on commit 8039ca3

Please sign in to comment.