Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Sep 8, 2022
2 parents 39e3d78 + 16827b6 commit 90df24a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.3.1
## 09/08/2022

1. [](#bugfix)
* Fixed `covnertUrls` action

# v1.3.0
## 06/14/2022

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Flex Objects
slug: flex-objects
type: plugin
version: 1.3.0
version: 1.3.1
description: Flex Objects plugin allows you to manage Flex Objects in Grav Admin.
icon: list-alt
author:
Expand Down
2 changes: 1 addition & 1 deletion classes/Admin/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ public function taskConfigure(): void
*
* @return ResponseInterface
*/
public function taskConvertUrls(): ResponseInterface
public function actionConvertUrls(): ResponseInterface
{
$directory = $this->getDirectory();
if (!$directory) {
Expand Down

0 comments on commit 90df24a

Please sign in to comment.