From dac87109795fa0df4f7be39a349e44f5d7b7fdfe Mon Sep 17 00:00:00 2001 From: BrianTeeman Date: Tue, 10 Feb 2026 10:32:49 +0000 Subject: [PATCH] [5.4] Deploy_version in #45762 the placeholder for __DEPLOY_VERSION__ was missing a _ as a result when 5.4.0 was released the version number was not inserted this simple PR inserts the correct version number code review only Signed-off-by: BrianTeeman --- .../modules/mod_latest/src/Dispatcher/Dispatcher.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/administrator/modules/mod_latest/src/Dispatcher/Dispatcher.php b/administrator/modules/mod_latest/src/Dispatcher/Dispatcher.php index 31e02211d4526..32dcf206fe0f8 100644 --- a/administrator/modules/mod_latest/src/Dispatcher/Dispatcher.php +++ b/administrator/modules/mod_latest/src/Dispatcher/Dispatcher.php @@ -35,7 +35,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI * * @return void * - * @since __DEPLOY_VERSION_ + * @since 5.4.0 */ public function dispatch() { @@ -86,7 +86,7 @@ public function dispatch() * * @return array * - * @since __DEPLOY_VERSION_ + * @since 5.4.0 */ protected function getLayoutData() {