Included db update scripts in WC install

This commit is contained in:
Peter Fabian 2018-04-09 23:24:26 +02:00
parent a3d6dc1775
commit ac1883ee00
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@ class WC_Install {
'wc_update_330_set_paypal_sandbox_credentials',
'wc_update_330_db_version',
),
'3.4.0' => array(
'wc_update_340_irish_states',
'wc_update_340_db_version',
),
);
/**