Plugin Directory

Changeset 2094072


Ignore:
Timestamp:
05/23/2019 06:34:54 PM (7 years ago)
Author:
rmmmp
Message:

Delete new settings options when uninstall plugin

Location:
cenchat-comments/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cenchat-comments/trunk/README.txt

    r2094062 r2094072  
    44Requires at least: 4.9
    55Tested up to: 5.2.1
    6 Stable tag: 0.1.0
     6Stable tag: 0.1.1
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    5959== Changelog ==
    6060
     61= 0.1.1 =
     62* Delete new settings options when uninstall plugin
     63
    6164= 0.1.0 =
    6265* Rebrand from Cenchat Comments to Cenchat
  • cenchat-comments/trunk/cenchat-comments.php

    r2094062 r2094072  
    1616 * Plugin URI: https://cenchat.com
    1717 * Description: Messaging for websites and blogs
    18  * Version: 0.1.0
     18 * Version: 0.1.1
    1919 * Author: Cenchat
    2020 * Author URI: http://cenchat.com
     
    3333 * Rename this for your plugin and update it as you release new versions.
    3434 */
    35 define( 'CENCHAT_COMMENTS_VERSION', '0.1.0' );
     35define( 'CENCHAT_COMMENTS_VERSION', '0.1.1' );
    3636
    3737/**
  • cenchat-comments/trunk/uninstall.php

    r1882911 r2094072  
    1616
    1717delete_option ( 'cenchat_id' );
     18delete_option ( 'cenchat_start_chat_button_text_color' );
     19delete_option ( 'cenchat_start_chat_button_background_color' );
Note: See TracChangeset for help on using the changeset viewer.