plugin updates
This commit is contained in:
@@ -71,7 +71,7 @@ if ( ! class_exists( 'Hubwoo' ) ) {
|
||||
$this->version = HUBWOO_VERSION;
|
||||
} else {
|
||||
|
||||
$this->version = '1.5.7';
|
||||
$this->version = '1.5.8';
|
||||
}
|
||||
|
||||
$this->plugin_name = 'makewebbetter-hubspot-for-woocommerce';
|
||||
@@ -555,7 +555,7 @@ if ( ! class_exists( 'Hubwoo' ) ) {
|
||||
|
||||
if ( self::is_setup_completed() ) {
|
||||
|
||||
return get_option( 'hubwoo_pro_version', '1.5.7' );
|
||||
return get_option( 'hubwoo_pro_version', '1.5.8' );
|
||||
} else {
|
||||
|
||||
return HUBWOO_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user