Changeset 1596069
- Timestamp:
- 02/14/2017 10:39:57 PM (9 years ago)
- Location:
- reamaze/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
reamaze.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reamaze/trunk/readme.txt
r1504140 r1596069 5 5 Requires at least: 4.0 6 6 Tested up to: 4.6 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 17 17 * 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. 19 19 * Multi-brand support. Have multiple WordPress sites? Manage them all in one place! 20 20 … … 47 47 = Simple, Integrated Live Chat = 48 48 Provide 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 = 51 Reamaze 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) 49 55 50 56 == Installation == … … 92 98 93 99 == 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. 94 102 95 103 = 1.0.3 = … … 114 122 115 123 == Upgrade Notice == 124 = 1.0.4 = 125 Updated readme, added support for MMS and SMS via ClickSend and Twilio 116 126 117 127 = 1.0.3 = -
reamaze/trunk/reamaze.php
r1504140 r1596069 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. 36 * Version: 1.0.4 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. 3';13 public static $version = '1.0.4'; 14 14 15 15 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.