Getting the notice: Notice: Undefined property: WP_Post_Type::$taxonomy in /var/www/clients/client1/web2/web/wp-content/plugins/wcmp-vendor_shop_seo/classes/class-wcmp-vendor-shop-seo-frontend.php on line 141
If you change line 141 to the following:
if ( isset($term->taxonomy) && $term->taxonomy == 'dc_vendor_shop' ) {
I actually needed to apply it to line 162 as well to make the error go away, as it was throwing the error with update_meta_title( $title ). Thanks for fixing in the next update!