Changeset 1713828
- Timestamp:
- 08/15/2017 10:29:46 PM (9 years ago)
- Location:
- reamaze
- Files:
-
- 3 edited
-
assets/screenshot-3.png (modified) (previous)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/reamaze.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reamaze/trunk/readme.txt
r1705843 r1713828 4 4 Tags: reamaze, support, customer support, helpdesk, help desk, ticket, live chat, conversations, chat, widget, comments, admin, livechat, plugin 5 5 Requires at least: 4.0 6 Tested up to: 4.8 7 Stable tag: 1.0. 56 Tested up to: 4.8.1 7 Stable tag: 1.0.6 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 Introducing Reamaze for WordPress . Integrated customer communications, helpdesk and live chat for your blog, WooCommerce store or WordPress site.15 Introducing Reamaze for WordPress and WooCommerce. Integrated customer communications, helpdesk and live chat for your blog, WooCommerce store or WordPress site. 16 16 17 17 * Stay connected to your customers and users as efficiently as possible, both offline and online via Live Chat. 18 18 * All your email, Facebook, Twitter, Instagram, SMS/MMS, and live chat conversations into one place so you can interact with customers no matter where they are. Reamaze Cues allows you to automatically engage online customers using rules and conditions. 19 19 * Multi-brand support. Have multiple WordPress sites? Manage them all in one place! 20 * View and manage WooCommerce customer and order information. Issue refunds, add order notes, update order status while engaging with a customer. 20 21 21 22 = Helping Amazing Companies Build Personal Relationships With Customers = … … 100 101 1. Reamaze Dashboard - Simple, beautiful, with Presence. 101 102 2. Conversation View - All the data you need to handle your customer support. Also see which other staff's viewing the same conversation 102 3. Instagram support - Reply to customers on Instagram.103 3. WooCommerce Support - View handly WooCommerce customer and order information while engaging with a customer. 103 104 4. Live Chat Widget - Provide instant support and chat for your users 104 105 5. Widget Builder - Customize your support widget with ease … … 109 110 110 111 == Changelog == 112 = 1.0.6 = 113 * Add WooCommerce Support - Integrate WooCommerce with Reamaze and view order and customer information while talking to customers. Issue refunds, add order notes and update order status conveniently from within Reamaze. 114 111 115 = 1.0.5 = 112 116 * PHP 7 support. … … 138 142 139 143 == Upgrade Notice == 144 = 1.0.6 = 145 Introduce WooCommerce Integration with Reamaze. Connect your WooCommece store in Reamaze Admin -> Settings -> Apps -> WooCommerce 146 140 147 = 1.0.5 = 141 148 PHP 7 and WordPress 4.8 Support. Check out Reamaze Cues in the Reamaze Admin -> Settings -> Cue Builder -
reamaze/trunk/reamaze.php
r1705843 r1713828 4 4 * Plugin URI: https://www.reamaze.com?referrer=wordpress 5 5 * Description: Reamaze Helpdesk, Customer Support and Live Chat for WordPress 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: The Reamaze Team 8 8 * Author URI: https://www.reamaze.com?referrer=wordpress … … 11 11 12 12 class Reamaze { 13 public static $version = '1.0. 5';13 public static $version = '1.0.6'; 14 14 15 15 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.