Skip to content

Commit 883f624

Browse files
committed
cms@e2b0271
Finish 5.4.5
1 parent 1661457 commit 883f624

File tree

8 files changed

+59
-59
lines changed

8 files changed

+59
-59
lines changed

docs/.artifacts/cms/5.x/addresses.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
| [andRelatedTo](#andrelatedto) | Narrows the query results to only addresses that are related to certain other elements.
2020
| [asArray](#asarray) | Causes the query to return matching addresses as arrays of data, rather than [Address](craft5:craft\elements\Address) objects.
2121
| [cache](#cache) | Enables query cache for this Query.
22-
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
22+
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
2323
| [countryCode](#countrycode) | Narrows the query results based on the country the addresses belong to.
2424
| [dateCreated](#datecreated) | Narrows the query results based on the addresses’ creation dates.
2525
| [dateUpdated](#dateupdated) | Narrows the query results based on the addresses’ last-updated dates.
@@ -239,7 +239,7 @@ Narrows the query results to only addresses that are not related to certain othe
239239

240240

241241

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

244244

245245

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

269269

270270

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

273273

274274

@@ -331,7 +331,7 @@ Enables query cache for this Query.
331331

332332
#### `clearCachedResult`
333333

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

336336

337337

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

871871

872872

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

875875

876876

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

12011201

12021202

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

12051205

12061206

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

12371237

12381238

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

12411241

12421242

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

14111411

14121412

1413-
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.
1413+
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.
14141414

14151415

14161416

docs/.artifacts/cms/5.x/assets.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [andRelatedTo](#andrelatedto) | Narrows the query results to only assets that are related to certain other elements.
1414
| [asArray](#asarray) | Causes the query to return matching assets as arrays of data, rather than [Asset](craft5:craft\elements\Asset) objects.
1515
| [cache](#cache) | Enables query cache for this Query.
16-
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
16+
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
1717
| [dateCreated](#datecreated) | Narrows the query results based on the assets’ creation dates.
1818
| [dateModified](#datemodified) | Narrows the query results based on the assets’ files’ last-modified dates.
1919
| [dateUpdated](#dateupdated) | Narrows the query results based on the assets’ last-updated dates.
@@ -83,7 +83,7 @@ Narrows the query results to only assets that are not related to certain other e
8383

8484

8585

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

8888

8989

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

113113

114114

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

117117

118118

@@ -175,7 +175,7 @@ Enables query cache for this Query.
175175

176176
#### `clearCachedResult`
177177

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

180180

181181

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

729729

730730

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

733733

734734

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

860860

861861

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

864864

865865

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

905905

906906

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

909909

910910

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

13531353

13541354

1355-
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.
1355+
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.
13561356

13571357

13581358

docs/.artifacts/cms/5.x/categories.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| [andRelatedTo](#andrelatedto) | Narrows the query results to only categories that are related to certain other elements.
1616
| [asArray](#asarray) | Causes the query to return matching categories as arrays of data, rather than [Category](craft5:craft\elements\Category) objects.
1717
| [cache](#cache) | Enables query cache for this Query.
18-
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
18+
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
1919
| [dateCreated](#datecreated) | Narrows the query results based on the categories’ creation dates.
2020
| [dateUpdated](#dateupdated) | Narrows the query results based on the categories’ last-updated dates.
2121
| [descendantDist](#descendantdist) | Narrows the query results to only categories that are up to a certain distance away from the category specified by [descendantOf](#descendantof).
@@ -150,7 +150,7 @@ Narrows the query results to only categories that are not related to certain oth
150150

151151

152152

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

155155

156156

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

180180

181181

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

184184

185185

@@ -242,7 +242,7 @@ Enables query cache for this Query.
242242

243243
#### `clearCachedResult`
244244

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

247247

248248

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

784784

785785

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

788788

789789

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

10111011

10121012

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

10151015

10161016

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

10471047

10481048

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

10511051

10521052

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

14861486

14871487

1488-
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.
1488+
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.
14891489

14901490

14911491

docs/.artifacts/cms/5.x/config-general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ It works by setting the height of the iframe to match the height of the inner we
17441744
than the iframe document itself. This can lead to some unexpected CSS issues, however, because the previewed viewport height will be taller
17451745
than the visible portion of the iframe.
17461746

1747-
If you have a [decoupled front end](https://craftcms.com/docs/4.x/entries.html#previewing-decoupled-front-ends), you will need to include
1747+
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
17481748
[iframeResizer.contentWindow.min.js](https://raw.github.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js) on your
17491749
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
17501750
`x-craft-live-preview` query string parameter.
@@ -4981,7 +4981,7 @@ Set to `0` to disable this feature.
49814981
See [craft\helpers\ConfigHelper::durationInSeconds()](https://docs.craftcms.com/api/v5/craft-helpers-confighelper.html#method-durationinseconds) for a list of supported value types.
49824982
49834983
::: tip
4984-
Users will only be purged when [garbage collection](https://craftcms.com/docs/4.x/gc.html) is run.
4984+
Users will only be purged when [garbage collection](https://craftcms.com/docs/5.x/system/gc.html) is run.
49854985
:::
49864986
49874987
::: code

docs/.artifacts/cms/5.x/entries.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
| [authorId](#authorid) | Narrows the query results based on the entries’ author ID(s).
2323
| [before](#before) | Narrows the query results to only entries that were posted before a certain date.
2424
| [cache](#cache) | Enables query cache for this Query.
25-
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
25+
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
2626
| [dateCreated](#datecreated) | Narrows the query results based on the entries’ creation dates.
2727
| [dateUpdated](#dateupdated) | Narrows the query results based on the entries’ last-updated dates.
2828
| [descendantDist](#descendantdist) | Narrows the query results to only entries that are up to a certain distance away from the entry specified by [descendantOf](#descendantof).
@@ -241,7 +241,7 @@ Narrows the query results to only entries that are not related to certain other
241241

242242

243243

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

246246

247247

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

271271

272272

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

275275

276276

@@ -467,7 +467,7 @@ Enables query cache for this Query.
467467

468468
#### `clearCachedResult`
469469

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

472472

473473

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

11711171

11721172

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

11751175

11761176

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

15691569

15701570

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

15731573

15741574

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

17631763

17641764

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

17671767

17681768

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

23362336

23372337

2338-
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.
2338+
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.
23392339

23402340

23412341

docs/.artifacts/cms/5.x/globals.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [andRelatedTo](#andrelatedto) | Narrows the query results to only global sets that are related to certain other elements.
1414
| [asArray](#asarray) | Causes the query to return matching global sets as arrays of data, rather than [GlobalSet](craft5:craft\elements\GlobalSet) objects.
1515
| [cache](#cache) | Enables query cache for this Query.
16-
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
16+
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
1717
| [dateCreated](#datecreated) | Narrows the query results based on the global sets’ creation dates.
1818
| [dateUpdated](#dateupdated) | Narrows the query results based on the global sets’ last-updated dates.
1919
| [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.
@@ -68,7 +68,7 @@ Narrows the query results to only global sets that are not related to certain ot
6868

6969

7070

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

7373

7474

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

9898

9999

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

102102

103103

@@ -160,7 +160,7 @@ Enables query cache for this Query.
160160

161161
#### `clearCachedResult`
162162

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

165165

166166

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

482482

483483

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

486486

487487

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

612612

613613

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

616616

617617

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

648648

649649

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

652652

653653

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

899899

900900

901-
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.
901+
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.
902902

903903

904904

0 commit comments

Comments
 (0)