Skip to content

Commit

Permalink
Joomla! 4.4.0 Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MacJoom committed Sep 26, 2023
1 parent 6cf6fb1 commit fdfd704
Show file tree
Hide file tree
Showing 29 changed files with 81 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.4.0-beta3-dev</version>
<version>4.4.0-beta3</version>
<creationDate>2023-09</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/MultiFactor/BeforeDisplayMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/MultiFactor/Callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/MultiFactor/Captive.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/MultiFactor/GetSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
{
Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Event/MultiFactor/SaveSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
{
Expand All @@ -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
{
Expand Down
12 changes: 6 additions & 6 deletions libraries/src/Event/MultiFactor/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
{
Expand All @@ -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
{
Expand All @@ -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
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/QuickIcon/GetIconEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -74,7 +74,7 @@ public function setContext(string $value)
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 4.4.0
*/
protected function onSetContext(string $value)
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/Result/ResultAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/Table/AbstractEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
{
Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Event/Table/AfterLoadEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
{
Expand All @@ -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)
{
Expand Down
12 changes: 6 additions & 6 deletions libraries/src/Event/Table/AfterMoveEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
{
Expand All @@ -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)
{
Expand All @@ -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)
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/Table/AfterReorderEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Event/Table/AfterStoreEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
{
Expand Down

0 comments on commit fdfd704

Please sign in to comment.