Skip to content

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Aug 27, 2020
1 parent 0aa612e commit 31f1fd5
Show file tree
Hide file tree
Showing 108 changed files with 432 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

All Notable changes to `schema-org` will be documented in this file.

## 2.16.0 - 2020-08-27

- Upgrade to schema.org:v8

## 2.15.0 - 2020-08-27

Generated files with new JSON-LD source - some methods have been dropped which aren't part of the corresponding types but were listed in old RDFa - it's not a breaking release because of same schema.org version and changes only because of schema file inconsistencies.
Generated files with new JSON-LD source - some methods have been dropped which aren't part of the corresponding types but were listed in old RDFa - it's not a breaking release because of the same schema.org version and changes only because of schema file inconsistencies.

## 2.14.1 - 2020-06-10

Expand Down
2 changes: 1 addition & 1 deletion generator/Console/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$generator = new PackageGenerator();

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

if (! $input->getOption('local')) {
Expand Down
4 changes: 4 additions & 0 deletions src/APIReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/AboutPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
9 changes: 6 additions & 3 deletions src/AlignmentObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
/**
* An intangible item that describes an alignment between a learning resource
* and a node in an educational framework.
*
* Should not be used where the nature of the alignment can be described using a
* simple property, for example to express that a resource [[teaches]] or
* [[assesses]] a competency.
*
* @see http://schema.org/AlignmentObject
*
Expand Down Expand Up @@ -36,9 +40,8 @@ public function additionalType($additionalType)

/**
* A category of alignment between the learning resource and the framework
* node. Recommended values include: 'assesses', 'teaches', 'requires',
* 'textComplexity', 'readingLevel', 'educationalSubject', and
* 'educationalLevel'.
* node. Recommended values include: 'requires', 'textComplexity',
* 'readingLevel', and 'educationalSubject'.
*
* @param string|string[] $alignmentType
*
Expand Down
4 changes: 4 additions & 0 deletions src/Answer.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/AudioObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Barcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/BlogPosting.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Book.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/BookSeries.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/CheckoutPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/ClaimReview.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Clip.php
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Code.php
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/CollectionPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/ContactPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Conversation.php
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Course.php
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/CreativeWork.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/CreativeWorkSeason.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/CreativeWorkSeries.php
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/DataCatalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/DataDownload.php
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/DataFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Dataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/DigitalDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/DiscussionForumPosting.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/EmailMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Episode.php
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/FAQPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
4 changes: 4 additions & 0 deletions src/Game.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,10 @@ public function editor($editor)

/**
* An alignment to an established educational framework.
*
* This property should not be used where the nature of the alignment can be
* described using a simple property, for example to express that a resource
* [[teaches]] or [[assesses]] a competency.
*
* @param \Spatie\SchemaOrg\Contracts\AlignmentObjectContract|\Spatie\SchemaOrg\Contracts\AlignmentObjectContract[] $educationalAlignment
*
Expand Down
Loading

0 comments on commit 31f1fd5

Please sign in to comment.