Skip to content

Commit

Permalink
cms@75614f6
Browse files Browse the repository at this point in the history
Merge branch 'release/4.8.0' into main
  • Loading branch information
shinybrad committed Feb 26, 2024
1 parent 0aa7b4a commit d7b4be0
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 82 deletions.
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/4.x/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
| [asArray](#asarray) | Causes the query to return matching addresses as arrays of data, rather than [Address](craft4:craft\elements\Address) objects.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [collect](#collect) |
| [countryCode](#countrycode) | Narrows the query results based on the country the assets belong to.
| [dateCreated](#datecreated) | Narrows the query results based on the addresses’ creation dates.
| [dateUpdated](#dateupdated) | Narrows the query results based on the addresses’ last-updated dates.
Expand Down Expand Up @@ -161,15 +160,6 @@ Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#ca



#### `collect`








#### `countryCode`

Narrows the query results based on the country the assets belong to.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/4.x/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
| [asArray](#asarray) | Causes the query to return matching assets as arrays of data, rather than [Asset](craft4:craft\elements\Asset) objects.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [collect](#collect) |
| [dateCreated](#datecreated) | Narrows the query results based on the assets’ creation dates.
| [dateModified](#datemodified) | Narrows the query results based on the assets’ files’ last-modified dates.
| [dateUpdated](#dateupdated) | Narrows the query results based on the assets’ last-updated dates.
Expand Down Expand Up @@ -144,15 +143,6 @@ Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#ca



#### `collect`








#### `dateCreated`

Narrows the query results based on the assets’ creation dates.
Expand Down
13 changes: 2 additions & 11 deletions docs/.artifacts/cms/4.x/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
| [asArray](#asarray) | Causes the query to return matching categories as arrays of data, rather than [Category](craft4:craft\elements\Category) objects.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [collect](#collect) |
| [dateCreated](#datecreated) | Narrows the query results based on the categories’ creation dates.
| [dateUpdated](#dateupdated) | Narrows the query results based on the categories’ last-updated dates.
| [descendantDist](#descendantdist) | Narrows the query results to only categories that are up to a certain distance away from the category specified by [descendantOf](#descendantof).
Expand Down Expand Up @@ -211,15 +210,6 @@ Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#ca



#### `collect`








#### `dateCreated`

Narrows the query results based on the categories’ creation dates.
Expand Down Expand Up @@ -605,7 +595,8 @@ Possible values include:
| `1` | with a level of 1.
| `'not 1'` | not with a level of 1.
| `'>= 3'` | with a level greater than or equal to 3.
| `[1, 2]` | with a level of 1 or 2
| `[1, 2]` | with a level of 1 or 2.
| `[null, 1]` | without a level, or a level of 1.
| `['not', 1, 2]` | not with level of 1 or 2.


Expand Down
13 changes: 2 additions & 11 deletions docs/.artifacts/cms/4.x/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
| [before](#before) | Narrows the query results to only entries that were posted before a certain date.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [collect](#collect) |
| [dateCreated](#datecreated) | Narrows the query results based on the entries’ creation dates.
| [dateUpdated](#dateupdated) | Narrows the query results based on the entries’ last-updated dates.
| [descendantDist](#descendantdist) | Narrows the query results to only entries that are up to a certain distance away from the entry specified by [descendantOf](#descendantof).
Expand Down Expand Up @@ -399,15 +398,6 @@ Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#ca



#### `collect`








#### `dateCreated`

Narrows the query results based on the entries’ creation dates.
Expand Down Expand Up @@ -890,7 +880,8 @@ Possible values include:
| `1` | with a level of 1.
| `'not 1'` | not with a level of 1.
| `'>= 3'` | with a level greater than or equal to 3.
| `[1, 2]` | with a level of 1 or 2
| `[1, 2]` | with a level of 1 or 2.
| `[null, 1]` | without a level, or a level of 1.
| `['not', 1, 2]` | not with level of 1 or 2.


Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/4.x/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
| [asArray](#asarray) | Causes the query to return matching global sets as arrays of data, rather than [GlobalSet](craft4:craft\elements\GlobalSet) objects.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [collect](#collect) |
| [dateCreated](#datecreated) | Narrows the query results based on the global sets’ creation dates.
| [dateUpdated](#dateupdated) | Narrows the query results based on the global sets’ last-updated dates.
| [fixedOrder](#fixedorder) | Causes the query results to be returned in the order specified by [id](#id).
Expand Down Expand Up @@ -129,15 +128,6 @@ Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#ca



#### `collect`








#### `dateCreated`

Narrows the query results based on the global sets’ creation dates.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/4.x/matrix-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
| [asArray](#asarray) | Causes the query to return matching Matrix blocks as arrays of data, rather than [MatrixBlock](craft4:craft\elements\MatrixBlock) objects.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [collect](#collect) |
| [dateCreated](#datecreated) | Narrows the query results based on the Matrix blocks’ creation dates.
| [dateUpdated](#dateupdated) | Narrows the query results based on the Matrix blocks’ last-updated dates.
| [field](#field) | Narrows the query results based on the field the Matrix blocks belong to.
Expand Down Expand Up @@ -167,15 +166,6 @@ Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#ca



#### `collect`








#### `dateCreated`

Narrows the query results based on the Matrix blocks’ creation dates.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/4.x/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
| [asArray](#asarray) | Causes the query to return matching tags as arrays of data, rather than [Tag](craft4:craft\elements\Tag) objects.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [collect](#collect) |
| [dateCreated](#datecreated) | Narrows the query results based on the tags’ creation dates.
| [dateUpdated](#dateupdated) | Narrows the query results based on the tags’ last-updated dates.
| [fixedOrder](#fixedorder) | Causes the query results to be returned in the order specified by [id](#id).
Expand Down Expand Up @@ -132,15 +131,6 @@ Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#ca



#### `collect`








#### `dateCreated`

Narrows the query results based on the tags’ creation dates.
Expand Down
10 changes: 0 additions & 10 deletions docs/.artifacts/cms/4.x/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
| [cache](#cache) | Enables query cache for this Query.
| [can](#can) | Narrows the query results to only users that have a certain user permission, either directly on the user account or through one of their user groups.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [collect](#collect) |
| [dateCreated](#datecreated) | Narrows the query results based on the users’ creation dates.
| [dateUpdated](#dateupdated) | Narrows the query results based on the users’ last-updated dates.
| [email](#email) | Narrows the query results based on the users’ email addresses.
Expand Down Expand Up @@ -234,15 +233,6 @@ Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#ca



#### `collect`








#### `dateCreated`

Narrows the query results based on the users’ creation dates.
Expand Down

0 comments on commit d7b4be0

Please sign in to comment.