Release of v5.0.1-beta1
Fix subform set methods. Improved the Joomla Power Push path. Fix the metadata, metadesc, metakey database issue.
This commit is contained in:
@@ -1558,7 +1558,6 @@ final class Table extends BaseTable implements Tableinterface
|
||||
'tab_name' => 'publishing',
|
||||
'db' => [
|
||||
'type' => 'TEXT',
|
||||
'default' => '',
|
||||
],
|
||||
],
|
||||
'metadesc' => [
|
||||
@@ -1570,7 +1569,6 @@ final class Table extends BaseTable implements Tableinterface
|
||||
'tab_name' => 'publishing',
|
||||
'db' => [
|
||||
'type' => 'TEXT',
|
||||
'default' => '',
|
||||
],
|
||||
],
|
||||
'metadata' => [
|
||||
@@ -1582,7 +1580,6 @@ final class Table extends BaseTable implements Tableinterface
|
||||
'tab_name' => 'publishing',
|
||||
'db' => [
|
||||
'type' => 'TEXT',
|
||||
'default' => '',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user