Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Sep 16, 2023
1 parent fe2785e commit 1db07ab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion code/plugins/search/menus/menus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<creationDate>2020-08-26</creationDate>
<copyright>(C) 2020 SharkyKZ</copyright>
<license>GPL-2.0-or-later</license>
<version>1.2.1</version>
<version>1.2.2</version>
<description>PLG_SEARCH_MENUS_XML_DESCRIPTION</description>
<files>
<filename plugin="menus">menus.php</filename>
Expand Down
9 changes: 9 additions & 0 deletions updates/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,13 @@
<item>Declared PHP 8.2 compatibility</item>
</change>
</changelog>
<changelog>
<element>menus</element>
<type>plugin</type>
<version>1.2.2</version>
<change>
<item>Declared PHP 8.3 support</item>
<item>Declared Joomla! 5.0 support</item>
</change>
</changelog>
</changelogs>
14 changes: 7 additions & 7 deletions updates/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<client>site</client>
<maintainer>SharkyKZ</maintainer>
<maintainerurl>https://github.com/SharkyKZ/plg_search_menus</maintainerurl>
<version>1.2.1</version>
<version>1.2.2</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/SharkyKZ/plg_search_menus/releases/download/1.2.1/plg_search_menus-1.2.1.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/SharkyKZ/plg_search_menus/releases/download/1.2.2/plg_search_menus-1.2.2.zip</downloadurl>
</downloads>
<sha512>0711a256555df7d8adccaca51c87f82b241760125e7d97b4e4737383196aa36ae251d292d15e9ed570f449e69582077cd370dd5ca95017d4b9fabc4e6ee3d30f</sha512>
<sha384>07ed37dc71f1b998def009f17a65a98e8142571c64221cd07c748a63179b51180765c573d1f5b05b51073b84f65abe67</sha384>
<sha256>c6a3c8fcd665862920f6deda0b437504b87837503d4255a16370342e7c687e17</sha256>
<infourl title="Search - Menu Items">https://github.com/SharkyKZ/plg_search_menus/releases/tag/1.2.1</infourl>
<sha512>113c61d197ee4eb2c7d4f08736bf081d1c528ba9ea658d0f4780a8794dd58feda176c7858e401b8efc05603babe0e522711c4ca2dc3608d52a0a0b63763ef9c8</sha512>
<sha384>4bbffbb6db25b42e72902a3df6bd52c85d1d6246027aff12a78653eaa7e223ec0b8d553f8187b05689700087564ea680</sha384>
<sha256>781342bd43200a87b6105841e208cca5c32cca6110d11530c2544b26cb05f8eb</sha256>
<infourl title="Search - Menu Items">https://github.com/SharkyKZ/plg_search_menus/releases/tag/1.2.2</infourl>
<changelogurl>https://raw.githubusercontent.com/SharkyKZ/plg_search_menus/master/updates/changelog.xml</changelogurl>
<targetplatform name="joomla" version="(4\.|3\.([89]|10))"/>
<targetplatform name="joomla" version="(5\.|4\.|3\.([89]|10))"/>
<php_minimum>5.3.10</php_minimum>
</update>
</updates>

0 comments on commit 1db07ab

Please sign in to comment.