Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cipp",
"version": "10.7.1",
"version": "10.7.2",
"author": "CIPP Contributors",
"homepage": "https://cipp.app/",
"bugs": {
Expand Down Expand Up @@ -117,4 +117,4 @@
"prettier": "^3.9.5",
"typescript": "5.9.3"
}
}
}
4 changes: 2 additions & 2 deletions public/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "10.7.1"
}
"version": "10.7.2"
}
2 changes: 1 addition & 1 deletion src/components/CippSettings/CippTenantResults.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const CippTenantResults = (props) => {
"LastRun",
"GraphTest",
"ExchangeTest",
"OrgManagementRepairNeeeded",
"OrgManagementRepairNeeded",
"OrgManagementRoles",
"OrgManagementRolesMissing",
],
Expand Down
1 change: 1 addition & 0 deletions src/pages/teams-share/sharepoint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ const Page = () => {
/>
),
multiPost: false,
hideBulk: true,
},
{
// Answers "does this person have access, and how" rather than "who holds permissions".
Expand Down
Loading