Plugin Directory

Changeset 1596069


Ignore:
Timestamp:
02/14/2017 10:39:57 PM (9 years ago)
Author:
Reamaze
Message:

update readme, add SMS and MMS integrations

Location:
reamaze/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reamaze/trunk/readme.txt

    r1504140 r1596069  
    55Requires at least: 4.0
    66Tested up to: 4.6
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616
    1717* Stay connected to your customers and users as efficiently as possible, both offline and online via Live Chat.
    18 * All your email, Facebook, Twitter, Instagram, and Live Chat conversations into one place so you can interact with customers no matter where they are.
     18* All your email, Facebook, Twitter, Instagram, and Live Chat and SMS + MMS conversations into one place so you can interact with customers no matter where they are.
    1919* Multi-brand support. Have multiple WordPress sites? Manage them all in one place!
    2020
     
    4747= Simple, Integrated Live Chat =
    4848Provide customers the answers they need immediately and gain powerful insights for building relationships that last. Reamaze gets you one step closer to being customer friendly.
     49
     50= Mobile Apps Available =
     51Reamaze is mobile ready for your team so you can always impress customers with a few taps. Download our mobile apps and receive push notifications for direct messaging with customers while you're on the go.
     52
     53* iOS - [Get iOS App](https://itunes.apple.com/us/app/reamaze-mobile/id1190166501?ls=1&mt=8)
     54* Android - [Get Android App](https://play.google.com/store/apps/details?id=com.reamaze.farstar&hl=en&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
    4955
    5056== Installation ==
     
    9298
    9399== Changelog ==
     100= 1.0.4 =
     101* Added SMS and MMS support. You can now manage support conversations on your SMS and MMS channels via Twilio / ClickSend.
    94102
    95103= 1.0.3 =
     
    114122
    115123== Upgrade Notice ==
     124= 1.0.4 =
     125Updated readme, added support for MMS and SMS via ClickSend and Twilio
    116126
    117127= 1.0.3 =
  • reamaze/trunk/reamaze.php

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