__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// phpcs:ignore Generic.Commenting.DocComment.MissingShort
/** @noinspection PhpIllegalPsrClassPathInspection */
namespace WPForms\Pro\Migrations;
use WPForms\Helpers\DB;
use WPForms\Migrations\UpgradeBase;
/**
* Class v1.9.4 upgrade for Pro.
*
* @since 1.9.4
*
* @noinspection PhpUnused
*/
class Upgrade1_9_4 extends UpgradeBase {
/**
* Run upgrade.
*
* @since 1.9.4
*
* @return bool|null Upgrade result:
* true - the upgrade completed successfully,
* false - in the case of failure,
* null - upgrade started but not yet finished (background task).
*/
public function run() {
// Re-check that all database tables exist.
DB::create_custom_tables( true );
return true;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Migrations.php | File | 1.33 KB | 0640 |
|
| Upgrade116.php | File | 769 B | 0640 |
|
| Upgrade133.php | File | 1.08 KB | 0640 |
|
| Upgrade143.php | File | 8.74 KB | 0640 |
|
| Upgrade150.php | File | 876 B | 0640 |
|
| Upgrade159.php | File | 851 B | 0640 |
|
| Upgrade165.php | File | 788 B | 0640 |
|
| Upgrade168.php | File | 932 B | 0640 |
|
| Upgrade173.php | File | 818 B | 0640 |
|
| Upgrade175.php | File | 848 B | 0640 |
|
| Upgrade176.php | File | 755 B | 0640 |
|
| Upgrade182.php | File | 807 B | 0640 |
|
| Upgrade183.php | File | 808 B | 0640 |
|
| Upgrade189.php | File | 839 B | 0640 |
|
| Upgrade190.php | File | 649 B | 0640 |
|
| Upgrade1_9_1.php | File | 4.69 KB | 0640 |
|
| Upgrade1_9_4.php | File | 774 B | 0640 |
|