From 4ba5c2d94253b7d67655782101a0bf942b3d1c19 Mon Sep 17 00:00:00 2001 From: reganlawton Date: Mon, 29 Jun 2020 19:37:40 +1000 Subject: [PATCH] v1.3.3 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6235f..38f1a8b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # oEmbed Changelog +## 1.3.3 - 2020-06-29 + +### Updated +- Fix to GraphQL bug caused by PHP NULL coalescing operator from issue ([#46](https://github.com/wrav/oembed/issues/46)). + ## 1.3.2 - 2020-06-05 ### Updated diff --git a/composer.json b/composer.json index 41e3185..816addc 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "wrav/oembed", "description": "A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.", "type": "craft-plugin", - "version": "1.3.2", + "version": "1.3.3", "keywords": [ "craft", "cms",