Changeset 809154
- Timestamp:
- 11/23/2013 02:55:03 AM (12 years ago)
- Location:
- barc-chat
- Files:
-
- 4 edited
- 1 copied
-
tags/0.5.9 (copied) (copied from barc-chat/trunk)
-
tags/0.5.9/barc.php (modified) (2 diffs)
-
tags/0.5.9/readme.txt (modified) (3 diffs)
-
trunk/barc.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
barc-chat/tags/0.5.9/barc.php
r782805 r809154 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. 86 Version: 0.5.9 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. 8';18 const version = '0.5.9'; 19 19 20 20 // activation URL, should be changed to live version -
barc-chat/tags/0.5.9/readme.txt
r782805 r809154 5 5 Requires at least: 3.1 6 6 Tested up to: 3.6 7 Stable tag: 0.5. 87 Stable tag: 0.5.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 - Use real-time language translation to chat with people in different languages 25 25 - Choose between a ‘floating widget’ or embedded directly in the page 26 - Purchase and tip Bitcoins to other users directly inside the chat. 26 27 27 28 Because Barc is hosted in the cloud, you can have unlimited simultaneous users without any special configurations or performance hits to your site. Website owners can unlock moderation control which provides features such as Deleting comments, Banning users, Clearing the chat or Disabling guests from chatting. … … 49 50 50 51 == Changelog == 52 53 = 0.5.9 = 54 - Bitcoin Info 51 55 52 56 = 0.5.8 = -
barc-chat/trunk/barc.php
r782805 r809154 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. 86 Version: 0.5.9 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. 8';18 const version = '0.5.9'; 19 19 20 20 // activation URL, should be changed to live version -
barc-chat/trunk/readme.txt
r782805 r809154 2 2 Contributors: barcinc,martinsuly 3 3 Donate link: http://barc.com/ 4 Tags: chat, widget, plugin, comments, sidebar, forum, support, post, radio, page4 Tags: chat, widget, plugin, comments, sidebar, bitcoin, support, post, radio, page 5 5 Requires at least: 3.1 6 6 Tested up to: 3.6 7 Stable tag: 0.5. 87 Stable tag: 0.5.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 - Use real-time language translation to chat with people in different languages 25 25 - Choose between a ‘floating widget’ or embedded directly in the page 26 - Purchase and tip Bitcoins to other users directly inside the chat. 26 27 27 28 Because Barc is hosted in the cloud, you can have unlimited simultaneous users without any special configurations or performance hits to your site. Website owners can unlock moderation control which provides features such as Deleting comments, Banning users, Clearing the chat or Disabling guests from chatting. … … 49 50 50 51 == Changelog == 52 53 = 0.5.9 = 54 - Bitcoin Info 51 55 52 56 = 0.5.8 =
Note: See TracChangeset
for help on using the changeset viewer.