Plugin Directory

Changeset 426647


Ignore:
Timestamp:
08/21/2011 10:11:47 AM (15 years ago)
Author:
Jehan
Message:
  • Preparation for release of v0.3.
Location:
xmpp-auth/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xmpp-auth/trunk/admin.php

    r426623 r426647  
    327327        </td>
    328328    </tr>
     329<?php /* TODO
    329330    <tr>
    330331        <th scope="row"><?php _e('Notifications')?></th>
    331332        <td><label for="xmppauth_im_notifications"><input name="xmppauth_im_notifications" type="checkbox" id="xmppauth_im_notifications" value="true" <?php checked(true, $im_notification); ?> /> <?php _e('Notify by IM (instead of emails)'); ?></label></td>
    332333        </td>
    333     </tr>
     334    </tr>*/ ?>
    334335</table>
    335336<?php
  • xmpp-auth/trunk/readme.txt

    r426587 r426647  
    66requires at least: 3.2.0
    77Tested up to: 3.2.1
    8 Stable tag: 0.2
     8Stable tag: 0.3
    99
    1010Allows users to authenticate without password via XMPP and for visitors to be
  • xmpp-auth/trunk/xmpp-auth.php

    r426593 r426647  
    44Plugin URI: http://jehan.zemarmot.net
    55Description: Authentication to the website through Instant Messaging Authorization (XMPP XEP-0070).
    6 Version: 0.2
     6Version: 0.3
    77Author: Jehan Hysseo
    88Author URI: http://jehan.zemarmot.net
    9 License: AGPLv3
     9License: GPLv2+
    1010*/
    1111
Note: See TracChangeset for help on using the changeset viewer.