Plugin Directory

Changeset 1713828


Ignore:
Timestamp:
08/15/2017 10:29:46 PM (9 years ago)
Author:
Reamaze
Message:

Introducing WooCommerce <-> Reamaze integration

Location:
reamaze
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • reamaze/trunk/readme.txt

    r1705843 r1713828  
    44Tags: reamaze, support, customer support, helpdesk, help desk, ticket, live chat, conversations, chat, widget, comments, admin, livechat, plugin
    55Requires at least: 4.0
    6 Tested up to: 4.8
    7 Stable tag: 1.0.5
     6Tested up to: 4.8.1
     7Stable tag: 1.0.6
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 Introducing Reamaze for WordPress. Integrated customer communications, helpdesk and live chat for your blog, WooCommerce store or WordPress site.
     15Introducing Reamaze for WordPress and WooCommerce. Integrated customer communications, helpdesk and live chat for your blog, WooCommerce store or WordPress site.
    1616
    1717* Stay connected to your customers and users as efficiently as possible, both offline and online via Live Chat.
    1818* 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.
    1919* 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.
    2021
    2122= Helping Amazing Companies Build Personal Relationships With Customers =
     
    1001011. Reamaze Dashboard - Simple, beautiful, with Presence.
    1011022. 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.
     1033. WooCommerce Support - View handly WooCommerce customer and order information while engaging with a customer.
    1031044. Live Chat Widget - Provide instant support and chat for your users
    1041055. Widget Builder - Customize your support widget with ease
     
    109110
    110111== 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
    111115= 1.0.5 =
    112116* PHP 7 support.
     
    138142
    139143== Upgrade Notice ==
     144= 1.0.6 =
     145Introduce WooCommerce Integration with Reamaze. Connect your WooCommece store in Reamaze Admin -> Settings -> Apps -> WooCommerce
     146
    140147= 1.0.5 =
    141148PHP 7 and WordPress 4.8 Support. Check out Reamaze Cues in the Reamaze Admin -> Settings -> Cue Builder
  • reamaze/trunk/reamaze.php

    r1705843 r1713828  
    44 * Plugin URI:  https://www.reamaze.com?referrer=wordpress
    55 * Description: Reamaze Helpdesk, Customer Support and Live Chat for WordPress
    6  * Version:     1.0.5
     6 * Version:     1.0.6
    77 * Author:      The Reamaze Team
    88 * Author URI:  https://www.reamaze.com?referrer=wordpress
     
    1111
    1212class Reamaze {
    13   public static $version = '1.0.5';
     13  public static $version = '1.0.6';
    1414
    1515  public function __construct() {
Note: See TracChangeset for help on using the changeset viewer.