Add woocommerce_admin_version for backward compatibility
This commit is contained in:
parent
abbe855668
commit
f3396df6c0
|
@ -493,6 +493,8 @@ class WC_Install {
|
|||
*/
|
||||
private static function update_wc_version() {
|
||||
update_option( 'woocommerce_version', WC()->version );
|
||||
// last version of the WCA is 3.3.1. We'll no longer release WCA separately.
|
||||
update_option( 'woocommerce_admin_version', '3.3.1');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue