new Initial(), 2 => new Add_Capabilities(), 3 => new Add_Author_Display_Name(), 4 => new Add_Route_Post_Id(), 5 => new Add_Note_Position(), ]; } /** * @inheritDoc */ protected function get_db_version() { return static::DB_VERSION; } /** * @inheritDoc */ protected function get_db_version_option_name() { return static::OPTION_NAME; } }