Skip to content

Commit

Permalink
cms@e2b0271
Browse files Browse the repository at this point in the history
Finish 5.4.5
  • Loading branch information
shinybrad committed Sep 23, 2024
1 parent 1661457 commit 883f624
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 59 deletions.
16 changes: 8 additions & 8 deletions docs/.artifacts/cms/5.x/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| [andRelatedTo](#andrelatedto) | Narrows the query results to only addresses that are related to certain other elements.
| [asArray](#asarray) | Causes the query to return matching addresses as arrays of data, rather than [Address](craft5: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).
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
| [countryCode](#countrycode) | Narrows the query results based on the country the addresses 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 @@ -239,7 +239,7 @@ Narrows the query results to only addresses that are not related to certain othe



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -268,7 +268,7 @@ Narrows the query results to only addresses that are related to certain other el



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -331,7 +331,7 @@ Enables query cache for this Query.

#### `clearCachedResult`

Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).



Expand Down Expand Up @@ -870,7 +870,7 @@ Narrows the query results to only addresses that are not related to certain othe



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1200,7 +1200,7 @@ Narrows the query results to only addresses that are related to certain other el



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1236,7 +1236,7 @@ Narrows the query results to only addresses that match a search query.



See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter.
See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1410,7 +1410,7 @@ Causes the query to return matching addresses eager-loaded with related elements



See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter.
See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter.



Expand Down
16 changes: 8 additions & 8 deletions docs/.artifacts/cms/5.x/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| [andRelatedTo](#andrelatedto) | Narrows the query results to only assets that are related to certain other elements.
| [asArray](#asarray) | Causes the query to return matching assets as arrays of data, rather than [Asset](craft5: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).
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
| [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 @@ -83,7 +83,7 @@ Narrows the query results to only assets that are not related to certain other e



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -112,7 +112,7 @@ Narrows the query results to only assets that are related to certain other eleme



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -175,7 +175,7 @@ Enables query cache for this Query.

#### `clearCachedResult`

Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).



Expand Down Expand Up @@ -728,7 +728,7 @@ Narrows the query results to only assets that are not related to certain other e



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -859,7 +859,7 @@ Narrows the query results to only assets that are related to certain other eleme



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -904,7 +904,7 @@ Narrows the query results to only assets that match a search query.



See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter.
See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1352,7 +1352,7 @@ Causes the query to return matching assets eager-loaded with related elements.



See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter.
See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter.



Expand Down
16 changes: 8 additions & 8 deletions docs/.artifacts/cms/5.x/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| [andRelatedTo](#andrelatedto) | Narrows the query results to only categories that are related to certain other elements.
| [asArray](#asarray) | Causes the query to return matching categories as arrays of data, rather than [Category](craft5: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).
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
| [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 @@ -150,7 +150,7 @@ Narrows the query results to only categories that are not related to certain oth



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -179,7 +179,7 @@ Narrows the query results to only categories that are related to certain other e



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -242,7 +242,7 @@ Enables query cache for this Query.

#### `clearCachedResult`

Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).



Expand Down Expand Up @@ -783,7 +783,7 @@ Narrows the query results to only categories that are not related to certain oth



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1010,7 +1010,7 @@ Narrows the query results to only categories that are related to certain other e



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1046,7 +1046,7 @@ Narrows the query results to only categories that match a search query.



See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter.
See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1485,7 +1485,7 @@ Causes the query to return matching categories eager-loaded with related element



See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter.
See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter.



Expand Down
4 changes: 2 additions & 2 deletions docs/.artifacts/cms/5.x/config-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ It works by setting the height of the iframe to match the height of the inner we
than the iframe document itself. This can lead to some unexpected CSS issues, however, because the previewed viewport height will be taller
than the visible portion of the iframe.

If you have a [decoupled front end](https://craftcms.com/docs/4.x/entries.html#previewing-decoupled-front-ends), you will need to include
If you have a [decoupled front end](https://craftcms.com/docs/5.x/reference/element-types/entries.html#previewing-decoupled-front-ends), you will need to include
[iframeResizer.contentWindow.min.js](https://raw.github.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js) on your
page as well for this to work. You can conditionally include it for only Live Preview requests by checking if the requested URL contains a
`x-craft-live-preview` query string parameter.
Expand Down Expand Up @@ -4981,7 +4981,7 @@ Set to `0` to disable this feature.
See [craft\helpers\ConfigHelper::durationInSeconds()](https://docs.craftcms.com/api/v5/craft-helpers-confighelper.html#method-durationinseconds) for a list of supported value types.
::: tip
Users will only be purged when [garbage collection](https://craftcms.com/docs/4.x/gc.html) is run.
Users will only be purged when [garbage collection](https://craftcms.com/docs/5.x/system/gc.html) is run.
:::
::: code
Expand Down
16 changes: 8 additions & 8 deletions docs/.artifacts/cms/5.x/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| [authorId](#authorid) | Narrows the query results based on the entries’ author ID(s).
| [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).
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
| [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 @@ -241,7 +241,7 @@ Narrows the query results to only entries that are not related to certain other



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -270,7 +270,7 @@ Narrows the query results to only entries that are related to certain other elem



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -467,7 +467,7 @@ Enables query cache for this Query.

#### `clearCachedResult`

Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).



Expand Down Expand Up @@ -1170,7 +1170,7 @@ Narrows the query results to only entries that are not related to certain other



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1568,7 +1568,7 @@ Narrows the query results to only entries that are related to certain other elem



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -1762,7 +1762,7 @@ Narrows the query results to only entries that match a search query.



See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter.
See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -2335,7 +2335,7 @@ Causes the query to return matching entries eager-loaded with related elements.



See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter.
See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter.



Expand Down
16 changes: 8 additions & 8 deletions docs/.artifacts/cms/5.x/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| [andRelatedTo](#andrelatedto) | Narrows the query results to only global sets that are related to certain other elements.
| [asArray](#asarray) | Causes the query to return matching global sets as arrays of data, rather than [GlobalSet](craft5: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).
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
| [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.
| [eagerly](#eagerly) | Causes the query to be used to eager-load results for the query’s source element and any other elements in its collection.
Expand Down Expand Up @@ -68,7 +68,7 @@ Narrows the query results to only global sets that are not related to certain ot



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -97,7 +97,7 @@ Narrows the query results to only global sets that are related to certain other



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -160,7 +160,7 @@ Enables query cache for this Query.

#### `clearCachedResult`

Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).



Expand Down Expand Up @@ -481,7 +481,7 @@ Narrows the query results to only global sets that are not related to certain ot



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -611,7 +611,7 @@ Narrows the query results to only global sets that are related to certain other



See [Relations](https://craftcms.com/docs/4.x/relations.html) for a full explanation of how to work with this parameter.
See [Relations](https://craftcms.com/docs/5.x/system/relations.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -647,7 +647,7 @@ Narrows the query results to only global sets that match a search query.



See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter.
See [Searching](https://craftcms.com/docs/5.x/system/searching.html) for a full explanation of how to work with this parameter.



Expand Down Expand Up @@ -898,7 +898,7 @@ Causes the query to return matching global sets eager-loaded with related elemen



See [Eager-Loading Elements](https://craftcms.com/docs/4.x/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter.
See [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) for a full explanation of how to work with this parameter.



Expand Down
Loading

0 comments on commit 883f624

Please sign in to comment.