Changeset 776162
- Timestamp:
- 09/20/2013 07:36:59 PM (13 years ago)
- Location:
- barc-chat
- Files:
-
- 22 added
- 3 edited
-
tags/0.5.5 (added)
-
tags/0.5.5/barc.php (added)
-
tags/0.5.5/comment_template.php (added)
-
tags/0.5.5/css (added)
-
tags/0.5.5/css/styles.css (added)
-
tags/0.5.5/images (added)
-
tags/0.5.5/images/ico-check.png (added)
-
tags/0.5.5/images/ico-gear.png (added)
-
tags/0.5.5/images/ico-lock.png (added)
-
tags/0.5.5/images/ico-phone.png (added)
-
tags/0.5.5/images/loader.gif (added)
-
tags/0.5.5/images/stars.png (added)
-
tags/0.5.5/images/title-barc-for-wp.png (added)
-
tags/0.5.5/images/title-premium.png (added)
-
tags/0.5.5/images/title-settings.png (added)
-
tags/0.5.5/images/title-verification.png (added)
-
tags/0.5.5/languages (added)
-
tags/0.5.5/languages/default.mo (added)
-
tags/0.5.5/languages/default.po (added)
-
tags/0.5.5/options.js (added)
-
tags/0.5.5/options.php (added)
-
tags/0.5.5/readme.txt (added)
-
trunk/barc.php (modified) (2 diffs)
-
trunk/css/styles.css (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
barc-chat/trunk/barc.php
r771164 r776162 4 4 Plugin URI: http://barc.com 5 5 Description: 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. 46 Version: 0.5.5 7 7 Author: Barc Inc. 8 8 Author URI: http://barc.com … … 16 16 17 17 // version of the plugin, must be updated with header version 18 const version = '0.5. 4';18 const version = '0.5.5'; 19 19 20 20 // activation URL, should be changed to live version -
barc-chat/trunk/css/styles.css
r768951 r776162 142 142 .verified #verification-completed { 143 143 display: block; 144 } 145 #verification-wrapper.verified .content-description { 146 display: none; 144 147 } 145 148 #external-settings { -
barc-chat/trunk/readme.txt
r771164 r776162 49 49 50 50 == Changelog == 51 52 = 0.5.5 = 53 - Minor tweaks 51 54 52 55 = 0.5.4 =
Note: See TracChangeset
for help on using the changeset viewer.