Skip to content

Commit f0dcfff

Browse files
committed
Release 2.7.0
1 parent 1678894 commit f0dcfff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.7.0 - 2021-06-02
44

55
### Added
6-
- Added the `iframeCode` and `iframeSrc` fields for GraphQL queries, which take a `params` argument in the same format as an embedded asset model's `getIframeCode()` and `getIframeSrc()` method
6+
- Added the `iframeCode` and `iframeSrc` fields for GraphQL queries, which take a `params` argument in the same format as an embedded asset model's `getIframeCode()` and `getIframeSrc()` methods
77

88
### Changed
99
- Embedded Assets now requires Embed 3.4.17 or any later Embed 3 version

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spicyweb/craft-embedded-assets",
33
"description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
4-
"version": "2.6.1",
4+
"version": "2.7.0",
55
"type": "craft-plugin",
66
"keywords": [
77
"cms",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craft-embedded-assets",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
55
"main": "src/resources/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)