mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Add AI assistant and moderation to plugin dependencies
New dependencies `ai-assistant` and `ai-moderation` were added to the Ultimate Member plugin. This ensures support for these features, expanding the plugin's capabilities.
This commit is contained in:
@@ -72,6 +72,8 @@ if ( ! class_exists( 'um\Dependencies' ) ) {
|
||||
'filesharing' => '1.0.0',
|
||||
'beaver-builder' => '2.0',
|
||||
'user-events' => '1.0.0',
|
||||
'ai-assistant' => '1.0.0',
|
||||
'ai-moderation' => '1.0.0',
|
||||
|
||||
// deprecated
|
||||
'instagram' => '2.0.5',
|
||||
|
||||
Reference in New Issue
Block a user