Changeset 466222
- Timestamp:
- 11/22/2011 10:45:47 PM (14 years ago)
- Location:
- picatcha/trunk
- Files:
-
- 3 edited
-
picatcha.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wp-picatcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
picatcha/trunk/picatcha.php
r458901 r466222 310 310 FORMAT; 311 311 if($this->options['display_powered_by']==0){ 312 echo "<style>.picatcha_link{display:none;} .picatchaRefreshButton{margin-left:280px ! important;}</style>";312 echo "<style>.picatcha_link{display:none;}</style>"; 313 313 $comment_string = <<<COMMENT_FORM 314 314 -
picatcha/trunk/readme.txt
r460799 r466222 5 5 Requires at least: 2.7.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 9 9 Integrates PICATCHA image-identification CAPTCHA - anti-spam solution with WordPress including comment and registration. … … 45 45 == ChangeLog == 46 46 47 = Version 1.2.1 = 48 * Minor CSS updates 49 47 50 = Version 1.2 = 48 51 * PICATCHA now supports language translations. From the PICATCHA settings page, you can select a default language for the question to be presented in. You can also allow users to override the default language by selecting to "Allow user to override the default PICATCHA language". This option adds a selection menu to pick the language of their choice. … … 79 82 == Upgrade Notice == 80 83 84 = Version 1.2.1 = 85 This update should fix an issue with the refresh button being pushed too far off to the right on the screen. 86 81 87 = Version 1.2 = 82 88 Version 1.2 adds support for 16 languages in PICATCHA. -
picatcha/trunk/wp-picatcha.php
r459170 r466222 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.2 6 Version: 1.2.1 7 7 Author: Picatcha Inc 8 8 Email: contact@picatcha.net
Note: See TracChangeset
for help on using the changeset viewer.