Releases: simialbi/yii2-schema-org
Releases · simialbi/yii2-schema-org
3.0.1: Fixed url scheme
Bumped to php >= 7.3 and composer 2
- php 7.3 or greater necessary
- composer 2 necessary (for auto generation on composer update)
- Introduced merge of models in one script tag (see #9)
Fixed model generation
Schema.org changed definitions from http://schema.org/
to schema:
prefixes in their json.
⚠ Warning: This version can be incompatible with older definitions of schema.org
Updated Definition Source
Updated model definition source to new URL and replaced travis with github action
fixed model generation:
- base json structure changed
- there are now models with numeric start (https://schema.org/3DModel) which must be prefixed in PHP
Fixed auto created breadcrumbs
Refactored model generator
The model generator got completely refactored. There is the possibility to generate schema models in own location with own namespace.
There is a possibility to regenerate models with composer update
automatically now.
See README for more information.