Skip to content

Commit

Permalink
Preparing 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdion committed Apr 24, 2022
1 parent 54bd456 commit 30bb6f3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/system/passwordless/media/joomla.asset.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "plg_system_passwordless",
"version": "1.0.0",
"version": "1.0.1",
"description": "Akeeba Passwordless Authentication",
"license": "GPL-3.0-or-later",
"assets": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/system/passwordless/passwordless.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<extension version="3.9.0" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_PASSWORDLESS</name>
<version>revD796561</version>
<creationDate>2022-03-06</creationDate>
<version>1.0.1</version>
<creationDate>2022-04-24</creationDate>
<author>Akeeba Ltd</author>
<authorEmail>no-reply@akeeba.com</authorEmail>
<authorUrl>https://www.akeeba.com</authorUrl>
Expand Down
30 changes: 28 additions & 2 deletions update/plg_system_passwordless.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
<!-- Akeeba Passwordless Login -->
<updates>
<!-- Version 1.0.0 -->
<update>
<version>1.0.1</version>
<tags>
<tag>stable</tag>
</tags>

<downloads>
<downloadurl type="full" format="zip">https://github.com/akeeba/passwordless/releases/download/1.0.1/plg_system_passwordless.zip</downloadurl>
</downloads>
<infourl title="Akeeba Passwordless Release Notes">https://github.com/akeeba/passwordless/releases/download/1.0.1</infourl>

<targetplatform name="joomla" version="4.[012]"/>

<php_minimum>7.4.0</php_minimum>

<ars-phpcompat version="7.4"/>
<ars-phpcompat version="8.0"/>
<ars-phpcompat version="8.1"/>

<name>Akeeba Passwordless Login system plugin</name>
<description>Akeeba Passwordless Login – A W3C Webauthn passwordless login solution for Joomla!</description>
<element>plg_system_passwordless</element>
<type>plugin</type>
<maintainer>Akeeba Ltd</maintainer>
<maintainerurl>https://www.akeeba.com</maintainerurl>
<section>Updates</section>
<client>0</client>
</update>
<update>
<version>1.0.0</version>
<tags>
Expand Down Expand Up @@ -31,5 +58,4 @@
<section>Updates</section>
<client>0</client>
</update>

</updates>

0 comments on commit 30bb6f3

Please sign in to comment.