Plugin Directory

Changeset 1464990


Ignore:
Timestamp:
08/01/2016 12:34:37 PM (10 years ago)
Author:
brainytalk
Message:

Correções gerais

Location:
brainytalk-chat
Files:
113 added
5 edited

Legend:

Unmodified
Added
Removed
  • brainytalk-chat/trunk/assets/css/brainy-reset.css

    r1464406 r1464990  
    171171    -moz-box-sizing:content-box;
    172172    box-sizing:content-box;
     173    background: transparent !important;
    173174}
    174175
  • brainytalk-chat/trunk/assets/css/brainytalk.css

    r1464422 r1464990  
    195195    width: 100%;
    196196    padding: 12px;
    197     background: transparent;
     197    background: transparent !important;
    198198    border: 0px;
    199199    color: #FFF;
     
    204204    margin: 0 !important;
    205205    line-height: 1 !important;
    206     min-height: 0px !important;
     206    min-height: 41px !important;
    207207    min-width: 0px !important;
    208208}
     
    210210textarea.brainy-form{
    211211    height: 175px !important;
     212    border: 0px solid #4E687D !important;
    212213}
    213214
  • brainytalk-chat/trunk/brainytalk-chat.php

    r1464422 r1464990  
    66Domain Path: /langs
    77Description: Plugin de chat integrado para uso com o sistema BrainyTalk
    8 Version: 2.0.1
     8Version: 2.0.2
    99Author: BrainyTalk
    1010Author URI: https://brainytalk.com
  • brainytalk-chat/trunk/framework/constants.php

    r1464422 r1464990  
    1212    const PROJECT_NAME = "brainytalk-chat";
    1313    const APP_NAME = "Chat for WordPress";
    14     const APP_VERSION = "2.0.1 beta - Free";
     14    const APP_VERSION = "2.0.2 beta - Free";
    1515    const APP_AUTHORS = "BrainyTalk Company";
    1616    const APP_SITE = "https://web.brainytalk.com";
  • brainytalk-chat/trunk/readme.txt

    r1464422 r1464990  
    8888* Correção de bugs referentes ao layout
    8989
     90= 2.0.2 =
     91* Correção de bugs referentes ao layout
     92
    9093== Upgrade Notice ==
    9194
     
    133136= 2.0.1 =
    134137* Correção de bugs referentes ao layout
     138
     139= 2.0.2 =
     140* Correção de bugs referentes ao layout
Note: See TracChangeset for help on using the changeset viewer.