Skip to content

Commit a6b349a

Browse files
author
Michael Babker
committed
Tag 3.0 beta 3
1 parent 754242e commit a6b349a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

administrator/components/com_patchtester/PatchTester/Model/PullsModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct($context, Registry $state = null, \JDatabaseDriver $
5757
*
5858
* @return array
5959
*
60-
* @since __DEPLOY_VERSION__
60+
* @since 3.0.0
6161
*/
6262
public function getBranches()
6363
{

administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PullsHtmlView extends DefaultHtmlView
2424
* Array containing the list of branches
2525
*
2626
* @var array
27-
* @since __DEPLOY_VERSION__
27+
* @since 3.0.0
2828
*/
2929
protected $branches = array();
3030

administrator/components/com_patchtester/patchtester.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension type="component" version="3.6" method="upgrade">
33
<name>com_patchtester</name>
44
<author>Joomla! Project</author>
5-
<creationDate>04-February-2017</creationDate>
5+
<creationDate>31-May-2017</creationDate>
66
<copyright>(C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2017 Open Source Matters, Inc. All rights reserved.</copyright>
77
<license>GNU General Public License version 2 or later</license>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>https://www.joomla.org</authorUrl>
10-
<version>3.0.0-beta3-dev</version>
10+
<version>3.0.0-beta3</version>
1111
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
1212
<scriptfile>script.php</scriptfile>
1313
<install>

0 commit comments

Comments
 (0)