Skip to content

Commit

Permalink
Release v3.0.7 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it committed Jul 18, 2024
1 parent d38b141 commit 8e5b881
Show file tree
Hide file tree
Showing 7 changed files with 2,232 additions and 2,165 deletions.
67 changes: 67 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -3491,6 +3491,30 @@
"m365 logout"
]
},
{
"title": "Find SharePoint Framework (SPFx) Packages in Tenant and Site Collection App Catalogs",
"url": "https://pnp.github.io/script-samples/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/README.md",
"description": "Find SharePoint Framework (SPFx) Packages in Tenant and Site Collection App Catalogs which will help maintain oversight of SPFx package installation, ensuring they are up-to-date and compliant.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Get-PnPTenantSite",
"Get-PnPSiteCollectionAppCatalog",
"Invoke-PnPSPRestMethod",
"Get-PnPWeb",
"Get-PnPApp"
]
},
{
"title": "Find Web Part in Pages e.g., Twitter Web Part",
"url": "https://pnp.github.io/script-samples/spo-find-web-part-in-pages/README.html",
Expand Down Expand Up @@ -5536,6 +5560,29 @@
"Invoke-PnPSPRestMethod"
]
},
{
"title": "Update SharePoint Site Logo and Thumbnail",
"url": "https://pnp.github.io/script-samples/spo-update-branding-sitelogo-thumbnail/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-branding-sitelogo-thumbnail/README.md",
"description": "Update SharePoint Site Logo and Thumbnail.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-branding-sitelogo-thumbnail/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Add-PnPFile",
"Get-PnPFile",
"Set-PnPWebHeader",
"Get-PnPHubSiteChild"
]
},
{
"title": "How to Hide the 'See All' Button in the Highlighted Content Web Part",
"url": "https://pnp.github.io/script-samples/spo-update-highlightcontentwebpart-seeall/README.html",
Expand Down Expand Up @@ -5579,6 +5626,26 @@
"Invoke-PnPBatch"
]
},
{
"title": "Update a SharePoint list item without changing the Modified By and Modified fields",
"url": "https://pnp.github.io/script-samples/spo-update-list-item-as-system/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-list-item-as-system/README.md",
"description": "Demonstrates how to update a SharePoint list item without changing the Modified By and Modified fields using PnP PowerShell.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-list-item-as-system/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Guido Zambarda",
"pictureUrl": "https://github.com/GuidoZam.png"
}
],
"tags": [
"Connect-PnPOnline",
"Disconnect-PnPOnline",
"Set-PnPListItem"
]
},
{
"title": "Update web part properties on modern pages",
"url": "https://pnp.github.io/script-samples/spo-update-modern-webpart-properties/README.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.6",
"version": "3.0.7",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 8e5b881

Please sign in to comment.