Skip to content

Commit

Permalink
Release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Oct 8, 2021
1 parent d5305ca commit 09e4709
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## 2.8.1 - 2021-10-08

### Changed
- Updated `spicyweb\embeddedassets\events\BeforeCreateAdapterEvent` to allow custom configuration of `Dispatcher` instance
- Updated `spicyweb\embeddedassets\events\BeforeCreateAdapterEvent` to allow custom configuration of `Dispatcher` instance (thanks @qrazi)

## 2.8.0 - 2021-08-02

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-embedded-assets",
"description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
"version": "2.8.0",
"version": "2.8.1",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -24,7 +24,7 @@
"support": {
"issues": "https://github.com/spicywebau/craft-embedded-assets/issues",
"source": "https://github.com/spicywebau/craft-embedded-assets",
"docs": "https://github.com/spicywebau/craft-embedded-assets/blob/2.8.0/README.md",
"docs": "https://github.com/spicywebau/craft-embedded-assets/blob/2.8.1/README.md",
"rss": "https://github.com/spicywebau/craft-embedded-assets/commits/master.atom"
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-embedded-assets",
"version": "2.8.0",
"version": "2.8.1",
"description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
"main": "src/resources/main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/events/BeforeCreateAdapterEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

/**
* @var array
* @since 2.8.1
* @see https://github.com/oscarotero/Embed/tree/3.4.17#the-dispatcher
*/
public $dispatcherConfig = [];
Expand Down

0 comments on commit 09e4709

Please sign in to comment.