Problem: Core code is available at the public Github repository BUT the subscription-only code for Premium Features is behind a paywall.
So, how can I download specific older versions of the plugins code?
Problem: Core code is available at the public Github repository BUT the subscription-only code for Premium Features is behind a paywall.
So, how can I download specific older versions of the plugins code?
IF you have the a license (especially the “everything” license)
then you have some options for downloading.
There are three workarounds for easily getting specific code downloads without having access to the private repository.
You can use the enterprise download script and specify a specific Matomo version:
Or the version from @starker3 that only downloads the plugin files and specify a Matomo version:
Or just grab with the curl command:
curl -f -sS --data “access_token=$LICENSE_KEY” https://plugins.matomo.org/api/2.0/plugins/$PLUGIN_NAME/download/latest?matomo=$MATOMO_CORE_VERSION > plugins-$PLUGIN_NAME.zip