Changeset 3045222
- Timestamp:
- 03/04/2024 07:20:03 PM (2 years ago)
- Location:
- raptive-creatorbot/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
raptive-chatbot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raptive-creatorbot/trunk/README.txt
r3033673 r3045222 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.2.0 7 Stable tag: 1.0.1 67 Stable tag: 1.0.17 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 Easy to install and configure, the plugin seamlessly integrates with your WordPress site as both a stand-alone chat page hosted on `/chat` and as a "Let's Chat" button that shows up in the bottom right corner of your pages. 20 21 **NOTE:** 22 _This plugin is exclusive to Raptive creators. It is currently being tested with a small number of sites and will not work until Raptive enables it._ 20 23 21 24 == Installation == … … 45 48 46 49 == Changelog == 50 51 = 1.0.17 = 52 * Update plugin description 53 47 54 = 1.0.16 = 48 55 * Minor bug fixes 49 56 50 57 = 1.0.15 = 51 * Smallbug fixes58 * Minor bug fixes 52 59 53 60 = 1.0.14 = -
raptive-creatorbot/trunk/raptive-chatbot.php
r3033673 r3045222 16 16 * Plugin Name: Raptive Creatorbot 17 17 * Description: An interactive chatbot to increase engagement on your site. 18 * Version: 1.0.1 618 * Version: 1.0.17 19 19 * Author: Raptive 20 20 * Author URI: https://raptive.com/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'RAPTIVE_CHATBOT_VERSION', '1.0.1 6' );37 define( 'RAPTIVE_CHATBOT_VERSION', '1.0.17' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.