File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
com_finder/src/View/Index
com_postinstall/src/Model
components/com_tags/src/Service Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class HtmlView extends BaseHtmlView
6060 * The id of the content - finder plugin in mysql
6161 *
6262 * @var integer
63- * @since __DEPLOY_VERSION__
63+ * @since 4.0.0
6464 */
6565 protected $ finderPluginId = 0 ;
6666
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ public function getItems()
194194 *
195195 * @return integer
196196 *
197- * @since __DEPLOY_VERSION__
197+ * @since 4.0.0
198198 */
199199 public function getItemsCount ()
200200 {
Original file line number Diff line number Diff line change 66 <authorUrl >www.joomla.org</authorUrl >
77 <copyright >(C) 2019 Open Source Matters, Inc.</copyright >
88 <license >GNU General Public License version 2 or later; see LICENSE.txt</license >
9- <version >4.0.0-rc2-dev </version >
9+ <version >4.0.0-rc2</version >
1010 <creationDate >June 2021</creationDate >
1111 <description >FILES_JOOMLA_XML_DESCRIPTION</description >
1212
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Router extends RouterBase
3131 *
3232 * @var DatabaseInterface
3333 *
34- * @since __DEPLOY_VERSION__
34+ * @since 4.0.0
3535 */
3636 private $ db ;
3737
Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ final class Version
6161 * @var string
6262 * @since 3.8.0
6363 */
64- const EXTRA_VERSION = 'rc2-dev ' ;
64+ const EXTRA_VERSION = 'rc2 ' ;
6565
6666 /**
6767 * Development status.
6868 *
6969 * @var string
7070 * @since 3.5
7171 */
72- const DEV_STATUS = 'Development ' ;
72+ const DEV_STATUS = 'Release Candidate ' ;
7373
7474 /**
7575 * Code name.
@@ -85,15 +85,15 @@ final class Version
8585 * @var string
8686 * @since 3.5
8787 */
88- const RELDATE = '1 -June-2021 ' ;
88+ const RELDATE = '15 -June-2021 ' ;
8989
9090 /**
9191 * Release time.
9292 *
9393 * @var string
9494 * @since 3.5
9595 */
96- const RELTIME = '20:47 ' ;
96+ const RELTIME = '16:02 ' ;
9797
9898 /**
9999 * Release timezone.
You can’t perform that action at this time.
0 commit comments