Skip to content

Commit

Permalink
Fix an issue with adding a user extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdraper committed Aug 31, 2018
1 parent 483bbc7 commit eaddd55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tjdraper/executive-ee",
"version": "2.0.5",
"version": "2.0.6",
"description": "Run ExpressionEngine tasks from the command line",
"type": "ee-add-on",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions executive/SchemaDesign/ExtensionDesigner.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public function add()
'class' => 'Executive_ext',
'method' => "userExtensionRouting__{$this->queryBuilder->insert_id()}",
'hook' => $this->extHook,
'settings' => '',
'priority' => $this->extPriority,
'version' => EXECUTIVE_VER,
'enabled' => 'y',
Expand Down
2 changes: 1 addition & 1 deletion executive/addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"namespace": "BuzzingPixel\\Executive",
"settingsExist": true,
"releaseFeedUrl": "https://buzzingpixel.com/software/executive-ee/changelog/feed",
"version": "2.0.4"
"version": "2.0.6"
}

0 comments on commit eaddd55

Please sign in to comment.