Version_Tracker::has_upgraded()
Method: Checks if the supplied version has been operated on in the past.
Version_Tracker::has_upgraded Read More »
@package: LearnDash / Core
Source Files: src/Core/Version_Tracker.php
Method: Checks if the supplied version has been operated on in the past.
Version_Tracker::has_upgraded Read More »
Method: Returns the list of versions we have loaded previously.
Version_Tracker::get_version_history Read More »
Method: Sets the version history in the database.
Version_Tracker::set_version_history Read More »
Action Hook: Action that runs whenever the plugin version moves backward.
learndash_version_downgraded Read More »
Action Hook: Action that runs whenever the plugin version moves backward, for a specific version.
learndash_version_downgraded_to_{$version} Read More »
Action Hook: Action that runs whenever the plugin version moves forward.
learndash_version_upgraded Read More »
Action Hook: Action that runs whenever the plugin version moves forward, for a specific version.
learndash_version_upgraded_to_{$version} Read More »
Method: Contains the key for the WordPress option for our version data.
Version_Tracker::option_key Read More »
Method: Will sync the version in our database based on the passed version, firing appropriate update hooks to notify the application of the version applied.
Version_Tracker::sync_version Read More »
Class: Version_Tracker class that assists tracking the plugin versions and notifies listeners on changes.