Plugin Directory

Changeset 809154


Ignore:
Timestamp:
11/23/2013 02:55:03 AM (12 years ago)
Author:
barcinc
Message:

updated with bitcoin

Location:
barc-chat
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • barc-chat/tags/0.5.9/barc.php

    r782805 r809154  
    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.8
     6Version: 0.5.9
    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.8';
     18  const version = '0.5.9';
    1919
    2020  // activation URL, should be changed to live version
  • barc-chat/tags/0.5.9/readme.txt

    r782805 r809154  
    55Requires at least: 3.1
    66Tested up to: 3.6
    7 Stable tag: 0.5.8
     7Stable tag: 0.5.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424- Use real-time language translation to chat with people in different languages
    2525- Choose between a ‘floating widget’ or embedded directly in the page
     26- Purchase and tip Bitcoins to other users directly inside the chat.
    2627
    2728Because 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.
     
    4950
    5051== Changelog ==
     52
     53= 0.5.9 =
     54- Bitcoin Info
    5155
    5256= 0.5.8 =
  • barc-chat/trunk/barc.php

    r782805 r809154  
    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.8
     6Version: 0.5.9
    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.8';
     18  const version = '0.5.9';
    1919
    2020  // activation URL, should be changed to live version
  • barc-chat/trunk/readme.txt

    r782805 r809154  
    22Contributors: barcinc,martinsuly
    33Donate link: http://barc.com/
    4 Tags: chat, widget, plugin, comments, sidebar, forum, support, post, radio, page
     4Tags: chat, widget, plugin, comments, sidebar, bitcoin, support, post, radio, page
    55Requires at least: 3.1
    66Tested up to: 3.6
    7 Stable tag: 0.5.8
     7Stable tag: 0.5.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424- Use real-time language translation to chat with people in different languages
    2525- Choose between a ‘floating widget’ or embedded directly in the page
     26- Purchase and tip Bitcoins to other users directly inside the chat.
    2627
    2728Because 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.
     
    4950
    5051== Changelog ==
     52
     53= 0.5.9 =
     54- Bitcoin Info
    5155
    5256= 0.5.8 =
Note: See TracChangeset for help on using the changeset viewer.