CR Bee Docs

Updating

How to update the CR Bee Connect plugin

Checking Your Version

Your current plugin version is shown in:

  • Plugins page in WordPress admin (under CR Bee Connect)
  • CR Bee Connect > Connection tab (at the bottom)

The current version is 1.3.12.

Update Process

Manual Update

  1. Download the latest version of cr-bee-connect.zip
  2. Deactivate the plugin in Plugins
  3. Delete the current plugin (this does not remove your settings)
  4. Upload and install the new version via Plugins > Add New > Upload Plugin
  5. Activate the plugin

Your settings (API key, page assignments, webhook) are stored as WordPress options and are preserved across updates.

FTP Update

  1. Download and extract the new version
  2. Replace the wp-content/plugins/cr-bee-connect/ directory with the new files
  3. The plugin will auto-detect the update on the next admin page load

After Updating

  • Click Test Connection to verify compatibility
  • Clear your cache (CR Bee Connect > Cache > Flush Cache)
  • Test the booking flow to verify everything works

Backwards Compatibility

The plugin maintains backwards compatibility:

  • Settings are auto-migrated when naming conventions change (e.g., crbc_page_car_details was renamed to crbc_page_vehicle_details in v1.1.12)
  • New features are added without breaking existing configurations
  • API version changes are handled by the plugin internally

On this page