// 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.
const MIGRATED_OPTION_NAME = 'wpforms_versions_lite';
* Name of the core plugin used in log messages.
const PLUGIN_NAME = 'WPForms';
const UPGRADE_CLASSES = [