Plugin Directory

Changeset 466222


Ignore:
Timestamp:
11/22/2011 10:45:47 PM (14 years ago)
Author:
picatcha
Message:

updated code to better handle the new CSS from the server

Location:
picatcha/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • picatcha/trunk/picatcha.php

    r458901 r466222  
    310310FORMAT;
    311311            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>";
    313313                $comment_string = <<<COMMENT_FORM
    314314               
  • picatcha/trunk/readme.txt

    r460799 r466222  
    55Requires at least: 2.7.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88
    99Integrates PICATCHA image-identification CAPTCHA - anti-spam solution with WordPress including comment and registration.
     
    4545== ChangeLog ==
    4646
     47= Version 1.2.1 =
     48* Minor CSS updates
     49
    4750= Version 1.2 =
    4851* 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.
     
    7982== Upgrade Notice ==
    8083
     84= Version 1.2.1 =
     85This update should fix an issue with the refresh button being pushed too far off to the right on the screen.
     86
    8187= Version 1.2 =
    8288Version 1.2 adds support for 16 languages in PICATCHA.
  • picatcha/trunk/wp-picatcha.php

    r459170 r466222  
    44Plugin URI: http://www.picatcha.com/
    55Description:  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
     6Version: 1.2.1
    77Author: Picatcha Inc
    88Email: contact@picatcha.net
Note: See TracChangeset for help on using the changeset viewer.