diff --git a/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php b/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php index 219c2000a010f..d188d934f934b 100644 --- a/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php +++ b/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php @@ -1818,7 +1818,7 @@ public function collectError(string $context, \Throwable $error) * * @return void * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 * @throws \RuntimeException */ private function checkPackageFileZip(string $filePath) @@ -1850,7 +1850,7 @@ private function checkPackageFileZip(string $filePath) * @return void * * @see https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT - * @since __DEPLOY_VERSION__ + * @since 4.4.0 * @throws \RuntimeException */ private function checkPackageFileNoZip(string $filePath) @@ -2015,7 +2015,7 @@ private function checkPackageFileNoZip(string $filePath) * * @return void * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 * @throws \RuntimeException */ private function checkManifestXML(string $manifest) diff --git a/administrator/manifests/files/joomla.xml b/administrator/manifests/files/joomla.xml index b8eb2ec7d163c..48a170dc0f0bb 100644 --- a/administrator/manifests/files/joomla.xml +++ b/administrator/manifests/files/joomla.xml @@ -6,7 +6,7 @@ www.joomla.org (C) 2019 Open Source Matters, Inc. GNU General Public License version 2 or later; see LICENSE.txt - 4.4.0-beta3-dev + 4.4.0-beta3 2023-09 FILES_JOOMLA_XML_DESCRIPTION diff --git a/libraries/src/Event/MultiFactor/BeforeDisplayMethods.php b/libraries/src/Event/MultiFactor/BeforeDisplayMethods.php index f9b881da14290..7bec4b5e44eda 100644 --- a/libraries/src/Event/MultiFactor/BeforeDisplayMethods.php +++ b/libraries/src/Event/MultiFactor/BeforeDisplayMethods.php @@ -46,7 +46,7 @@ public function __construct(User $user) * @return User * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setUser(User $value): User @@ -64,7 +64,7 @@ public function setUser(User $value): User * @param User $value The value to validate * * @return User - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetUser(User $value): User { diff --git a/libraries/src/Event/MultiFactor/Callback.php b/libraries/src/Event/MultiFactor/Callback.php index c5f59965a1abd..8724e2280574f 100644 --- a/libraries/src/Event/MultiFactor/Callback.php +++ b/libraries/src/Event/MultiFactor/Callback.php @@ -43,7 +43,7 @@ public function __construct(string $method) * @throws \DomainException * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setMethod(string $value): string @@ -62,7 +62,7 @@ public function setMethod(string $value): string * * @return string * @throws \DomainException - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetMethod(string $value): string { diff --git a/libraries/src/Event/MultiFactor/Captive.php b/libraries/src/Event/MultiFactor/Captive.php index 2d9d542e729b1..b0bc4e3c6c29a 100644 --- a/libraries/src/Event/MultiFactor/Captive.php +++ b/libraries/src/Event/MultiFactor/Captive.php @@ -55,7 +55,7 @@ public function __construct(MfaTable $record) * @return MfaTable * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setRecord(MfaTable $value): MfaTable @@ -73,7 +73,7 @@ public function setRecord(MfaTable $value): MfaTable * @param MfaTable $value The value to validate * * @return MfaTable - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetRecord(MfaTable $value): MfaTable { diff --git a/libraries/src/Event/MultiFactor/GetSetup.php b/libraries/src/Event/MultiFactor/GetSetup.php index 50b320413c57a..cc9e0798145f4 100644 --- a/libraries/src/Event/MultiFactor/GetSetup.php +++ b/libraries/src/Event/MultiFactor/GetSetup.php @@ -55,7 +55,7 @@ public function __construct(MfaTable $record) * @return MfaTable * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setRecord(MfaTable $value): MfaTable @@ -73,7 +73,7 @@ public function setRecord(MfaTable $value): MfaTable * @param MfaTable $value The value to validate * * @return MfaTable - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetRecord(MfaTable $value): MfaTable { diff --git a/libraries/src/Event/MultiFactor/SaveSetup.php b/libraries/src/Event/MultiFactor/SaveSetup.php index 8f106a5f1bfdc..a95cb5864da94 100644 --- a/libraries/src/Event/MultiFactor/SaveSetup.php +++ b/libraries/src/Event/MultiFactor/SaveSetup.php @@ -59,7 +59,7 @@ public function __construct(MfaTable $record, Input $input) * @return MfaTable * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setRecord(MfaTable $value): MfaTable @@ -79,7 +79,7 @@ public function setRecord(MfaTable $value): MfaTable * @return Input * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setInput(Input $value): Input @@ -97,7 +97,7 @@ public function setInput(Input $value): Input * @param MfaTable $value The value to validate * * @return MfaTable - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetRecord(MfaTable $value): MfaTable { @@ -110,7 +110,7 @@ protected function onSetRecord(MfaTable $value): MfaTable * @param Input $value The value to validate * * @return Input - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetInput(Input $value): Input { diff --git a/libraries/src/Event/MultiFactor/Validate.php b/libraries/src/Event/MultiFactor/Validate.php index d2a3d858cd184..359b2c56db3f5 100644 --- a/libraries/src/Event/MultiFactor/Validate.php +++ b/libraries/src/Event/MultiFactor/Validate.php @@ -59,7 +59,7 @@ public function __construct(MfaTable $record, User $user, string $code) * @return MfaTable * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setRecord(MfaTable $value): MfaTable @@ -79,7 +79,7 @@ public function setRecord(MfaTable $value): MfaTable * @return User * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setUser(User $value): User @@ -99,7 +99,7 @@ public function setUser(User $value): User * @return string|null * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setCode(?string $value): ?string @@ -114,7 +114,7 @@ public function setCode(?string $value): ?string * @param MfaTable $value The value to validate * * @return MfaTable - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetRecord(MfaTable $value): MfaTable { @@ -127,7 +127,7 @@ protected function onSetRecord(MfaTable $value): MfaTable * @param User $value The value to validate * * @return User - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetUser(User $value): User { @@ -140,7 +140,7 @@ protected function onSetUser(User $value): User * @param string|null $value The value to validate * * @return string|null - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetCode(?string $value): ?string { diff --git a/libraries/src/Event/QuickIcon/GetIconEvent.php b/libraries/src/Event/QuickIcon/GetIconEvent.php index 535dece36609a..d1d92295d0a81 100644 --- a/libraries/src/Event/QuickIcon/GetIconEvent.php +++ b/libraries/src/Event/QuickIcon/GetIconEvent.php @@ -55,7 +55,7 @@ public function __construct(string $name, array $arguments = []) * * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ public function setContext(string $value) @@ -74,7 +74,7 @@ public function setContext(string $value) * * @return string * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetContext(string $value) { diff --git a/libraries/src/Event/Result/ResultAware.php b/libraries/src/Event/Result/ResultAware.php index c962bfb5f9726..21767c2a41f90 100644 --- a/libraries/src/Event/Result/ResultAware.php +++ b/libraries/src/Event/Result/ResultAware.php @@ -87,7 +87,7 @@ public function addResult($data): void * @return array * @since 4.2.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setResult(array $value) @@ -121,7 +121,7 @@ protected function setResult(array $value) * @param array $value The new result array. * * @return array - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetResult(array $value) { diff --git a/libraries/src/Event/Table/AbstractEvent.php b/libraries/src/Event/Table/AbstractEvent.php index a7b3d7bafdc23..dce6e7da1eb1a 100644 --- a/libraries/src/Event/Table/AbstractEvent.php +++ b/libraries/src/Event/Table/AbstractEvent.php @@ -49,7 +49,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException If the argument is not of the expected type. * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setSubject($value) @@ -70,7 +70,7 @@ protected function setSubject($value) * * @throws \BadMethodCallException If the argument is not of the expected type. * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetSubject($value): TableInterface { diff --git a/libraries/src/Event/Table/AfterLoadEvent.php b/libraries/src/Event/Table/AfterLoadEvent.php index f665cc11767a0..5fdfdf59ba2b8 100644 --- a/libraries/src/Event/Table/AfterLoadEvent.php +++ b/libraries/src/Event/Table/AfterLoadEvent.php @@ -55,7 +55,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setResult($value) @@ -72,7 +72,7 @@ protected function setResult($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setRow($value) @@ -93,7 +93,7 @@ protected function setRow($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetResult($value) { @@ -109,7 +109,7 @@ protected function onSetResult($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetRow($value) { diff --git a/libraries/src/Event/Table/AfterMoveEvent.php b/libraries/src/Event/Table/AfterMoveEvent.php index dbcf16c11a9a8..c032e6aafef4f 100644 --- a/libraries/src/Event/Table/AfterMoveEvent.php +++ b/libraries/src/Event/Table/AfterMoveEvent.php @@ -62,7 +62,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setRow($value) @@ -83,7 +83,7 @@ protected function setRow($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setDelta($value) @@ -104,7 +104,7 @@ protected function setDelta($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setWhere($value) @@ -125,7 +125,7 @@ protected function setWhere($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetRow($value) { @@ -141,7 +141,7 @@ protected function onSetRow($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetDelta($value) { @@ -157,7 +157,7 @@ protected function onSetDelta($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetWhere($value) { diff --git a/libraries/src/Event/Table/AfterReorderEvent.php b/libraries/src/Event/Table/AfterReorderEvent.php index 01de09e5c5cad..a1a4d25278ada 100644 --- a/libraries/src/Event/Table/AfterReorderEvent.php +++ b/libraries/src/Event/Table/AfterReorderEvent.php @@ -51,7 +51,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setWhere($value) @@ -72,7 +72,7 @@ protected function setWhere($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetWhere($value) { diff --git a/libraries/src/Event/Table/AfterStoreEvent.php b/libraries/src/Event/Table/AfterStoreEvent.php index f4c8035c1777b..ece8d42862b6b 100644 --- a/libraries/src/Event/Table/AfterStoreEvent.php +++ b/libraries/src/Event/Table/AfterStoreEvent.php @@ -50,7 +50,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setResult($value) @@ -67,7 +67,7 @@ protected function setResult($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetResult($value) { diff --git a/libraries/src/Event/Table/BeforeBindEvent.php b/libraries/src/Event/Table/BeforeBindEvent.php index ab876512b706f..f9e2b945f96c3 100644 --- a/libraries/src/Event/Table/BeforeBindEvent.php +++ b/libraries/src/Event/Table/BeforeBindEvent.php @@ -55,7 +55,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setSrc($value) @@ -76,7 +76,7 @@ protected function setSrc($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setIgnore($value) @@ -97,7 +97,7 @@ protected function setIgnore($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetSrc($value) { @@ -113,7 +113,7 @@ protected function onSetSrc($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetIgnore($value) { diff --git a/libraries/src/Event/Table/BeforeCheckoutEvent.php b/libraries/src/Event/Table/BeforeCheckoutEvent.php index 1ac374649f332..7ce60407f73be 100644 --- a/libraries/src/Event/Table/BeforeCheckoutEvent.php +++ b/libraries/src/Event/Table/BeforeCheckoutEvent.php @@ -55,7 +55,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setUserId($value) @@ -76,7 +76,7 @@ protected function setUserId($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetUserId($value) { diff --git a/libraries/src/Event/Table/BeforeLoadEvent.php b/libraries/src/Event/Table/BeforeLoadEvent.php index 288cc3a5a12d6..1b30b455e9162 100644 --- a/libraries/src/Event/Table/BeforeLoadEvent.php +++ b/libraries/src/Event/Table/BeforeLoadEvent.php @@ -53,7 +53,7 @@ public function __construct($name, array $arguments = []) * * @return boolean Normalised value * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setReset($value) @@ -68,7 +68,7 @@ protected function setReset($value) * * @return boolean Normalised value * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetReset($value) { diff --git a/libraries/src/Event/Table/BeforeMoveEvent.php b/libraries/src/Event/Table/BeforeMoveEvent.php index e8eff5dca93e8..b21fe66396b7c 100644 --- a/libraries/src/Event/Table/BeforeMoveEvent.php +++ b/libraries/src/Event/Table/BeforeMoveEvent.php @@ -62,7 +62,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setQuery($value) @@ -83,7 +83,7 @@ protected function setQuery($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setDelta($value) @@ -104,7 +104,7 @@ protected function setDelta($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setWhere($value) @@ -125,7 +125,7 @@ protected function setWhere($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetQuery($value) { @@ -141,7 +141,7 @@ protected function onSetQuery($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetDelta($value) { @@ -157,7 +157,7 @@ protected function onSetDelta($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetWhere($value) { diff --git a/libraries/src/Event/Table/BeforePublishEvent.php b/libraries/src/Event/Table/BeforePublishEvent.php index 722644392913f..0a3f75196713b 100644 --- a/libraries/src/Event/Table/BeforePublishEvent.php +++ b/libraries/src/Event/Table/BeforePublishEvent.php @@ -60,7 +60,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setQuery($value) @@ -81,7 +81,7 @@ protected function setQuery($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setState($value) @@ -102,7 +102,7 @@ protected function setState($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setUserId($value) @@ -123,7 +123,7 @@ protected function setUserId($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetQuery($value) { @@ -139,7 +139,7 @@ protected function onSetQuery($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetState($value) { @@ -155,7 +155,7 @@ protected function onSetState($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetUserId($value) { diff --git a/libraries/src/Event/Table/BeforeReorderEvent.php b/libraries/src/Event/Table/BeforeReorderEvent.php index e07d569132e05..4602f63622907 100644 --- a/libraries/src/Event/Table/BeforeReorderEvent.php +++ b/libraries/src/Event/Table/BeforeReorderEvent.php @@ -57,7 +57,7 @@ public function __construct($name, array $arguments = []) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setQuery($value) @@ -78,7 +78,7 @@ protected function setQuery($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setWhere($value) @@ -99,7 +99,7 @@ protected function setWhere($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetQuery($value) { @@ -115,7 +115,7 @@ protected function onSetQuery($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetWhere($value) { diff --git a/libraries/src/Event/Table/BeforeStoreEvent.php b/libraries/src/Event/Table/BeforeStoreEvent.php index 95e5f04c1645c..2ca367b546270 100644 --- a/libraries/src/Event/Table/BeforeStoreEvent.php +++ b/libraries/src/Event/Table/BeforeStoreEvent.php @@ -53,7 +53,7 @@ public function __construct($name, array $arguments = []) * * @return boolean Normalised value * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setUpdateNulls($value) @@ -68,7 +68,7 @@ protected function setUpdateNulls($value) * * @return boolean Normalised value * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetUpdateNulls($value) { diff --git a/libraries/src/Event/Table/SetNewTagsEvent.php b/libraries/src/Event/Table/SetNewTagsEvent.php index 98a6dee340c81..d261f751d2d08 100644 --- a/libraries/src/Event/Table/SetNewTagsEvent.php +++ b/libraries/src/Event/Table/SetNewTagsEvent.php @@ -54,7 +54,7 @@ public function __construct($name, array $arguments = []) * * @return boolean Normalised value * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setReplaceTags($value) @@ -69,7 +69,7 @@ protected function setReplaceTags($value) * * @return boolean Normalised value * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetReplaceTags($value) { diff --git a/libraries/src/Event/WebAsset/WebAssetRegistryAssetChanged.php b/libraries/src/Event/WebAsset/WebAssetRegistryAssetChanged.php index 6659022df95ed..0e0b49e5e2c50 100644 --- a/libraries/src/Event/WebAsset/WebAssetRegistryAssetChanged.php +++ b/libraries/src/Event/WebAsset/WebAssetRegistryAssetChanged.php @@ -62,7 +62,7 @@ public function __construct($name, array $arguments = []) * * @since 4.0.0 * - * @deprecated __DEPLOY_VERSION__ will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 6.0 * Use counterpart with onSet prefix */ protected function setSubject($value) @@ -83,7 +83,7 @@ protected function setSubject($value) * * @throws \BadMethodCallException if the argument is not of the expected type * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected function onSetSubject($value) { diff --git a/libraries/src/Helper/TagsHelper.php b/libraries/src/Helper/TagsHelper.php index edcecd15399b3..9da9eb0ddef45 100644 --- a/libraries/src/Helper/TagsHelper.php +++ b/libraries/src/Helper/TagsHelper.php @@ -1115,7 +1115,7 @@ public function unTagItem($contentId, TableInterface $table, $tags = []) * * @return array An array of tag id and name. * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ public function getTags($tagIds) { diff --git a/libraries/src/MVC/Model/Exception/ModelExceptionInterface.php b/libraries/src/MVC/Model/Exception/ModelExceptionInterface.php index 84223db34a57c..b724a3e9a0db2 100644 --- a/libraries/src/MVC/Model/Exception/ModelExceptionInterface.php +++ b/libraries/src/MVC/Model/Exception/ModelExceptionInterface.php @@ -18,7 +18,7 @@ * It is expected that the controller should catch all exceptions that implement this interface and then * make a decision as to whether the exception can be recovered from or not. * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ interface ModelExceptionInterface extends \Throwable { diff --git a/libraries/src/Version.php b/libraries/src/Version.php index b9bf267f26fd4..7c7e636e7af91 100644 --- a/libraries/src/Version.php +++ b/libraries/src/Version.php @@ -66,7 +66,7 @@ final class Version * @var string * @since 3.8.0 */ - public const EXTRA_VERSION = 'beta3-dev'; + public const EXTRA_VERSION = 'beta3'; /** * Development status. @@ -74,7 +74,7 @@ final class Version * @var string * @since 3.5 */ - public const DEV_STATUS = 'Development'; + public const DEV_STATUS = 'Beta'; /** * Code name. @@ -90,7 +90,7 @@ final class Version * @var string * @since 3.5 */ - public const RELDATE = '19-September-2023'; + public const RELDATE = '26-September-2023'; /** * Release time. @@ -98,7 +98,7 @@ final class Version * @var string * @since 3.5 */ - public const RELTIME = '16:01'; + public const RELTIME = '16:00'; /** * Release timezone. diff --git a/package.json b/package.json index c05f486940099..366fb02b79b2e 100644 --- a/package.json +++ b/package.json @@ -111,4 +111,4 @@ "stylelint-scss": "^4.7.0", "terser": "^5.19.4" } -} +} \ No newline at end of file diff --git a/plugins/system/debug/src/DataCollector/SessionCollector.php b/plugins/system/debug/src/DataCollector/SessionCollector.php index 79c52cdb489c6..24c92fcab4dc8 100644 --- a/plugins/system/debug/src/DataCollector/SessionCollector.php +++ b/plugins/system/debug/src/DataCollector/SessionCollector.php @@ -38,7 +38,7 @@ class SessionCollector extends AbstractDataCollector * Collected data. * * @var array - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected $sessionData; @@ -48,7 +48,7 @@ class SessionCollector extends AbstractDataCollector * @param Registry $params Parameters. * @param bool $collect Collect the session data. * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ public function __construct($params, $collect = false) {