Skip to content

Commit

Permalink
fixed typo in elements/SocialFeed
Browse files Browse the repository at this point in the history
  • Loading branch information
ammannbe committed Jul 22, 2022
1 parent 8883457 commit bde6fac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1 - 2022-07-22

- Fixed TypeError in elements/SocialFeed

## 2.0.0 - 2022-07-22

- Craft CMS 4 ready
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "homm/hommsocialfeed",
"description": "Craft CMS Social Feed Adapter for juicer.io",
"type": "craft-plugin",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/elements/SocialFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class SocialFeed extends Element
/**
* @var array|null Additional photos URL
*/
public ?array $additionalPhotos = null;
public $additionalPhotos = null;

/**
* @var string|null Video URL
Expand Down

0 comments on commit bde6fac

Please sign in to comment.