Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.1] Add update channel reset to Joomla Update Component #43717

Open
wants to merge 9 commits into
base: 5.1-dev
Choose a base branch
from
Prev Previous commit
Next Next commit
Add deprecation for installer script
  • Loading branch information
richard67 committed Jun 22, 2024
commit f2b21f840ada5cefdd1cefca447816f0557eec88
7 changes: 7 additions & 0 deletions administrator/components/com_joomlaupdate/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects

/**
* Joomla Update Component installer script.
*
* @since __DEPLOY_VERSION__
*
* @deprecated 5.1.2 will be removed in 6.0
*/
return new class () implements ServiceProviderInterface {
public function register(Container $container)
{
Expand Down