plugin updates

This commit is contained in:
Tony Volpe
2024-10-24 12:57:16 -04:00
parent 8217f0dbed
commit 5e040c9234
399 changed files with 3377 additions and 46318 deletions

View File

@@ -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;