Changeset 1826309
- Timestamp:
- 02/21/2018 03:35:39 PM (8 years ago)
- Location:
- replain
- Files:
-
- 26 added
- 10 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (modified) (previous)
-
assets/screenshot-5.png (added)
-
tags/1.2 (added)
-
tags/1.2/assets (added)
-
tags/1.2/assets/banner-1544x500.jpg (added)
-
tags/1.2/assets/banner-772x250.jpg (added)
-
tags/1.2/assets/css (added)
-
tags/1.2/assets/css/replain-wp-toolbar-link.css (added)
-
tags/1.2/assets/icon-128x128.png (added)
-
tags/1.2/assets/icon-256x256.png (added)
-
tags/1.2/assets/img (added)
-
tags/1.2/assets/img/replain-logo-white.svg (added)
-
tags/1.2/lang (added)
-
tags/1.2/lang/replain-ar.mo (added)
-
tags/1.2/lang/replain-ar.po (added)
-
tags/1.2/lang/replain-pt_BR.mo (added)
-
tags/1.2/lang/replain-pt_BR.po (added)
-
tags/1.2/lang/replain-ru_RU.mo (added)
-
tags/1.2/lang/replain-ru_RU.po (added)
-
tags/1.2/readme.txt (added)
-
tags/1.2/replain.php (added)
-
tags/1.2/screenshot-1.png (added)
-
tags/1.2/screenshot-2.png (added)
-
tags/1.2/screenshot-3.png (added)
-
tags/1.2/screenshot-4.png (added)
-
tags/1.2/screenshot-5.png (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/replain.php (modified) (2 diffs)
-
trunk/screenshot-1.png (modified) (previous)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/screenshot-3.png (modified) (previous)
-
trunk/screenshot-4.png (modified) (previous)
-
trunk/screenshot-5.png (added)
Legend:
- Unmodified
- Added
- Removed
-
replain/trunk/readme.txt
r1824951 r1826309 4 4 Tested up to: 4.7 5 5 Requires PHP: 5.2.4 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 = 1.0 = 46 * First stable plugin version 46 * First stable plugin version. 47 47 48 48 = 1.1 = 49 * Added language packs: Russian, Arabic, Brazilian Portuguese 49 * Added language packs: Russian, Arabic, Brazilian Portuguese. 50 51 = 1.2 = 52 * Fixed support for PHP 5.4, fixed technical specification. -
replain/trunk/replain.php
r1824947 r1826309 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. 17 Version: 1.2 8 8 Author: Re:plain 9 9 Author URI: http://replain.cc … … 116 116 $updated = false; 117 117 118 $options = [118 $options = array( 119 119 'enabled' => '', 120 120 'disabled' => '', 121 ];121 ); 122 122 123 123 if ( isset( $_POST[ $nonce_name ] ) && wp_verify_nonce( $_POST[$nonce_name], $nonce_action ) && current_user_can( 'edit_plugins' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.