Skip to content

Commit dea4030

Browse files
committed
Merge branch '5.2-dev' into 5.3-dev-upmerge-2024-11-18
2 parents b333dc4 + 816cd80 commit dea4030

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

administrator/components/com_admin/script.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3163,11 +3163,11 @@ protected function fixFilenameCasing()
31633163
*
31643164
* @return void
31653165
*
3166-
* @since __DEPLOY_VERSION__
3166+
* @since 5.2.2
31673167
*
31683168
* @todo 6.0 Remove this method
31693169
*
3170-
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0 without replacement
3170+
* @deprecated 5.2.2 will be removed in 6.0 without replacement
31713171
*/
31723172
protected function fixFilesystemPermissions()
31733173
{

administrator/components/com_guidedtours/src/Controller/StepController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class StepController extends FormController
2828
*
2929
* @return string The arguments to append to the redirect URL.
3030
*
31-
* @since __DEPLOY_VERSION__
31+
* @since 5.2.2
3232
*/
3333
protected function getRedirectToListAppend()
3434
{

administrator/components/com_media/src/Exception/ProviderAccountIsEmptyException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Provider Account is empty or not set exception.
1919
*
20-
* @since __DEPLOY_VERSION__
20+
* @since 5.2.2
2121
*/
2222
class ProviderAccountIsEmptyException extends \Exception
2323
{

administrator/components/com_media/src/Exception/ProviderAccountNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Provider Account not found exception.
1919
*
20-
* @since __DEPLOY_VERSION__
20+
* @since 5.2.2
2121
*/
2222
class ProviderAccountNotFoundException extends \Exception
2323
{

administrator/components/com_media/src/Exception/ProviderNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Provider not found exception.
1919
*
20-
* @since __DEPLOY_VERSION__
20+
* @since 5.2.2
2121
*/
2222
class ProviderNotFoundException extends \Exception
2323
{

libraries/src/Log/Logger/FormattedtextLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function __destruct()
147147
/**
148148
* Prevent object injection attacks by suppressing unserialization of instance with deferred rows
149149
*
150-
* @since __DEPLOY_VERSION__
150+
* @since 5.2.2
151151
*
152152
* @throws \Exception
153153
*/

libraries/src/Menu/AdministratorMenuItem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ class AdministratorMenuItem extends MenuItem
4848
* The class of the menu item
4949
*
5050
* @var string
51-
* @since __DEPLOY_VERSION__
51+
* @since 5.2.2
5252
*/
5353
public $class = '';
5454

5555
/**
5656
* The element type of the menu item
5757
*
5858
* @var string
59-
* @since __DEPLOY_VERSION__
59+
* @since 5.2.2
6060
*/
6161
public $element = '';
6262
}

plugins/system/webauthn/src/PluginTraits/AdditionalLoginButtons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private function addLoginCSSAndJavascript(): void
185185
}
186186

187187
if (!$wa->assetExists('script', 'plg_system_webauthn.login')) {
188-
$wa->registerScript('plg_system_webauthn.login', 'plg_system_webauthn/login.js', [], ['defer' => true], ['core']);
188+
$wa->registerScript('plg_system_webauthn.login', 'plg_system_webauthn/login.js', [], ['defer' => true], ['core', 'messages']);
189189
}
190190

191191
$wa->useStyle('plg_system_webauthn.button')

0 commit comments

Comments
 (0)