Skip to content

Commit

Permalink
wp function update
Browse files Browse the repository at this point in the history
  • Loading branch information
khrapko committed Nov 2, 2023
1 parent 303a0bb commit 2b34d11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_VERSION: '3.1.0'
SVN_TEXT_COMMIT: 'admin menu function update'
SVN_VERSION: '3.1.1'
SVN_TEXT_COMMIT: 'wp function update'
2 changes: 1 addition & 1 deletion ImbaChatWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: 3.1 ImbaChat
* Plugin URI: https://wordpress.org/plugins/imbachat-widget/
* Description: This is free plugin for integration Wordpress CMS with chat service imbachat.com. It allows to add chat widget between users on your website for free.
* Version: 3.1.0
* Version: 3.1.1
* Author: Imbasynergy
* Author URI: https://imbachat.com/en/wordpress-chat
* License: GPLv2 or later
Expand Down
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: paypal.me/TrapenokVictor
Tags: chat, community, chat room, embed chat, chat plugin, chat widget, buddypress, messages, private message, sweetdate chat plugin, WCFM chat plugin, live chat, group chat, member chat, private messaging system, floating chat widget, video conference, video call, webcam, webinar, video chat, videochat.
Requires at least: 4.6
Tested up to: 6.2
Stable tag: 3.1.0
Stable tag: 3.1.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.apache.org/licenses/
Expand Down Expand Up @@ -83,6 +83,9 @@ Browsers require a secure connection (HTTPS) for accessing a deviceРІР‚в

== Changelog ==

= 3.1.1 =
* New feature: Updating function

= 3.1.0 =
* New feature: Wordpress update support

Expand Down
4 changes: 2 additions & 2 deletions includes/class/class-im-cmd-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ public static function imbachat_hooks_settings()
$filters = $imdb->get_all('imbachat_hooks');

$options = [];
foreach ($filters as $filter) {
$options[$filter->id] = $filter->description;
for ($i=0; $i < 4 ; $i++) {
$options[$filters[$i]->id] = $filters[$i]->description;
}


Expand Down

0 comments on commit 2b34d11

Please sign in to comment.