Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Nov 15, 2023
1 parent 73a2019 commit c753f1d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion code/plugins/captcha/recaptcha_v3/recaptcha_v3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<creationDate>2023-10-26</creationDate>
<copyright>(C) 2023 SharkyKZ</copyright>
<license>GPL-3.0-or-later</license>
<version>1.0.0</version>
<version>1.1.0</version>
<description>PLG_CAPTCHA_RECAPTCHA_V3_XML_DESCRIPTION</description>
<namespace path="src">Sharky\Plugin\Captcha\RecaptchaV3</namespace>
<files>
Expand Down
2 changes: 1 addition & 1 deletion code/plugins/captcha/recaptcha_v3/src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final class Plugin implements PluginInterface
* @var string
* @since 1.0.0
*/
private const SCRIPT_HASH = 'efbe56e7';
private const SCRIPT_HASH = '2d98e681';

/**
* Application instance.
Expand Down
15 changes: 14 additions & 1 deletion updates/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
<element>recaptcha_v3</element>
<type>plugin</type>
<version>1.0.0</version>
<note>Initial release</note>
<note>
<item>Initial release</item>
</note>
</changelog>
<changelog>
<element>recaptcha_v3</element>
<type>plugin</type>
<version>1.1.0</version>
<fix>
<item>Fixed JavaScript error on some forms</item>
</fix>
<change>
<item>Upgraded license to GPL v3.0 (or later)</item>
</change>
</changelog>
</changelogs>
12 changes: 6 additions & 6 deletions updates/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<client>site</client>
<maintainer>SharkyKZ</maintainer>
<maintainerurl>https://github.com/SharkyKZ/joomla-recaptcha-v3-plugin</maintainerurl>
<version>1.0.0</version>
<version>1.1.0</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/SharkyKZ/joomla-recaptcha-v3-plugin/releases/download/1.0.0/plg_captcha_recaptcha_v3-1.0.0.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/SharkyKZ/joomla-recaptcha-v3-plugin/releases/download/1.1.0/plg_captcha_recaptcha_v3-1.1.0.zip</downloadurl>
</downloads>
<sha512>adf6d6b534e7bdb3e3bec5d44c305a89fb477fe8d3a241bbbc7fb3de3a8e5479d8c61006b942e0fa88d6d4bdaa64aa1d7191eae80c5e8070f01ff1c809d057fa</sha512>
<sha384>a0847769d3f70d31535e655f09986e354d4d8d15db75591363d608fab6ff2c2e446c85dac70bd31acafdb2af31e0b1f1</sha384>
<sha256>0a8d6e7aa4d64f0f4c1ade9e8b391df572cab4cdb5ec1a5b213e36a1b3ad04d9</sha256>
<infourl title="Captcha - reCAPTCHA v3">https://github.com/SharkyKZ/joomla-recaptcha-v3-plugin/releases/tag/1.0.0</infourl>
<sha512>2f0de13c5ad00920f7c850dcef9ade8d8aeee98a5e38e5a563c07a920d829de5fac8ac945af1cb9941b92871441dfce6288ce5fbde76a4af258b0f764d363d91</sha512>
<sha384>dfd5b5201aca2b35ccad88a12bc806f0986aab3a0c3eb48a71975d78460844d3e86eea6da9dcb3e3faaf279f684cda9d</sha384>
<sha256>12b7238c49cd772305fbb9363ee9054caa253b77b3a6f9ca432bd989e906b585</sha256>
<infourl title="Captcha - reCAPTCHA v3">https://github.com/SharkyKZ/joomla-recaptcha-v3-plugin/releases/tag/1.1.0</infourl>
<changelogurl>https://raw.githubusercontent.com/SharkyKZ/joomla-recaptcha-v3-plugin/master/updates/changelog.xml</changelogurl>
<targetplatform name="joomla" version="(5\.|4\.)"/>
<php_minimum>7.2.5</php_minimum>
Expand Down

0 comments on commit c753f1d

Please sign in to comment.