Changeset 595642
- Timestamp:
- 09/06/2012 11:29:02 PM (14 years ago)
- Location:
- picatcha/trunk
- Files:
-
- 3 edited
-
picatcha.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-picatcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
picatcha/trunk/picatcha.php
r583727 r595642 317 317 $themes = array ('red', 'white', 'blackglass', 'clean'); 318 318 319 $picatcha_languages = array ('en', 'nl', 'fr', 'de', 'pt', 'ru', 'es', 'tr', 'hi', ' is', 'zh', 'ar', 'tl', 'it', 'vi');319 $picatcha_languages = array ('en', 'nl', 'fr', 'de', 'pt', 'ru', 'es', 'tr', 'hi', 'hu', 'is', 'zh', 'ar', 'tl', 'it', 'vi'); 320 320 321 321 $validated['minimum_bypass_level'] = $this->validate_dropdown($capabilities, 'minimum_bypass_level', $input['minimum_bypass_level']); … … 624 624 // add in the style changes here 625 625 //$format='2', $style='#2a1f19', $link = '1', $IMG_SIZE = '75', $NOISE_LEVEL = 0, $NOISE_TYPE = 0 626 return picatcha_get_html($this->options['public_key'], $error, $this->options['picatcha_captcha_format'], '#'. $this->options['picatcha_style_color'],$this->options['display_powered_by'], $this->options['picatcha_image_size'], $this->options['picatcha_image_noise_level'], $this->options['picatcha_image_noise_type'], $use_ssl );626 return picatcha_get_html($this->options['public_key'], $error, $this->options['picatcha_captcha_format'], '#'. $this->options['picatcha_style_color'],$this->options['display_powered_by'], $this->options['picatcha_image_size'], $this->options['picatcha_image_noise_level'], $this->options['picatcha_image_noise_type'], $use_ssl, $this->options['picatcha_language'], $this->options['language_override']); 627 627 } 628 628 … … 905 905 __('Turkish', 'picatcha') => 'tr', 906 906 __('Hindi', 'picatcha') => 'hi', 907 __('Hungarian', 'picatcha') => 'hu', 907 908 __('Icelandic', 'picatcha') => 'is', 908 909 __('Chinese', 'picatcha') => 'zh', -
picatcha/trunk/readme.txt
r583727 r595642 5 5 Requires at least: 2.7.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1.3. 27 Stable tag: 1.3.3 8 8 9 9 Integrates Picatcha image-identification CAPTCHA - anti-spam solution with WordPress including comment and registration. … … 43 43 44 44 == ChangeLog == 45 46 = Version 1.3.3 = 47 * Added localization option for the Picatcha CAPTCHA: Hungarian 45 48 46 49 = Version 1.3.2 = -
picatcha/trunk/wp-picatcha.php
r583728 r595642 4 4 Plugin URI: http://www.picatcha.com/ 5 5 Description: Usable and Secure CAPTCHAs. The challenges are easy for humans to solve (results in high conversions) and at the same time hard for spam bots. This ensures a great user-experience for your website visitors. 6 Version: 1.3. 26 Version: 1.3.3 7 7 Author: Picatcha Inc 8 8 Email: contact@picatcha.net
Note: See TracChangeset
for help on using the changeset viewer.