diff --git a/composer.json b/composer.json index aef4155..ad84190 100644 --- a/composer.json +++ b/composer.json @@ -33,8 +33,8 @@ "php": "^8.1", "justbetter/statamic-glide-directive": "^3.0", "rapidez/blade-directives": "^1.0", - "rapidez/core": "^4.0", - "rapidez/sitemap": "^4.0", + "rapidez/core": "^5.0", + "rapidez/sitemap": "^5.0", "spatie/once": "*", "statamic-rad-pack/runway": "^8.3", "statamic/cms": "^5.55", diff --git a/config/rapidez/statamic.php b/config/rapidez/statamic.php index 15e1304..46236bc 100644 --- a/config/rapidez/statamic.php +++ b/config/rapidez/statamic.php @@ -10,7 +10,7 @@ // Should the data from Statamic be fetched? The entry // data will be available as $content witin views. 'fetch' => [ - // Product SKU will be matched with the "linked_product" SKU. + // Product ID will be matched with the "linked_product" ID. 'product' => true, // Category ID will be matched with the "linked_category" ID. diff --git a/resources/js/components/FormConditions.vue b/resources/js/components/FormConditions.vue index a3c23b5..f9ce30d 100644 --- a/resources/js/components/FormConditions.vue +++ b/resources/js/components/FormConditions.vue @@ -1,6 +1,8 @@