Skip to content

Release v1.7.3

Choose a tag to compare

@jghankins jghankins released this 25 Oct 23:15
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.