Plugin Directory

Changeset 1826309


Ignore:
Timestamp:
02/21/2018 03:35:39 PM (8 years ago)
Author:
deformator
Message:

Fixed support for PHP 5.4, fixed technical specification.

Location:
replain
Files:
26 added
10 edited

Legend:

Unmodified
Added
Removed
  • replain/trunk/readme.txt

    r1824951 r1826309  
    44Tested up to: 4.7
    55Requires PHP: 5.2.4
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545= 1.0 =
    46 * First stable plugin version
     46* First stable plugin version.
    4747
    4848= 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  
    55Plugin URI: http://wordpress.org/plugins/replain/
    66Description: 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.1
     7Version: 1.2
    88Author: Re:plain
    99Author URI: http://replain.cc
     
    116116    $updated      = false;
    117117   
    118     $options = [
     118    $options = array(
    119119        'enabled'  => '',
    120120        'disabled' => '',
    121     ];
     121    );
    122122   
    123123    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.