Release v1.8.3
Fix API authentication to use bearer token instead of email
When using API Token authentication method, the plugin was incorrectly sending the user's email as the Bearer token instead of the actual CWPK_BEARER_TOKEN. This caused the plugin manifest API call to fail and show 'Loading...' forever on the plugins screen.
Changes:
- Fixed get_plugin_manifest() to use actual bearer token
- Fixed download_plugin() to use actual bearer token
- Bumped version to 1.8.3