Skip to content

Commit

Permalink
Fixed Exception which occurred while saving a user. #16
Browse files Browse the repository at this point in the history
  • Loading branch information
internetztube committed May 11, 2022
1 parent 2e15de7 commit 9fd2679
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ 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/).

# 1.3.6 - 2022-05-11
### Fixed
- Fixed Exception which occurred while saving a user. [#16](https://github.com/internetztube/craft-element-relations/issues/16)

# 1.3.5 - 2022-04-11
### Fixed
- Fixed utilities total count mismatch. #13
- Fix percentage of CreateRefreshElementRelationsJobsJob. #15
- Fixed utilities total count mismatch. [#13](https://github.com/internetztube/craft-element-relations/issues/13)
- Fix percentage of CreateRefreshElementRelationsJobsJob. [#15](https://github.com/internetztube/craft-element-relations/issues/15)

## 1.3.4 - 2022-04-11
### Updated
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": "internetztube/craft-element-relations",
"description": "Shows all relations of an element.",
"type": "craft-plugin",
"version": "1.3.5",
"version": "1.3.6",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 0 additions & 1 deletion src/ElementRelations.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ private function registerUserEvents(): void
// rebuild cache of new relations
if ($user->photoId) {
RefreshElementRelationsJob::createJob($user->photoId);
Craft::$app->getQueue()->delay(10)->priority(4096)->push($job);
}
});
}
Expand Down

0 comments on commit 9fd2679

Please sign in to comment.