| .. | |||||
| Tasks | |||||
| Base.php | |||||
| Migrations.php | |||||
| Upgrade159.php | |||||
| Upgrade1672.php | |||||
| Upgrade168.php | |||||
| Upgrade175.php | |||||
| Upgrade1751.php | |||||
| Upgrade177.php | |||||
| Upgrade182.php | |||||
| Upgrade183.php | |||||
| Upgrade184.php | |||||
| Upgrade186.php | |||||
| Upgrade187.php | |||||
| Upgrade1_9_1.php | |||||
| Upgrade1_9_2.php | |||||
| UpgradeBase.php |
<?php
namespace WPForms\Migrations;
use WPForms\Tasks\Actions\DomainAutoRegistrationTask;
/**
* Class upgrade for 1.8.6 release.
*
* @since 1.8.6
*
* @noinspection PhpUnused
*/
class Upgrade186 extends UpgradeBase {
/**
* Run upgrade.
*
* @since 1.8.6
*
* @return bool|null
*/
public function run() {
return $this->run_async( DomainAutoRegistrationTask::class );
}
}
| .. | |||||
| Tasks | |||||
| Base.php | |||||
| Migrations.php | |||||
| Upgrade159.php | |||||
| Upgrade1672.php | |||||
| Upgrade168.php | |||||
| Upgrade175.php | |||||
| Upgrade1751.php | |||||
| Upgrade177.php | |||||
| Upgrade182.php | |||||
| Upgrade183.php | |||||
| Upgrade184.php | |||||
| Upgrade186.php | |||||
| Upgrade187.php | |||||
| Upgrade1_9_1.php | |||||
| Upgrade1_9_2.php | |||||
| UpgradeBase.php |