Skip to content

Commit 6529aaf

Browse files
authored
[5.4] fix version (joomla#46425)
Due to a typo the version was not set correctly in joomla#45762 and joomla#45801 Signed-off-by: BrianTeeman <[email protected]>
1 parent 7708e3c commit 6529aaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

administrator/modules/mod_logged/src/Dispatcher/Dispatcher.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Dispatcher class for mod_logged
2626
*
27-
* @since __DEPLOY_VERSION_
27+
* @since 5.4.0
2828
*/
2929
class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareInterface
3030
{
@@ -35,7 +35,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI
3535
*
3636
* @return void
3737
*
38-
* @since __DEPLOY_VERSION_
38+
* @since 5.4.0
3939
*/
4040
public function dispatch()
4141
{
@@ -81,7 +81,7 @@ public function dispatch()
8181
*
8282
* @return array
8383
*
84-
* @since __DEPLOY_VERSION_
84+
* @since 5.4.0
8585
*/
8686
protected function getLayoutData()
8787
{

0 commit comments

Comments
 (0)