File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
system/expressionengine/third_party/sh_member_group_tabs Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
{
9
9
define ('SH_TABS_NAME ' , 'Member Group Tabs ' );
10
10
define ('SH_TABS_PACKAGE ' , 'sh_member_group_tabs ' );
11
- define ('SH_TABS_VERSION ' , '1.4 ' );
11
+ define ('SH_TABS_VERSION ' , '1.4.1 ' );
12
12
define ('SH_TABS_DOCS ' , 'https://github.com/surprisehighway/member-group-tabs ' );
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -342,6 +342,9 @@ function update_extension($current = '')
342
342
{
343
343
return FALSE ;
344
344
}
345
+
346
+ ee ()->db ->where ('class ' , 'Sh_member_group_tabs_ext ' );
347
+ ee ()->db ->update ('extensions ' , array ('version ' => $ this ->version ));
345
348
}
346
349
347
350
// ----------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments