Skip to content

Releases: simialbi/yii2-schema-org

3.0.1: Fixed url scheme

09 Oct 13:32
Compare
Choose a tag to compare
  • fixed url scheme to https
  • updated tests
  • added 8.2 to tests

Bumped to php >= 7.3 and composer 2

21 Jul 13:51
Compare
Choose a tag to compare
  • 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

03 Dec 15:57
Compare
Choose a tag to compare

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

28 Jul 06:19
Compare
Choose a tag to compare

Updated model definition source to new URL and replaced travis with github action

fixed model generation:

30 Apr 13:49
Compare
Choose a tag to compare

Fixed auto created breadcrumbs

05 Dec 18:21
Compare
Choose a tag to compare

Refactored model generator

29 Nov 11:01
Compare
Choose a tag to compare

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.

1.2.1

29 May 09:53
Compare
Choose a tag to compare
restored accidentally deleted model class

1.2

29 May 09:06
Compare
Choose a tag to compare
1.2
  • Updated to current yii2 guidelines.
  • Updated models.
  • Added clear parameter to create models action command

Added id property

16 Feb 13:04
Compare
Choose a tag to compare

Added @id property to all models
Set @id by

$model->id = 'http://example.com/#id';