// phpcs:disable Generic.Commenting.DocComment.MissingShort
/** @noinspection PhpIllegalPsrClassPathInspection */
/** @noinspection AutoloadingIssuesInspection */
// phpcs:enable Generic.Commenting.DocComment.MissingShort
namespace WPForms\Migrations;
* Class Migrations handles Lite plugin upgrade routines.
class Migrations extends Base {
* WP option name to store the migration version.
public const MIGRATED_OPTION_NAME = 'wpforms_versions_lite';
* Name of the core plugin used in log messages.
protected const PLUGIN_NAME = 'WPForms';
public const UPGRADE_CLASSES = [