Plugin Directory

Changeset 776162


Ignore:
Timestamp:
09/20/2013 07:36:59 PM (13 years ago)
Author:
barcinc
Message:

minor verification tweak.

Location:
barc-chat
Files:
22 added
3 edited

Legend:

Unmodified
Added
Removed
  • barc-chat/trunk/barc.php

    r771164 r776162  
    44Plugin URI: http://barc.com
    55Description: Barc Chat provides a simple yet feature rich chat room for your whole community to interact in real-time directly on your site. You can have an unlimited number of users chatting simultaneously, it's completely free and there are no ads!
    6 Version: 0.5.4
     6Version: 0.5.5
    77Author: Barc Inc.
    88Author URI: http://barc.com
     
    1616
    1717  // version of the plugin, must be updated with header version
    18   const version = '0.5.4';
     18  const version = '0.5.5';
    1919
    2020  // activation URL, should be changed to live version
  • barc-chat/trunk/css/styles.css

    r768951 r776162  
    142142.verified #verification-completed {
    143143    display: block;
     144}
     145#verification-wrapper.verified .content-description {
     146    display: none;
    144147}
    145148#external-settings {
  • barc-chat/trunk/readme.txt

    r771164 r776162  
    4949
    5050== Changelog ==
     51
     52= 0.5.5 =
     53- Minor tweaks
    5154
    5255= 0.5.4 =
Note: See TracChangeset for help on using the changeset viewer.