Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Dec 2, 2024
1 parent 5374c42 commit 6e55ba3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/plugins/search/menus/menus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<extension type="plugin" group="search" method="upgrade">
<name>plg_search_menus</name>
<author>SharkyKZ</author>
<creationDate>2020-08-26</creationDate>
<creationDate>2024-12-02</creationDate>
<copyright>(C) 2020 SharkyKZ</copyright>
<license>GPL-2.0-or-later</license>
<version>1.2.2</version>
<version>1.2.3</version>
<description>PLG_SEARCH_MENUS_XML_DESCRIPTION</description>
<files>
<filename plugin="menus">menus.php</filename>
Expand Down
5 changes: 5 additions & 0 deletions updates/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@
<item>Declared Joomla! 5.0 support</item>
</change>
</changelog>
<changelog>
<element>menus</element>
<type>plugin</type>
<version>1.2.3</version>
</changelog>
</changelogs>
21 changes: 21 additions & 0 deletions updates/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,25 @@
<targetplatform name="joomla" version="(5\.|4\.|3\.([89]|10))"/>
<php_minimum>5.3.10</php_minimum>
</update>
<update>
<name>Search - Menu Items</name>
<description>Plugin for searching menu items in frontend.</description>
<element>menus</element>
<type>plugin</type>
<folder>search</folder>
<client>site</client>
<maintainer>SharkyKZ</maintainer>
<maintainerurl>https://github.com/SharkyKZ/plg_search_menus</maintainerurl>
<version>1.2.3</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/SharkyKZ/plg_search_menus/releases/download/1.2.3/plg_search_menus-1.2.3.zip</downloadurl>
</downloads>
<sha512>c55652ccb50b65260d1c88702b932ebc4ff168977b6f8ac8fe06cbab2c1739b6bacee046edafe52db1a45a2bf8e3851e3ab0713854d794fe1f670bfc49025bd7</sha512>
<sha384>1a356b1f8a26db8298d6e67900082f162c8f397c9b8216b37da7d3308e1a6ed69825a2fc68f91c2795523c2bccfe2836</sha384>
<sha256>73ee14709f32eb65f1c7f65501005d82df1f1089c03dc14415af117d94ed0328</sha256>
<infourl title="Search - Menu Items">https://github.com/SharkyKZ/plg_search_menus/releases/tag/1.2.3</infourl>
<changelogurl>https://raw.githubusercontent.com/SharkyKZ/plg_search_menus/master/updates/changelog.xml</changelogurl>
<targetplatform name="joomla" version="(5\.|4\.|3\.([89]|10))"/>
<php_minimum>5.4</php_minimum>
</update>
</updates>

0 comments on commit 6e55ba3

Please sign in to comment.