Skip to content

Commit ce5cfc2

Browse files
Samq64mxmou
andauthored
Add relation between infinite scrolling and full areas (ScratchAddons#8491)
* Add relation between infinite scrolling and full areas Also fixes full area's latestUpdate version * Add projectPage tag Co-authored-by: Maximouse <brestl1c@outlook.com> --------- Co-authored-by: Maximouse <brestl1c@outlook.com>
1 parent e46a62d commit ce5cfc2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

addons/full-signature/addon.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@
106106
],
107107
"versionAdded": "1.0.0",
108108
"latestUpdate": {
109-
"version": "1.40.0",
109+
"version": "1.43.0",
110110
"newSettings": ["titles"]
111111
},
112-
"tags": ["community", "forums", "recommended", "profiles"],
112+
"tags": ["community", "forums", "recommended", "profiles", "projectPage"],
113+
"relatedAddons": ["infinite-scroll"],
113114
"enabledByDefault": true
114115
}

addons/infinite-scroll/addon.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
}
102102
],
103103
"tags": ["community", "featured"],
104+
"relatedAddons": ["full-signature"],
104105
"latestUpdate": {
105106
"newSettings": ["searchExploreScroll"],
106107
"version": "1.36.0"

0 commit comments

Comments
 (0)