Updates & Installation
Plugin Updates
The HubSpot Sync - Milli plugin automatically checks for updates from the public GitHub repository.
How It Works
- Updates are retrieved from GitHub releases at
thedevcave/hubspot-sync-milli - The plugin checks for new releases every 12 hours
- Update notifications appear in WordPress Admin → Plugins
- Updates install the
hubspot-sync-milli.zipasset from GitHub releases
Troubleshooting
If updates aren’t appearing:
- Clear update cache by adding this to functions.php temporarily:
delete_transient('hubspot_sync_milli_latest_release'); delete_site_transient('update_plugins'); - Enable debug logging in wp-config.php:
define( 'WP_DEBUG_LOG', true );Check
/wp-content/debug.logfor updater messages. - Check GitHub release:
- Ensure the release is published (not draft)
- Verify
hubspot-sync-milli.zipis attached as an asset - Confirm the repository is public