Version Notes
Tested on Magento versions: 1.8.0.0, 1.8.1.0, 1.9.0.1 and 1.9.1.0
Download this release
Release Info
Developer | StudioForty9 |
Extension | Studioforty9_Recaptcha |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Block/Autorender.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Helper/Data.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Helper/Request.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Helper/Response.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Model/Observer/Contacts.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Model/Source/Theme.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Block/Autorender.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Config/Module.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Helper/Request.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Helper/Response.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Model/Observer/Contacts.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Model/Source/Theme.php +0 -0
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/etc/config.xml +7 -3
- app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/etc/system.xml +0 -0
- package.xml +4 -4
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Block/Autorender.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Helper/Data.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Helper/Request.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Helper/Response.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Model/Observer/Contacts.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Model/Source/Theme.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Block/Autorender.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Config/Module.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Helper/Request.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Helper/Response.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Model/Observer/Contacts.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/Test/Model/Source/Theme.php
RENAMED
File without changes
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/etc/config.xml
RENAMED
@@ -72,9 +72,13 @@
|
|
72 |
<children>
|
73 |
<config>
|
74 |
<children>
|
75 |
-
<
|
76 |
-
<
|
77 |
-
|
|
|
|
|
|
|
|
|
78 |
</children>
|
79 |
</config>
|
80 |
</children>
|
72 |
<children>
|
73 |
<config>
|
74 |
<children>
|
75 |
+
<google>
|
76 |
+
<children>
|
77 |
+
<studioforty9_recaptcha translate="title" module="studioforty9_recaptcha">
|
78 |
+
<title>ReCaptcha Configuration Settings</title>
|
79 |
+
</studioforty9_recaptcha>
|
80 |
+
</children>
|
81 |
+
</google>
|
82 |
</children>
|
83 |
</config>
|
84 |
</children>
|
app/code/community/{StudioForty9 → Studioforty9}/Recaptcha/etc/system.xml
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Studioforty9_Recaptcha</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSDL</license>
|
7 |
<channel>community</channel>
|
@@ -25,9 +25,9 @@ https://github.com/studioforty9/recaptcha/issues
|
|
25 |
</description>
|
26 |
<notes>Tested on Magento versions: 1.8.0.0, 1.8.1.0, 1.9.0.1 and 1.9.1.0</notes>
|
27 |
<authors><author><name>StudioForty9</name><user>SF9</user><email>info@studioforty9.com</email></author><author><name>Eoghan O'Brien</name><user>eoghanobrien</user><email>eoghan@eoghanobrien.com</email></author></authors>
|
28 |
-
<date>2014-12-
|
29 |
-
<time>
|
30 |
-
<contents><target name="magecommunity"><dir name="
|
31 |
<compatible/>
|
32 |
<dependencies><required><php><min>5.3.0</min><max>5.5.99</max></php></required></dependencies>
|
33 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Studioforty9_Recaptcha</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSDL</license>
|
7 |
<channel>community</channel>
|
25 |
</description>
|
26 |
<notes>Tested on Magento versions: 1.8.0.0, 1.8.1.0, 1.9.0.1 and 1.9.1.0</notes>
|
27 |
<authors><author><name>StudioForty9</name><user>SF9</user><email>info@studioforty9.com</email></author><author><name>Eoghan O'Brien</name><user>eoghanobrien</user><email>eoghan@eoghanobrien.com</email></author></authors>
|
28 |
+
<date>2014-12-19</date>
|
29 |
+
<time>13:09:31</time>
|
30 |
+
<contents><target name="magecommunity"><dir name="Studioforty9"><dir name="Recaptcha"><dir name="Block"><file name="Autorender.php" hash="7a2e7003a75cff32829adac6ebd2846c"/></dir><dir name="Helper"><file name="Data.php" hash="e3839c00e2837b28193d23e63f533b37"/><file name="Request.php" hash="84f061fe40931b993c339d29d26fceab"/><file name="Response.php" hash="aad903c4cd076ea78f96ddeb179f1b85"/></dir><dir name="Model"><dir name="Observer"><file name="Contacts.php" hash="824d5739d6a854312c20764b10a8762e"/></dir><dir name="Source"><file name="Theme.php" hash="4dd05e3bbce98ee7e4ed3bab33fd3365"/></dir></dir><dir name="Test"><dir name="Block"><file name="Autorender.php" hash="a5e6de4f6f0298bd709cd404d34ccd0e"/></dir><dir name="Config"><file name="Module.php" hash="e4ce75427cf4dd943b9b83a47fdabf58"/></dir><dir name="Helper"><file name="Request.php" hash="efae2d639b27e416e0175fac0e6ac638"/><file name="Response.php" hash="c602e7c60e4ad66ff13bc77bdbb1fba5"/></dir><dir name="Model"><dir name="Observer"><file name="Contacts.php" hash="2d4c043d55d275c6d73530f7937a1ecc"/></dir><dir name="Source"><file name="Theme.php" hash="8da1a1f9317b2407bca042d088c4ce1d"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="43efbe22717cc133f6bf91ff713764c5"/><file name="system.xml" hash="c9a73cd77c5c0d0c001f1bf848cabaae"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="studioforty9_recaptcha.xml" hash="57f4c8f17f08c04985cd582f4768191e"/></dir><dir name="template"><dir name="studioforty9"><dir name="recaptcha"><file name="autorender.phtml" hash="71a2e1820a9b8e83cba2b3f711cb5eaa"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Studioforty9_Recaptcha.csv" hash="6387abc316e524840fa3b1fcc49dc25d"/></dir></target><target name="mageetc"><dir name="modules"><file name="Studioforty9_Recaptcha.xml" hash="6f8f14cebd2b8681e2631d1c4b7acf0b"/></dir></target></contents>
|
31 |
<compatible/>
|
32 |
<dependencies><required><php><min>5.3.0</min><max>5.5.99</max></php></required></dependencies>
|
33 |
</package>
|