Plugin Directory

Changeset 3431108


Ignore:
Timestamp:
01/02/2026 03:42:32 PM (7 weeks ago)
Author:
codingfix
Message:

Fixed bug detected by WP Hive

Location:
chat-everywhere/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chat-everywhere/trunk/README.txt

    r3430649 r3431108  
    55Requires at least: 4.0.1
    66Tested up to: 6.9
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8383* Compatible with PHP 8.1.10
    8484
     85= 1.2.6 =
     86* Fixed bug detected by WP Hive
     87
    8588== Upgrade Notice ==
    8689
  • chat-everywhere/trunk/admin/partials/chat-everywhere-admin-display.php

    r3430649 r3431108  
    2020    if (
    2121        isset( $_GET['message'] )
    22         && '1' === $_GET['message']
     22        && '1' == $_GET['message']
    2323    ) {
    2424        ?>
     
    3131    <br />
    3232    <br />
    33     <form method="post" action="admin-post.php" class="<?php echo $hidden ? 'hidden' : ''; ?>">
     33    <form method="post" action="admin-post.php">
    3434        <input type="hidden" name="action" value="save_cfxchat_options" />
    3535        <!-- Adding security through hidden referrer field -->
  • chat-everywhere/trunk/chat-everywhere.php

    r3430649 r3431108  
    1616 * Plugin URI:        https://codingfix.com/chat-everywhere
    1717 * Description:       Open a new chat using every html element you wish: standard buttons, textual links, images, divs and so on just adding them a css class.
    18  * Version:           1.2.5
     18 * Version:           1.2.6
    1919 * Author:            Marco Gasi -  Codingfix
    2020 * Author URI:        https://codingfix.com
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'CHAT_EVERYWHERE_VERSION', '1.2.5' );
     37define( 'CHAT_EVERYWHERE_VERSION', '1.2.6' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.