Tribe__Updater::update_version_option( int $new_version )

Update Version Number for a Plugin


Parameters

$new_version

(int) (Required) the current version number of a plugin


Top ↑

Source

File: src/Tribe/Updater.php

	public function update_version_option( $new_version ) {
		Tribe__Settings_Manager::set_option( $this->version_option, $new_version );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.