Skip to content

Commit 1ca08d2

Browse files
committed
Update manifest file
Signed-off-by: Roland Dalmulder <[email protected]>
1 parent 13941c2 commit 1ca08d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class PullModel extends AbstractModel
7676
* The namespace mapper
7777
*
7878
* @var \JNamespacePsr4Map
79-
* @since __DEPLOY_VERSION__
79+
* @since 4.0.0
8080
*/
8181
protected $namespaceMapper;
8282

@@ -86,7 +86,7 @@ class PullModel extends AbstractModel
8686
* @param Registry $state The model state.
8787
* @param \JDatabaseDriver $db The database adpater.
8888
*
89-
* @since __DEPLOY_VERSION__
89+
* @since 4.0.0
9090
*/
9191
public function __construct(Registry $state = null, \JDatabaseDriver $db = null)
9292
{

manifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<description>Joomla! CMS Patch Tester Component</description>
4040
<element>com_patchtester</element>
4141
<type>component</type>
42-
<version>4.0.0-rc2</version>
42+
<version>4.0.0-rc3</version>
4343
<client>administrator</client>
44-
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.0.0-rc2</infourl>
44+
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.0.0-rc3</infourl>
4545
<downloads>
46-
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.0.0-rc2/com_patchtester.zip</downloadurl>
46+
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.0.0-rc3/com_patchtester.zip</downloadurl>
4747
</downloads>
48-
<sha384>568b142e1e0571d4539ddc135f89ffddd051d67992efb58a1b73e0924aef87e96a9036920d23f4f93da157103782e333</sha384>
48+
<sha384>d2a876349732653702200f1356a82485fe2d8b16d1d17180d97a3be3bc6caa5440f5c094ed19ab52d481d339a7cbbd8e</sha384>
4949
<tags>
5050
<tag>rc2</tag>
5151
</tags>

0 commit comments

Comments
 (0)