contactsformcaptcha - Version 1.2.1

Version Notes

Added translations of property labels (module configuration page on admin side).

Download this release

Release Info

Developer Magento Core Team
Extension contactsformcaptcha
Version 1.2.1
Comparing to
See all releases


Code changes from version 1.2.0 to 1.2.1

app/code/community/OlegKoval/ContactsFormCaptcha/etc/config.xml CHANGED
@@ -52,5 +52,17 @@
52
  </OlegKoval_ContactsFormCaptcha>
53
  </modules>
54
  </translate>
55
- </frontend>
 
 
 
 
 
 
 
 
 
 
 
 
56
  </config>
52
  </OlegKoval_ContactsFormCaptcha>
53
  </modules>
54
  </translate>
55
+ </frontend>
56
+
57
+ <adminhtml>
58
+ <translate>
59
+ <modules>
60
+ <OlegKoval_ContactsFormCaptcha>
61
+ <files>
62
+ <default>OlegKoval_ContactsFormCaptcha.csv</default>
63
+ </files>
64
+ </OlegKoval_ContactsFormCaptcha>
65
+ </modules>
66
+ </translate>
67
+ </adminhtml>
68
  </config>
app/locale/en_US/OlegKoval_ContactsFormCaptcha.csv CHANGED
@@ -2,5 +2,7 @@
2
  "Enable Captcha","Enable Captcha"
3
  "Public Key","Public Key"
4
  "Private Key","Private Key"
 
 
5
  "You got this from the signup page: https://www.google.com/recaptcha/admin/create","You got this from the signup page: https://www.google.com/recaptcha/admin/create"
6
  "The reCAPTCHA wasn't entered correctly. Go back and try it again.","The reCAPTCHA wasn't entered correctly. Go back and try it again."
2
  "Enable Captcha","Enable Captcha"
3
  "Public Key","Public Key"
4
  "Private Key","Private Key"
5
+ "reCaptcha Theme","reCaptcha Theme"
6
+ "reCaptcha Language","reCaptcha Language"
7
  "You got this from the signup page: https://www.google.com/recaptcha/admin/create","You got this from the signup page: https://www.google.com/recaptcha/admin/create"
8
  "The reCAPTCHA wasn't entered correctly. Go back and try it again.","The reCAPTCHA wasn't entered correctly. Go back and try it again."
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>contactsformcaptcha</name>
4
- <version>1.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
7
  <channel>community</channel>
@@ -10,11 +10,11 @@
10
  <description>"Contacts Form Captcha" extension add in easy way the captcha to "Contact Us" form.&#xD;
11
  &#xD;
12
  This extension uses reCaptcha library (http://www.google.com/recaptcha).</description>
13
- <notes>Added translate feature to module.</notes>
14
  <authors><author><name>Oleg Koval</name><user>auto-converted</user><email>oleh.koval@gmail.com</email></author></authors>
15
- <date>2013-02-14</date>
16
- <time>09:31:01</time>
17
- <contents><target name="magecommunity"><dir name="OlegKoval"><dir name="ContactsFormCaptcha"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Lang.php" hash="c3b3814ccfc3f97fb8807f0d4ad69d8c"/><file name="Theme.php" hash="c0a7eb1ad6e2157b5f822d0a5d30022c"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="7357f05ccb582bdf53e36a6c0a0f15f7"/></dir><dir name="etc"><file name="config.xml" hash="79c504b477c40db06d8b9d6322612c74"/><file name="system.xml" hash="53181e763cde62e4d58e21f600abff1a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="OlegKoval_ContactsFormCaptcha.xml" hash="9b7cbc1587fc43d6a0cd1106bc19a4fc"/></dir></target><target name="magelib"><dir name="reCaptcha"><file name="recaptchalib.php" hash="f80a9f01727de68aba8e98f1e37345a9"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="contactsformcaptcha.xml" hash="797d1d456b4f7e6d4bdbb4308065b5fa"/></dir><dir name="template"><dir name="contactsformcaptcha"><file name="form.phtml" hash="c07fd4475c062ab7e66a54997d72991f"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="OlegKoval_ContactsFormCaptcha.csv" hash="a13e19dd1a4af77cf79394ca43f6bc0f"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>contactsformcaptcha</name>
4
+ <version>1.2.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
7
  <channel>community</channel>
10
  <description>"Contacts Form Captcha" extension add in easy way the captcha to "Contact Us" form.&#xD;
11
  &#xD;
12
  This extension uses reCaptcha library (http://www.google.com/recaptcha).</description>
13
+ <notes>Added translations of property labels (module configuration page on admin side).</notes>
14
  <authors><author><name>Oleg Koval</name><user>auto-converted</user><email>oleh.koval@gmail.com</email></author></authors>
15
+ <date>2013-04-04</date>
16
+ <time>08:42:32</time>
17
+ <contents><target name="magecommunity"><dir name="OlegKoval"><dir name="ContactsFormCaptcha"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Lang.php" hash="c3b3814ccfc3f97fb8807f0d4ad69d8c"/><file name="Theme.php" hash="c0a7eb1ad6e2157b5f822d0a5d30022c"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="7357f05ccb582bdf53e36a6c0a0f15f7"/></dir><dir name="etc"><file name="config.xml" hash="4e7df714c8fa0c813971c2a4af436845"/><file name="system.xml" hash="53181e763cde62e4d58e21f600abff1a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="OlegKoval_ContactsFormCaptcha.xml" hash="9b7cbc1587fc43d6a0cd1106bc19a4fc"/></dir></target><target name="magelib"><dir name="reCaptcha"><file name="recaptchalib.php" hash="f80a9f01727de68aba8e98f1e37345a9"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="contactsformcaptcha.xml" hash="797d1d456b4f7e6d4bdbb4308065b5fa"/></dir><dir name="template"><dir name="contactsformcaptcha"><file name="form.phtml" hash="c07fd4475c062ab7e66a54997d72991f"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="OlegKoval_ContactsFormCaptcha.csv" hash="5e430d77c352109bf67305e56b4a3845"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>