Plugin Directory

Changeset 3045222


Ignore:
Timestamp:
03/04/2024 07:20:03 PM (2 years ago)
Author:
usetopic
Message:

tagging version 1.0.17

Location:
raptive-creatorbot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • raptive-creatorbot/trunk/README.txt

    r3033673 r3045222  
    55Requires at least: 3.0.1
    66Tested up to: 6.2.0
    7 Stable tag: 1.0.16
     7Stable tag: 1.0.17
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1818
    1919Easy 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._
    2023
    2124== Installation ==
     
    4548
    4649== Changelog ==
     50
     51= 1.0.17 =
     52* Update plugin description
     53
    4754= 1.0.16 =
    4855* Minor bug fixes
    4956
    5057= 1.0.15 =
    51 * Small bug fixes
     58* Minor bug fixes
    5259
    5360= 1.0.14 =
  • raptive-creatorbot/trunk/raptive-chatbot.php

    r3033673 r3045222  
    1616 * Plugin Name:       Raptive Creatorbot
    1717 * Description:       An interactive chatbot to increase engagement on your site.
    18  * Version:           1.0.16
     18 * Version:           1.0.17
    1919 * Author:            Raptive
    2020 * Author URI:        https://raptive.com/
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'RAPTIVE_CHATBOT_VERSION', '1.0.16' );
     37define( 'RAPTIVE_CHATBOT_VERSION', '1.0.17' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.