Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Is there a way to disable Version Fetching?

Status Resolved
Add-on / Version Publisher 2.4.2
Severity
EE Version 3.5.6

Elli Pratt

Apr 27, 2017

We are security conscious organization, and we have certain firewall zones in place that can’t make outbound network requests.

Our apache servers are in said zones, and because of that, the add-on is causing the EE control panel to never finish loading while it attempts to fetch the add-on versions.
The CP is basically unusable at that point.

[Is there/can there be] a way to disable the version checking without removing the code all together?

/** @var Version $versionService */
$versionService = ee(Version::NAME);
$allVersions = $versionService->setAddon('publisher-2')->fetchAll();
#1

BoldMinded (Brian)

Not currently, but I can understand the need for that. I’ll try to add a config setting to disable this in the next release.

Thanks for the tip.

#2

BoldMinded (Brian)

I added a new setting to turn this option off for the next 2.5.0 release. If you need to disable it now just comment out that line of code.

Login to reply