WP Manifestindependent plugin directory
manifest / ai / aiwoc-chatbot

AIWOC Chatbot GitLab

AIWOC Chatbot — AI Workplace Organizing Chatbot WordPress plugin

by Wes (definitely not Ryan) · gitlab.com/bnux/aiwoc-chatbot

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/bnux/aiwoc-chatbot/-/archive/main/aiwoc-chatbot-main.zip

From the readme

AIWOC Chatbot v1.1.2 A WordPress plugin that provides a workplace organizing chatbot via a Gutenberg block and/or a sitewide floating widget. Recent Updates - Fixed a bug where the floating widget would always start expanded on page load regardless of its saved state. - Added state persistence for the floating widget (remembers if it was minimized or maximized). - Initial release. Requirements - WordPress 6.0+ - PHP 7.4+ Installation 1. Copy the aiwoc-chatbot folder into wp-content/plugins/. 2. Activate the plugin from Plugins in the WordPress admin. Updating To update the plugin to a newer version: Via WordPress Dashboard (WordPress 5.5+) 1. Go to Plugins Add New. 2. Click Upload Plugin and select the new version's .zip file. 3. Click Install Now. 4. WordPress will detect an existing version. Click Replace current with uploaded when prompted. Manual Update 1. Deactivate the current version of the plugin in Plugins. 2. Replace the aiwoc-chatbot folder in wp-content/plugins/ with the new version. 3. Reactivate the plugin. Note: Your settings and chat history are stored in the database and will not be lost during this update process. Usage Gutenberg Block In the block

Read the full README on GitLab →