Skip to content

Commit

Permalink
version 2.6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Aug 10, 2020
1 parent 1f6919a commit 486f2cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.6.0.3 - 2020-08-10

### Fixed
- Fix error when rebuilding project config.

## 2.6.0.2 - 2020-08-10

### Fixed
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": "verbb/super-table",
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
"type": "craft-plugin",
"version": "2.6.0.2",
"version": "2.6.0.3",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 1 addition & 0 deletions src/helpers/ProjectConfigData.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
namespace verbb\supertable\helpers;

use verbb\supertable\SuperTable;
use verbb\supertable\elements\SuperTableBlockElement;

use Craft;
Expand Down

0 comments on commit 486f2cc

Please sign in to comment.