Plugin Directory

Changeset 1646185


Ignore:
Timestamp:
04/27/2017 03:31:47 AM (9 years ago)
Author:
tridungpham
Message:

fix mobile authentication

Location:
chatwing/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chatwing/trunk/chatwing.php

    r1645437 r1646185  
    88Plugin URI: http://chatwing.com/
    99Description: Chatwing offers an unlimited live website or blog chat experience. This chat widget specializes in delivering real-time communication at any given time. Engage in a free chat with visitors and friends!
    10 Version: 2.3.5
     10Version: 2.3.6
    1111Author: chatwing
    1212Author URI: http://chatwing.com/
     
    1515*/
    1616
    17 define('CHATWING_VERSION', '2.3.5');
     17define('CHATWING_VERSION', '2.3.6');
    1818define('CHATWING_TEXTDOMAIN', 'chatwing');
    1919define('CHATWING_PATH', dirname(__FILE__));
  • chatwing/trunk/oauth.php

    r1645437 r1646185  
    77        #login h1 a, .login h1 a {
    88        background-image: url("");
    9         height:5px;
     9        height:0px;
    1010        width:320px;
    1111        background-size: 320px 65px;
     
    2222
    2323function my_login_footer() { ?>
    24   <style> .login #nav,#backtoblog {display:none} </style>
     24  <style>  #login #nav,#backtoblog,.oneall_social_login {display:none} </style>
    2525
    2626<?php }
  • chatwing/trunk/readme.txt

    r1645437 r1646185  
    77Requires at least: 3.0.1
    88Tested up to: 4.7.4
    9 Stable tag: 2.3.5
     9Stable tag: 2.3.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    51515. Insert chatbox as widget
    5252== Changelog ==
     53= 2.3.6 =
     54* fix mobile authentication
    5355= 2.3.5 =
    5456* support mobile authentication
Note: See TracChangeset for help on using the changeset viewer.