-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev
# Conflicts: # administrator/components/com_admin/script.php # administrator/components/com_categories/src/Model/CategoryModel.php # administrator/language/en-GB/install.xml # administrator/language/en-GB/langmetadata.xml # administrator/manifests/files/joomla.xml # administrator/manifests/packages/pkg_en-GB.xml # api/language/en-GB/install.xml # api/language/en-GB/langmetadata.xml # installation/language/en-GB/langmetadata.xml # language/en-GB/install.xml # language/en-GB/langmetadata.xml # libraries/src/MVC/Model/ListModel.php # libraries/src/Table/Table.php # libraries/src/Version.php
- Loading branch information
Showing
48 changed files
with
266 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<extension type="package" version="4.0" method="upgrade"> | ||
<name>pkg_search</name> | ||
<packagename>search</packagename> | ||
<creationDate>17.08.2021</creationDate> | ||
<packager>Joomla! Project</packager> | ||
<copyright>(C) 2021 Open Source Matters. All rights reserved.</copyright> | ||
<packageremail>[email protected]</packageremail> | ||
<packagerurl>www.joomla.org</packagerurl> | ||
<author>Joomla! Project</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>www.joomla.org</authorUrl> | ||
<version>4.0.0</version> | ||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license> | ||
<scriptfile>script.php</scriptfile> | ||
<files> | ||
<!-- The id for each extension is the element stored in the DB --> | ||
<file type="component" id="com_search">com_search.zip</file> | ||
<file type="module" id="mod_search" client="site">mod_search.zip</file> | ||
<file type="plugin" id="categories" group="search">plg_search_categories.zip</file> | ||
<file type="plugin" id="contacts" group="search">plg_search_contacts.zip</file> | ||
<file type="plugin" id="content" group="search">plg_search_content.zip</file> | ||
<file type="plugin" id="newsfeeds" group="search">plg_search_newsfeeds.zip</file> | ||
<file type="plugin" id="tags" group="search">plg_search_tags.zip</file> | ||
</files> | ||
<languages folder="language"> | ||
<language tag="en-GB">en-GB/en-GB.pkg_search.sys.ini</language> | ||
</languages> | ||
<updateservers> | ||
<!-- Note: No spaces or linebreaks allowed between the server tags --> | ||
<server type="extension" name="Search Update Site">https://raw.githubusercontent.com/joomla-extensions/search/main/manifest.xml</server> | ||
</updateservers> | ||
<name>pkg_search</name> | ||
<packagename>search</packagename> | ||
<creationDate>17.08.2021</creationDate> | ||
<packager>Joomla! Project</packager> | ||
<copyright>(C) 2021 Open Source Matters. All rights reserved.</copyright> | ||
<packageremail>[email protected]</packageremail> | ||
<packagerurl>www.joomla.org</packagerurl> | ||
<author>Joomla! Project</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>www.joomla.org</authorUrl> | ||
<version>4.0.0</version> | ||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license> | ||
<scriptfile>script.php</scriptfile> | ||
<files> | ||
<!-- The id for each extension is the element stored in the DB --> | ||
<file type="component" id="com_search">com_search.zip</file> | ||
<file type="module" id="mod_search" client="site">mod_search.zip</file> | ||
<file type="plugin" id="categories" group="search">plg_search_categories.zip</file> | ||
<file type="plugin" id="contacts" group="search">plg_search_contacts.zip</file> | ||
<file type="plugin" id="content" group="search">plg_search_content.zip</file> | ||
<file type="plugin" id="newsfeeds" group="search">plg_search_newsfeeds.zip</file> | ||
<file type="plugin" id="tags" group="search">plg_search_tags.zip</file> | ||
</files> | ||
<languages folder="language"> | ||
<language tag="en-GB">en-GB/en-GB.pkg_search.sys.ini</language> | ||
</languages> | ||
<updateservers> | ||
<!-- Note: No spaces or linebreaks allowed between the server tags --> | ||
<server type="extension" name="Search Update Site">https://raw.githubusercontent.com/joomla-extensions/search/main/manifest.xml</server> | ||
</updateservers> | ||
</extension> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.