Changeset 2094072
- Timestamp:
- 05/23/2019 06:34:54 PM (7 years ago)
- Location:
- cenchat-comments/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
cenchat-comments.php (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cenchat-comments/trunk/README.txt
r2094062 r2094072 4 4 Requires at least: 4.9 5 5 Tested up to: 5.2.1 6 Stable tag: 0.1. 06 Stable tag: 0.1.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 59 59 == Changelog == 60 60 61 = 0.1.1 = 62 * Delete new settings options when uninstall plugin 63 61 64 = 0.1.0 = 62 65 * Rebrand from Cenchat Comments to Cenchat -
cenchat-comments/trunk/cenchat-comments.php
r2094062 r2094072 16 16 * Plugin URI: https://cenchat.com 17 17 * Description: Messaging for websites and blogs 18 * Version: 0.1. 018 * Version: 0.1.1 19 19 * Author: Cenchat 20 20 * Author URI: http://cenchat.com … … 33 33 * Rename this for your plugin and update it as you release new versions. 34 34 */ 35 define( 'CENCHAT_COMMENTS_VERSION', '0.1. 0' );35 define( 'CENCHAT_COMMENTS_VERSION', '0.1.1' ); 36 36 37 37 /** -
cenchat-comments/trunk/uninstall.php
r1882911 r2094072 16 16 17 17 delete_option ( 'cenchat_id' ); 18 delete_option ( 'cenchat_start_chat_button_text_color' ); 19 delete_option ( 'cenchat_start_chat_button_background_color' );
Note: See TracChangeset
for help on using the changeset viewer.