Plugin Directory

Changeset 2827746


Ignore:
Timestamp:
12/02/2022 02:17:22 PM (3 years ago)
Author:
anychat
Message:

v1.0.1
API Key bug fix

Location:
anychat-widget/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anychat-widget/trunk/anychat.php

    r2684942 r2827746  
    2121define('ANYCHAT_PLUGIN_FILE', __FILE__);
    2222define('ANYCHAT_PLUGIN_NAME', 'anychat');
    23 define('ANYCHAT_VERSION', '1.0.0');
     23define('ANYCHAT_VERSION', '1.0.1');
    2424define('ANYCHAT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2525define('ANYCHAT_PLUGIN_URL', plugin_dir_url(__FILE__));
  • anychat-widget/trunk/models/AnyChatConfigModel.php

    r2684942 r2827746  
    5858    public function validateApiWidget($value)
    5959    {
    60         return preg_match('/^[a-zA-Z0-9-]+$/is', $value);
     60        return preg_match('/^[a-zA-Z0-9-_]+$/is', $value);
    6161    }
    6262   
  • anychat-widget/trunk/readme.txt

    r2684942 r2827746  
    137137== Changelog ==
    138138
     139= 1.0.1 =
     140* API key bug fix
     141
    139142= 1.0.0 =
    140143* First version of the plugin.
     
    142145
    143146== Upgrade Notice ==
     147= 1.0.1 =
     148API key bug fix
     149
    144150= 1.0.0 =
    145151First version of the plugin.
Note: See TracChangeset for help on using the changeset viewer.