Skip to content

Commit 406fcdd

Browse files
committed
Release 5.2.0 Beta 1
1 parent 71b41e8 commit 406fcdd

File tree

49 files changed

+244
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+244
-106
lines changed

administrator/components/com_associations/src/View/Associations/HtmlView.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class HtmlView extends BaseHtmlView
7070
*
7171
* @var string
7272
*
73-
* @since __DEPLOY_VERSION__
73+
* @since 5.2.0
7474
*/
7575
public $extensionName;
7676

@@ -79,7 +79,7 @@ class HtmlView extends BaseHtmlView
7979
*
8080
* @var string
8181
*
82-
* @since __DEPLOY_VERSION__
82+
* @since 5.2.0
8383
*/
8484
public $typeName;
8585

@@ -88,7 +88,7 @@ class HtmlView extends BaseHtmlView
8888
*
8989
* @var string[]
9090
*
91-
* @since __DEPLOY_VERSION__
91+
* @since 5.2.0
9292
*/
9393
public $typeSupports;
9494

@@ -97,7 +97,7 @@ class HtmlView extends BaseHtmlView
9797
*
9898
* @var string[]
9999
*
100-
* @since __DEPLOY_VERSION__
100+
* @since 5.2.0
101101
*/
102102
public $typeFields;
103103

administrator/components/com_categories/src/View/Category/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class HtmlView extends BaseHtmlView
8181
*
8282
* @var string[]
8383
*
84-
* @since __DEPLOY_VERSION__
84+
* @since 5.2.0
8585
*/
8686
public $ignore_fieldsets = [];
8787

administrator/components/com_config/src/View/Component/HtmlView.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class HtmlView extends BaseHtmlView
5656
*
5757
* @var object[]
5858
*
59-
* @since __DEPLOY_VERSION__
59+
* @since 5.2.0
6060
*/
6161
public $fieldsets;
6262

@@ -65,7 +65,7 @@ class HtmlView extends BaseHtmlView
6565
*
6666
* @var string
6767
*
68-
* @since __DEPLOY_VERSION__
68+
* @since 5.2.0
6969
*/
7070
public $formControl;
7171

@@ -74,7 +74,7 @@ class HtmlView extends BaseHtmlView
7474
*
7575
* @var string
7676
*
77-
* @since __DEPLOY_VERSION__
77+
* @since 5.2.0
7878
*/
7979
public $return;
8080

administrator/components/com_contact/src/View/Contact/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class HtmlView extends BaseHtmlView
5757
*
5858
* @var string[]
5959
*
60-
* @since __DEPLOY_VERSION__
60+
* @since 5.2.0
6161
*/
6262
public $ignore_fieldsets = [];
6363

administrator/components/com_content/src/View/Article/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class HtmlView extends BaseHtmlView
7474
*
7575
* @var string[]
7676
*
77-
* @since __DEPLOY_VERSION__
77+
* @since 5.2.0
7878
*/
7979
public $ignore_fieldsets = [];
8080

administrator/components/com_finder/src/View/Filter/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class HtmlView extends BaseHtmlView
7979
*
8080
* @var string[]
8181
*
82-
* @since __DEPLOY_VERSION__
82+
* @since 5.2.0
8383
*/
8484
public $ignore_fieldsets = [];
8585

administrator/components/com_installer/src/View/Discover/HtmlView.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class HtmlView extends InstallerViewDefault
2929
*
3030
* @var array
3131
*
32-
* @since __DEPLOY_VERSION__
32+
* @since 5.2.0
3333
*/
3434
protected $items;
3535

@@ -38,7 +38,7 @@ class HtmlView extends InstallerViewDefault
3838
*
3939
* @var \Joomla\CMS\Pagination\Pagination
4040
*
41-
* @since __DEPLOY_VERSION__
41+
* @since 5.2.0
4242
*/
4343
protected $pagination;
4444

administrator/components/com_mails/src/Field/MailtemplateLayoutField.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
* Form Field to display a list of the layouts for a field from
2626
* the extension or template overrides.
2727
*
28-
* @since __DEPLOY_VERSION__
28+
* @since 5.2.0
2929
*/
3030
class MailtemplateLayoutField extends FormField
3131
{
3232
/**
3333
* The form field type.
3434
*
3535
* @var string
36-
* @since __DEPLOY_VERSION__
36+
* @since 5.2.0
3737
*/
3838
protected $type = 'MailtemplateLayout';
3939

@@ -42,7 +42,7 @@ class MailtemplateLayoutField extends FormField
4242
*
4343
* @return string The field input.
4444
*
45-
* @since __DEPLOY_VERSION__
45+
* @since 5.2.0
4646
*/
4747
protected function getInput()
4848
{

administrator/components/com_menus/src/View/Item/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class HtmlView extends BaseHtmlView
7878
*
7979
* @var string[]
8080
*
81-
* @since __DEPLOY_VERSION__
81+
* @since 5.2.0
8282
*/
8383
public $ignore_fieldsets = [];
8484

administrator/components/com_modules/src/View/Module/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class HtmlView extends BaseHtmlView
6464
*
6565
* @var string[]
6666
*
67-
* @since __DEPLOY_VERSION__
67+
* @since 5.2.0
6868
*/
6969
public $ignore_fieldsets = [];
7070

0 commit comments

Comments
 (0)