Skip to content

Commit

Permalink
Revert separate component update and installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Jun 24, 2024
1 parent 6d4329c commit 45e1091
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 133 deletions.
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\"."

0 comments on commit 45e1091

Please sign in to comment.