Changeset 1847655
- Timestamp:
- 03/27/2018 09:38:57 AM (8 years ago)
- Location:
- replain
- Files:
-
- 24 added
- 2 edited
-
tags/1.4 (added)
-
tags/1.4/assets (added)
-
tags/1.4/assets/banner-1544x500.jpg (added)
-
tags/1.4/assets/banner-772x250.jpg (added)
-
tags/1.4/assets/css (added)
-
tags/1.4/assets/css/replain-wp-toolbar-link.css (added)
-
tags/1.4/assets/icon-128x128.png (added)
-
tags/1.4/assets/icon-256x256.png (added)
-
tags/1.4/assets/img (added)
-
tags/1.4/assets/img/replain-logo-white.svg (added)
-
tags/1.4/lang (added)
-
tags/1.4/lang/replain-ar.mo (added)
-
tags/1.4/lang/replain-ar.po (added)
-
tags/1.4/lang/replain-pt_BR.mo (added)
-
tags/1.4/lang/replain-pt_BR.po (added)
-
tags/1.4/lang/replain-ru_RU.mo (added)
-
tags/1.4/lang/replain-ru_RU.po (added)
-
tags/1.4/readme.txt (added)
-
tags/1.4/replain.php (added)
-
tags/1.4/screenshot-1.png (added)
-
tags/1.4/screenshot-2.png (added)
-
tags/1.4/screenshot-3.png (added)
-
tags/1.4/screenshot-4.png (added)
-
tags/1.4/screenshot-5.png (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/replain.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
replain/trunk/readme.txt
r1846681 r1847655 4 4 Tested up to: 4.9.4 5 5 Requires PHP: 5.2.4 6 Stable tag: 1. 36 Stable tag: 1.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 = 1.3 = 55 55 * Improved error reporting. 56 57 = 1.4 = 58 * Hot fix. Squash some bugs from previous version (change user capabilities). -
replain/trunk/replain.php
r1846681 r1847655 5 5 Plugin URI: http://wordpress.org/plugins/replain/ 6 6 Description: The simplest live chat in the world. The first live chat in your messenger. Messages from the site come directly to your Telegram. Re:plain For those who need customers, not data. 7 Version: 1. 37 Version: 1.4 8 8 Author: Re:plain 9 9 Author URI: http://replain.cc … … 123 123 if ( isset( $_POST[ $nonce_name ] ) ) { 124 124 if ( wp_verify_nonce( $_POST[$nonce_name], $nonce_action ) ) { 125 if ( current_user_can( ' edit_plugins' ) ) {125 if ( current_user_can( 'manage_options' ) ) { 126 126 if ( isset( $_POST[$enabled_name] ) ) { 127 127 update_option( $enabled_name, ( (boolean)$_POST[$enabled_name] ) );
Note: See TracChangeset
for help on using the changeset viewer.