diff --git a/src/seomatic-config/campaignmeta/Bundle.php b/src/seomatic-config/campaignmeta/Bundle.php index 7615e2f64..ce17abd94 100644 --- a/src/seomatic-config/campaignmeta/Bundle.php +++ b/src/seomatic-config/campaignmeta/Bundle.php @@ -19,7 +19,7 @@ */ return [ - 'bundleVersion' => '1.0.34', + 'bundleVersion' => '1.0.35', 'sourceBundleType' => SeoCampaign::getMetaBundleType(), 'sourceId' => null, 'sourceName' => null, diff --git a/src/seomatic-config/campaignmeta/JsonLdContainer.php b/src/seomatic-config/campaignmeta/JsonLdContainer.php index c48f88b4c..0519d315d 100644 --- a/src/seomatic-config/campaignmeta/JsonLdContainer.php +++ b/src/seomatic-config/campaignmeta/JsonLdContainer.php @@ -47,10 +47,10 @@ 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#identity', ], 'creator' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'publisher' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'image' => [ 'type' => 'ImageObject', diff --git a/src/seomatic-config/categorymeta/Bundle.php b/src/seomatic-config/categorymeta/Bundle.php index f320056c4..8836687e7 100644 --- a/src/seomatic-config/categorymeta/Bundle.php +++ b/src/seomatic-config/categorymeta/Bundle.php @@ -19,7 +19,7 @@ */ return [ - 'bundleVersion' => '1.0.27', + 'bundleVersion' => '1.0.28', 'sourceBundleType' => SeoCategory::getMetaBundleType(), 'sourceId' => null, 'sourceName' => null, diff --git a/src/seomatic-config/categorymeta/JsonLdContainer.php b/src/seomatic-config/categorymeta/JsonLdContainer.php index 2e06824f9..b0191c52a 100644 --- a/src/seomatic-config/categorymeta/JsonLdContainer.php +++ b/src/seomatic-config/categorymeta/JsonLdContainer.php @@ -47,10 +47,10 @@ 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#identity', ], 'creator' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'publisher' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'image' => [ 'type' => 'ImageObject', diff --git a/src/seomatic-config/digitalproductmeta/Bundle.php b/src/seomatic-config/digitalproductmeta/Bundle.php index 18db8f5ba..117d7d760 100644 --- a/src/seomatic-config/digitalproductmeta/Bundle.php +++ b/src/seomatic-config/digitalproductmeta/Bundle.php @@ -19,7 +19,7 @@ */ return [ - 'bundleVersion' => '1.0.35', + 'bundleVersion' => '1.0.36', 'sourceBundleType' => SeoDigitalProduct::getMetaBundleType(), 'sourceId' => null, 'sourceName' => null, diff --git a/src/seomatic-config/digitalproductmeta/JsonLdContainer.php b/src/seomatic-config/digitalproductmeta/JsonLdContainer.php index 09274b065..8b6c271c7 100644 --- a/src/seomatic-config/digitalproductmeta/JsonLdContainer.php +++ b/src/seomatic-config/digitalproductmeta/JsonLdContainer.php @@ -47,10 +47,10 @@ 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#identity', ], 'creator' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'publisher' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'image' => [ 'type' => 'ImageObject', diff --git a/src/seomatic-config/entrymeta/Bundle.php b/src/seomatic-config/entrymeta/Bundle.php index 8d7b4f41c..be7ed0616 100644 --- a/src/seomatic-config/entrymeta/Bundle.php +++ b/src/seomatic-config/entrymeta/Bundle.php @@ -19,7 +19,7 @@ */ return [ - 'bundleVersion' => '1.0.30', + 'bundleVersion' => '1.0.31', 'sourceBundleType' => SeoEntry::getMetaBundleType(), 'sourceId' => null, 'sourceName' => null, diff --git a/src/seomatic-config/entrymeta/JsonLdContainer.php b/src/seomatic-config/entrymeta/JsonLdContainer.php index 20c67fb17..844a63a4c 100644 --- a/src/seomatic-config/entrymeta/JsonLdContainer.php +++ b/src/seomatic-config/entrymeta/JsonLdContainer.php @@ -47,10 +47,10 @@ 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#identity', ], 'creator' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'publisher' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'image' => [ 'type' => 'ImageObject', diff --git a/src/seomatic-config/eventmeta/Bundle.php b/src/seomatic-config/eventmeta/Bundle.php index d5459782e..4fb8b1aa5 100644 --- a/src/seomatic-config/eventmeta/Bundle.php +++ b/src/seomatic-config/eventmeta/Bundle.php @@ -19,7 +19,7 @@ */ return [ - 'bundleVersion' => '1.0.2', + 'bundleVersion' => '1.0.3', 'sourceBundleType' => SeoEvent::getMetaBundleType(), 'sourceId' => null, 'sourceName' => null, diff --git a/src/seomatic-config/eventmeta/JsonLdContainer.php b/src/seomatic-config/eventmeta/JsonLdContainer.php index 73701c72d..6e7f8672b 100644 --- a/src/seomatic-config/eventmeta/JsonLdContainer.php +++ b/src/seomatic-config/eventmeta/JsonLdContainer.php @@ -49,7 +49,7 @@ 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#identity', ], 'contributor' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'funder' => [ 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#identity', diff --git a/src/seomatic-config/productmeta/Bundle.php b/src/seomatic-config/productmeta/Bundle.php index 626b16a69..a9285c0d8 100644 --- a/src/seomatic-config/productmeta/Bundle.php +++ b/src/seomatic-config/productmeta/Bundle.php @@ -19,7 +19,7 @@ */ return [ - 'bundleVersion' => '1.0.37', + 'bundleVersion' => '1.0.38', 'sourceBundleType' => SeoProduct::getMetaBundleType(), 'sourceId' => null, 'sourceName' => null, diff --git a/src/seomatic-config/productmeta/JsonLdContainer.php b/src/seomatic-config/productmeta/JsonLdContainer.php index 484385be2..3c463d4c9 100644 --- a/src/seomatic-config/productmeta/JsonLdContainer.php +++ b/src/seomatic-config/productmeta/JsonLdContainer.php @@ -47,10 +47,10 @@ 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#identity', ], 'creator' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'publisher' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'image' => [ 'type' => 'ImageObject', diff --git a/src/seomatic-config/shopifyproductmeta/Bundle.php b/src/seomatic-config/shopifyproductmeta/Bundle.php index 66c978a9d..527f94ed2 100644 --- a/src/seomatic-config/shopifyproductmeta/Bundle.php +++ b/src/seomatic-config/shopifyproductmeta/Bundle.php @@ -19,7 +19,7 @@ */ return [ - 'bundleVersion' => '1.0.38', + 'bundleVersion' => '1.0.39', 'sourceBundleType' => SeoShopifyProduct::getMetaBundleType(), 'sourceId' => null, 'sourceName' => null, diff --git a/src/seomatic-config/shopifyproductmeta/JsonLdContainer.php b/src/seomatic-config/shopifyproductmeta/JsonLdContainer.php index daadd8548..9be39552a 100644 --- a/src/seomatic-config/shopifyproductmeta/JsonLdContainer.php +++ b/src/seomatic-config/shopifyproductmeta/JsonLdContainer.php @@ -47,10 +47,10 @@ 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#identity', ], 'creator' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'publisher' => [ - 'id' => '{{ parseEnv(seomatic.site.identity.genericUrl) }}#creator', + 'id' => '{{ parseEnv(seomatic.site.creator.genericUrl) }}#creator', ], 'image' => [ 'type' => 'ImageObject',