Plugin Directory

Changeset 1030964


Ignore:
Timestamp:
11/23/2014 01:20:44 AM (11 years ago)
Author:
barcinc
Message:

added new language support

Location:
barc-chat/trunk
Files:
3 edited

Legend:

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

    r1012458 r1030964  
    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.6.1
     6Version: 0.6.2
    77Author: Barc Inc.
    88Author URI: http://barc.com
     
    1616
    1717  // version of the plugin, must be updated with header version
    18   const version = '0.6.1';
     18  const version = '0.6.2';
    1919
    2020  // activation URL, should be changed to live version
  • barc-chat/trunk/options.php

    r1012458 r1030964  
    8989    <div id="purchase-subscription">
    9090        <div id="monthly" class="subscription-plan <?php echo ($paymentPlan == 'monthly'?' unlocked':($paymentPlan == 'yearly'? 'disabled':'')); ?>">
    91             <span class="subscription-price">$5.00</span><span class="subscription-period ">/<?php _e('mo', self::ld); ?></span>
     91            <span class="subscription-price">$9.95</span><span class="subscription-period ">/<?php _e('mo', self::ld); ?></span>
    9292
    9393            <div class="unlocked-button"><?php _e('Unlocked', self::ld); ?></div>
     
    9797        </div>
    9898        <div id="yearly" class="subscription-plan <?php echo ($paymentPlan == 'yearly'?' unlocked':($paymentPlan == 'monthly'? 'disabled':'')); ?>">
    99             <span class="subscription-price">$50.00</span><span class="subscription-period ">/<?php _e('yr', self::ld); ?></span>
     99            <span class="subscription-price">$95.00</span><span class="subscription-period ">/<?php _e('yr', self::ld); ?></span>
    100100
    101101            <div class="unlocked-button"><?php _e('Unlocked', self::ld); ?></div>
  • barc-chat/trunk/readme.txt

    r1012458 r1030964  
    55Requires at least: 3.1
    66Tested up to: 3.6
    7 Stable tag: 0.6.1
     7Stable tag: 0.6.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626- Word Filter: Keep your chat clean by filtering adult language.
    2727- Email Alerts: Make sure you're always part of the conversion by getting email alerts on the rooms you care about.
    28 - LeaderBoard: Your audience can compete to see who says the best comments. User's simply hover over a comment to vote!
    2928- Styling: Want more creative control? Customize the the look and feel of your Barc chat room.
    3029- Moderation: Website owners can unlock moderation control which provides features such as Deleting comments, Banning users, Clearing the chat or Disabling guests from chatting.
     
    40392. **When people speak in a different language you can translate the chat in real-time to communicate efficiently.**
    41403. **Create Polls and get instant Feedback. Find out how visitors found your website or ask your friends to review the latest movie with Polls. Share multimedia directly in the chat like photos from Flickr and Instagram, or videos from Youtube and Vimeo.**
    42 4. **Alerts make it simple to follow conversations in real-time, and if you’re offline you can subscribe to email alerts for the chatrooms you care about. Replying can be done to individual comments, which makes a brand new chat room to allow for more in-depth conversations.**
     414. **Alerts make it simple to follow conversations in real-time, and if you’re offline you can subscribe to email alerts for the chatrooms you care about.**
    43425. **"Barc opens up a new medium for customer feedback and discussion that we would otherwise not receive. It's free, easy and gives us instant insight to our online user base. Barc would be a "no brainer" for any website."**
    44436. **Popular Boy Band Main Level uses Barc to chat with their fans!**
     
    5453
    5554== Changelog ==
     55
     56= 0.6.2 =
     57- Added French and Japanese language support
    5658
    5759= 0.6.1 =
Note: See TracChangeset for help on using the changeset viewer.