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
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert separate component update and installer script
  • Loading branch information
richard67 committed Jun 24, 2024
commit 45e1091c3bf47375c63a410c38f6d0b5398d502d
5 changes: 2 additions & 3 deletions administrator/components/com_joomlaupdate/joomlaupdate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
<extension type="component" method="upgrade">
<name>com_joomlaupdate</name>
<author>Joomla! Project</author>
<creationDate>2024-06</creationDate>
<creationDate>2021-08</creationDate>
<copyright>(C) 2012 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>5.1.2</version>
<version>4.0.3</version>
<description>COM_JOOMLAUPDATE_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<namespace path="src">Joomla\Component\Joomlaupdate</namespace>
<media destination="com_joomlaupdate" folder="media">
<folder>js</folder>
Expand Down
126 changes: 0 additions & 126 deletions administrator/components/com_joomlaupdate/script.php

This file was deleted.

4 changes: 0 additions & 4 deletions administrator/language/en-GB/com_joomlaupdate.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ COM_JOOMLAUPDATE_DEFAULT_VIEW_DEFAULT_DESC="Check for Joomla! updates and update
COM_JOOMLAUPDATE_DEFAULT_VIEW_DEFAULT_TITLE="View Joomla! Updates"
COM_JOOMLAUPDATE_JOOMLAUPDATE_VIEW_DISPLAY_BADGE="Display Badge"
COM_JOOMLAUPDATE_XML_DESCRIPTION="One-click update to the latest Joomla release."

; The following two strings are deprecated and will be removed with 6.0.
COM_JOOMLAUPDATE_SCRIPT_CHANGE_UPDATE_SOURCE_FAILED="Failed to reset the update channel from \"Joomla Next\" to \"Default\". Please change it in the Joomla Update Component's options so you don't miss future updates."
COM_JOOMLAUPDATE_SCRIPT_CHANGE_UPDATE_SOURCE_OK="The update channel has been reset from \"Joomla Next\" to \"Default\"."