Piwik\Plugins\Marketplace\UpdateCommunication::setHasLatestUpdateNotificationReceived PHP Method

setHasLatestUpdateNotificationReceived() protected method

    protected function setHasLatestUpdateNotificationReceived($plugin)
    {
        $latestVersion = $this->getLatestVersion($plugin);
        Option::set($this->getNotificationSentOptionName($plugin), $latestVersion);
    }