Marks a component as successfully updated to a specific version in the database. Sets an option
that looks like "version_$componentName".
public markComponentSuccessfullyUpdated ( string $name, string $version, boolean $isNew = false ) | ||
$name | string | The component name. Eg, a plugin name, `'core'` or dimension column name. |
$version | string | The component version (should use semantic versioning). |
$isNew | boolean | indicates if the component is a new one (for plugins) |