Skip to content

Commit

Permalink
updated function
Browse files Browse the repository at this point in the history
  • Loading branch information
khrapko committed Dec 2, 2023
1 parent 1c7fced commit e5dd96e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.2'
SVN_VERSION: '3.1.3'
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.2
* Version: 3.1.3
* Author: Imbasynergy
* Author URI: https://imbachat.com/en/wordpress-chat
* License: GPLv2 or later
Expand Down
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Browsers require a secure connection (HTTPS) for accessing a deviceРІР‚в

== Changelog ==

= 3.1.3 =
* New feature: Updating function

= 3.1.2 =
* New feature: Updating function

Expand Down
2 changes: 1 addition & 1 deletion includes/class/class-im-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function addCategories(){
];

foreach ($categories as $k => $category){
add_filter( 'block_categories',array( 'IM_Blocks', 'imbachat_chats_block_category' ), 10, 2);
add_filter( 'block_categories_imbachat',array( 'IM_Blocks', 'imbachat_chats_block_category' ), 10, 2);
}
}

Expand Down

0 comments on commit e5dd96e

Please sign in to comment.