Changeset 1030964
- Timestamp:
- 11/23/2014 01:20:44 AM (11 years ago)
- Location:
- barc-chat/trunk
- Files:
-
- 3 edited
-
barc.php (modified) (2 diffs)
-
options.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
barc-chat/trunk/barc.php
r1012458 r1030964 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.6. 16 Version: 0.6.2 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.6. 1';18 const version = '0.6.2'; 19 19 20 20 // activation URL, should be changed to live version -
barc-chat/trunk/options.php
r1012458 r1030964 89 89 <div id="purchase-subscription"> 90 90 <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> 92 92 93 93 <div class="unlocked-button"><?php _e('Unlocked', self::ld); ?></div> … … 97 97 </div> 98 98 <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> 100 100 101 101 <div class="unlocked-button"><?php _e('Unlocked', self::ld); ?></div> -
barc-chat/trunk/readme.txt
r1012458 r1030964 5 5 Requires at least: 3.1 6 6 Tested up to: 3.6 7 Stable tag: 0.6. 17 Stable tag: 0.6.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 - Word Filter: Keep your chat clean by filtering adult language. 27 27 - 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!29 28 - Styling: Want more creative control? Customize the the look and feel of your Barc chat room. 30 29 - Moderation: Website owners can unlock moderation control which provides features such as Deleting comments, Banning users, Clearing the chat or Disabling guests from chatting. … … 40 39 2. **When people speak in a different language you can translate the chat in real-time to communicate efficiently.** 41 40 3. **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.**41 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.** 43 42 5. **"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."** 44 43 6. **Popular Boy Band Main Level uses Barc to chat with their fans!** … … 54 53 55 54 == Changelog == 55 56 = 0.6.2 = 57 - Added French and Japanese language support 56 58 57 59 = 0.6.1 =
Note: See TracChangeset
for help on using the changeset viewer.