Release of v5.1.1-beta4
Fix the FieldXML interface mismatch. #1228. Adds Initialize, Reset, and Push functionality to the Repository entities.
This commit is contained in:
@ -36,7 +36,8 @@ $headers = [
|
||||
'ClassExtends' => 'COM_COMPONENTBUILDER_INITIALIZE_CLASS_EXTENDS',
|
||||
'ClassProperty' => 'COM_COMPONENTBUILDER_INITIALIZE_CLASS_PROPERTIES',
|
||||
'ClassMethod' => 'COM_COMPONENTBUILDER_INITIALIZE_CLASS_METHODS',
|
||||
'Placeholder' => 'COM_COMPONENTBUILDER_INITIALIZE_PLACEHOLDERS'
|
||||
'Placeholder' => 'COM_COMPONENTBUILDER_INITIALIZE_PLACEHOLDERS',
|
||||
'Repository' => 'COM_COMPONENTBUILDER_INITIALIZE_REPOSITORIES'
|
||||
];
|
||||
|
||||
// Fetch and translate header if area is defined and mapped
|
||||
|
Reference in New Issue
Block a user