Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/develop' into feature/wo…
Browse files Browse the repository at this point in the history
…rd_defintions

# Conflicts:
#	CHANGELOG.md
#	site/pages/Docs/Plugin and Macros/Macros/Samples/index.md
  • Loading branch information
LinneyS committed Jan 13, 2025
2 parents ae0d44f + 76828da commit 5dbd61e
Show file tree
Hide file tree
Showing 985 changed files with 15,127 additions and 6,911 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Audit

on:
pull_request:
branches:
- master
- develop
push:
branches:
- master
- develop
workflow_dispatch:

jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:

- name: Build Site
timeout-minutes: 120
env:
PKG_SNAPSHOT_SERVER_URL: ${{github.server_url}}
PKG_SNAPSHOT_REPOSITORY: ${{github.repository}}
PKG_SNAPSHOT_RUN_ID: ${{github.run_id}}
working-directory: site
run: |
m="${{github.event.inputs.site_mode}}"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Change Log

- docs api: added the Deny access and History loading failed issues to Troubleshooting
- docs api: updated the WOPI section
- docs api: added the information about calling editor methods in the frameworks
- docs api: added the Checking PDF forms page
- docspace backend: added the Removed user page
- macros: added remove extra spaces in document macro sample
- macros: added the Sum of highlighted cells macro sample
- macros: added change font family and size in presentations macro sample
- macros: added hide unhide rows or columns in spreadsheet macro sample
- macros: added find company logos macro sample
- macros: added import hyperlinks in spreadsheet macro sample
- macros: added generate word definitons macro sample

## 6.3.0
Expand Down
Loading

0 comments on commit 5dbd61e

Please sign in to comment.