Skip to content

Commit

Permalink
Ready for Joomla 4
Browse files Browse the repository at this point in the history
  • Loading branch information
alve89 committed Oct 21, 2021
1 parent cbe5be7 commit 1a3a853
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions block_access.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" method="upgrade" version="3.8">
<extension type="plugin" group="system" method="upgrade" version="[34].[123456789]">
<name>PLG_BLOCK_ACCESS_NAME</name>
<author>Stefan Herzog</author>
<creationDate>February 2017</creationDate>
<creationDate>October 2021</creationDate>
<copyright>This plugin is released under the GNU/GPL License</copyright>
<license>GNU General Public License</license>
<authorEmail>[email protected]</authorEmail>
<version>1.1.4</version>
<version>1.1.5</version>
<description>PLG_BLOCK_ACCESS_DESC</description>
<files>
<filename plugin="block_access">block_access.php</filename>
Expand All @@ -31,6 +31,6 @@
</fields>
</config>
<updateservers>
<server type="extension" name="BLOCKACCESSUPDATE">https://raw.githubusercontent.com/alve89/plg_block_access/master/updates.xml</server>
<server type="extension" name="PLG_BLOCK_ACCESS_NAME">https://raw.githubusercontent.com/alve89/plg_block_access/master/updates.xml</server>
</updateservers>
</extension>
6 changes: 3 additions & 3 deletions updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<version>1.1.4</version>
<version>1.1.5</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/alve89/plg_block_access/archive/v1.1.4.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/alve89/plg_block_access/archive/v1.1.5.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Stefan Herzog</maintainer>
<maintainerurl>https://github.com/alve89</maintainerurl>
<targetplatform name="joomla" version="4.[123456789]"/>
<targetplatform name="joomla" version="[34].[123456789]"/>
</update>
</updates>

0 comments on commit 1a3a853

Please sign in to comment.