Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmrtn committed Feb 6, 2023
1 parent 81fe66b commit 3b8963e
Show file tree
Hide file tree
Showing 3 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 @@
# craftagram Changelog

## 2.0.2 - 2023-02-06
- Fix settings URL (#61)

## 2.0.1 - 2022-12-12
- Fix error typing

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": "scaramangagency/craftagram",
"description": "Grab Instagram content through the Instagram Basic Display API",
"type": "craft-plugin",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/Craftagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function afterSaveSettings(): void {
}

public function getSettingsResponse(): mixed {
Craft::$app->controller->redirect(UrlHelper::cpUrl('craftagram/settings'));
return Craft::$app->controller->redirect(UrlHelper::cpUrl('craftagram/settings'));
}

// Protected Methods
Expand Down

0 comments on commit 3b8963e

Please sign in to comment.