We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a7613 commit fe8f569Copy full SHA for fe8f569
2 files changed
composer.json
@@ -2,7 +2,7 @@
2
"name": "faonni/module-re-captcha",
3
"description": "Extension is integrate Google Recaptcha with your Magento2 store.",
4
"type": "magento2-module",
5
- "version": "2.0.8",
+ "version": "2.0.9",
6
"authors": [{
7
"name" : "Karliuka Vitalii",
8
"email": "karliuka.vitalii@gmail.com"
etc/module.xml
@@ -8,7 +8,7 @@
-->
9
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
11
- <module name="Faonni_ReCaptcha" setup_version="2.0.8">
+ <module name="Faonni_ReCaptcha" setup_version="2.0.9">
12
<sequence>
13
<module name="Magento_Checkout"/>
14
</sequence>
0 commit comments