Skip to content

Commit

Permalink
Merge branch 'release/v1.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-claeyssens committed Oct 28, 2020
2 parents 5b3ae55 + 1142548 commit 433a9e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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": "storychief/craft-cms-v3-storychief",
"description": "Craft CMS plugin to use with Storychief",
"type": "craft-plugin",
"version": "1.0.7",
"version": "1.0.8",
"keywords": [
"craft",
"cms",
Expand Down
3 changes: 2 additions & 1 deletion src/storychief/FieldTypes/LightswitchStoryChiefFieldType.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php namespace storychief\storychiefv3\storychief\FieldTypes;

use craft\base\Field;
use craft\base\Field;
use storychief\storychiefv3\storychief\Helpers\StoryChiefHelper;

class LightswitchStoryChiefFieldType implements StoryChiefFieldTypeInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/storychief/Helpers/StoryChiefHelper.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace storychief\storychiefv3\helpers;
<?php namespace storychief\storychiefv3\storychief\Helpers;

class StoryChiefHelper
{
Expand Down

0 comments on commit 433a9e1

Please sign in to comment.