Skip to content

Commit 3dda241

Browse files
committed
version 1.0.5
1 parent cb72514 commit 3dda241

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.json

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"version": "1.0.5",
4+
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/1.0.5.zip",
5+
"date": "2017-06-23T09:00:00+10:00",
6+
"notes": [
7+
"[Improved] [Feed Me](http://sgroup.com.au/plugins/feedme) 2.0.6 support.",
8+
"[Improved] Minor migration fix for pre 0.4.0."
9+
]
10+
},
211
{
312
"version": "1.0.4",
413
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/1.0.4.zip",

supertable/SuperTablePlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function getName()
1414

1515
public function getVersion()
1616
{
17-
return '1.0.4';
17+
return '1.0.5';
1818
}
1919

2020
public function getSchemaVersion()

0 commit comments

Comments
 (0)