spatie/schema-org

Up till which Schema.org Release this repo src is updated?

boospot opened this issue · 2 comments

Not an issue, but a question.

There are now release by Schema.org as described here:
https://schema.org/docs/releases.html

Is there any identification in the repo describing uptill which release version the src folder is updated?

Tried to look but could not find.

Thanks in advance

Hey,

we have this on our map - right now we are on v7.04.

$definitions = new Definitions([
'core' => 'https://raw.githubusercontent.com/schemaorg/schemaorg/master/data/releases/7.04/schema.rdfa',
]);

Because v8 would be a BC/major release we delay this until #133 is resolved.
One question in it is if we should build and deliver the extensions by default. If so, in a dedicated namespace each and possibly also a dedicated factory class or if we should stick to the basic schema definition.

Thanks @Gummibeer

For the quick update.

I wish i could give you some input on this but my php skills are below the required to comment on this.