Skip to content

Commit

Permalink
Push version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasNo1 committed Mar 2, 2020
1 parent 7c491c8 commit aff7e14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.0.3 - 2020-03-02
- Fixed exception when entry due to publish has been deleted

## 2.0.2 - 2019-09-16
### Fixed
- Wrong permission check that resulted in non-admin users not having permission to publish entries
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": "goldinteractive/craft3-publisher",
"description": "",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"type": "craft-plugin",
"require": {
Expand All @@ -15,7 +15,7 @@
"extra": {
"handle": "publisher",
"name": "Publisher",
"schemaVersion": "2.0.2",
"schemaVersion": "2.0.3",
"developer": "Gold Interactive",
"developerUrl": "http://goldinteractive.ch",
"class": "goldinteractive\\publisher\\Publisher"
Expand Down

0 comments on commit aff7e14

Please sign in to comment.