Skip to content

Commit 486f2cc

Browse files
committed
version 2.6.0.3
1 parent 1f6919a commit 486f2cc

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.6.0.3 - 2020-08-10
4+
5+
### Fixed
6+
- Fix error when rebuilding project config.
7+
38
## 2.6.0.2 - 2020-08-10
49

510
### Fixed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/super-table",
33
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
44
"type": "craft-plugin",
5-
"version": "2.6.0.2",
5+
"version": "2.6.0.3",
66
"keywords": [
77
"craft",
88
"cms",

src/helpers/ProjectConfigData.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
namespace verbb\supertable\helpers;
33

4+
use verbb\supertable\SuperTable;
45
use verbb\supertable\elements\SuperTableBlockElement;
56

67
use Craft;

0 commit comments

Comments
 (0)