You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.7.3: Fix FluentCRM Pro custom license key detection
FluentCRM Pro stores the license key inside the __fluentcrm_campaign_license array, not in a separate _key option like other Fluent products. This was causing the plugin to incorrectly think users were using the default license when they had their own valid license, which prevented updates from working.
Changes:
- Fixed modify_fluentcampaign_update_transient() to read license_key from the array
- Fixed initialize_fluentcampaign_default_options() to read license_key from the array
- Now properly detects when user has their own FluentCRM Pro license
- Allows WordPress to handle updates when custom license is in use
This fixes the PCLZIP_ERR_BAD_FORMAT error when updating FluentCRM Pro with a custom license.