@@ -37,7 +37,7 @@ class LatestHelper
3737 *
3838 * @return mixed An array of articles, or false on error.
3939 *
40- * @since __DEPLOY_VERSION__
40+ * @since 5.4.0
4141 */
4242 public function getArticles (Registry $ params , ArticlesModel $ model , CMSApplicationInterface $ app ): mixed
4343 {
@@ -115,7 +115,7 @@ public function getArticles(Registry $params, ArticlesModel $model, CMSApplicati
115115 *
116116 * @return string The alternate title for the module.
117117 *
118- * @since __DEPLOY_VERSION__
118+ * @since 5.4.0
119119 */
120120 public function getModuleTitle (Registry $ params , CMSApplicationInterface $ app ): string
121121 {
@@ -148,7 +148,7 @@ public function getModuleTitle(Registry $params, CMSApplicationInterface $app):
148148 *
149149 * @return mixed An array of articles, or false on error.
150150 *
151- * @deprecated __DEPLOY_VERSION__ will be removed in 7.0
151+ * @deprecated 5.4.0 will be removed in 7.0
152152 * Use the non-static method getArticles
153153 * Example: Factory::getApplication()->bootModule('mod_latest', 'administrator')
154154 * ->getHelper('LatestHelper')
@@ -166,7 +166,7 @@ public static function getList(Registry $params, ArticlesModel $model)
166166 *
167167 * @return string The alternate title for the module.
168168 *
169- * @deprecated __DEPLOY_VERSION__ will be removed in 7.0
169+ * @deprecated 5.4.0 will be removed in 7.0
170170 * Use the non-static method getModuleTitle
171171 * Example: Factory::getApplication()->bootModule('mod_latest', 'administrator')
172172 * ->getHelper('LatestHelper')
0 commit comments