Skip to content

Commit

Permalink
Fix version comment 4.2.x to 4.3.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Jan 21, 2023
1 parent 006f59b commit a64ef8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -6465,7 +6465,7 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/administrator/cache/fido.jwt',
// From 4.2.6 to 4.2.7
'/libraries/vendor/maximebf/debugbar/src/DebugBar/DataFormatter/VarDumper/SeekingData.php',
// From 4.2.5 to 4.3.0-alpha1
// From 4.2.x to 4.3.0-alpha1
'/libraries/vendor/paragonie/sodium_compat/autoload-fast.php',
'/libraries/vendor/paragonie/sodium_compat/autoload-pedantic.php',
'/libraries/vendor/paragonie/sodium_compat/autoload-phpunit.php',
Expand Down Expand Up @@ -7882,7 +7882,7 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/media/vendor/hotkeys.js/js',
'/media/vendor/hotkeys.js',
'/libraries/vendor/symfony/string/Resources/bin',
// From 4.2.5 to 4.3.0-alpha1
// From 4.2.x to 4.3.0-alpha1
'/libraries/vendor/paragonie/sodium_compat/dist',
];

Expand Down

0 comments on commit a64ef8e

Please sign in to comment.