Skip to content

Commit

Permalink
updated version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ammannbe committed Sep 14, 2022
1 parent e06fdb8 commit 21a62c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1.1 - 2022-09-14

- Fixed field "posterName" in new installations
- Updated Version & Changelog

## 2.1.0 - 2022-09-12

- Added new field "posterName"
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.1.0",
"version": "2.1.1",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/HOMMSocialFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HOMMSocialFeed extends Plugin
/**
* @var string
*/
public string $schemaVersion = '2.1.0';
public string $schemaVersion = '2.1.1';

/**
* @var bool
Expand Down

0 comments on commit 21a62c7

Please sign in to comment.