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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,18 @@ To run the tests a simple `# npm test` command in the root directory will suffic

## License

Copyright 2017-2026 Staffbase GmbH.
Copyright 2017-2026 Staffbase SE.

Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0


<table>
<tr>
<td>
<img src="docs/assets/images/staffbase.png" alt="Staffbase GmbH" width="96" />
<img src="docs/assets/images/staffbase.png" alt="Staffbase SE" width="96" />
</td>
<td>
<b>Staffbase GmbH</b>
<b>Staffbase SE</b>
<br />Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: <a href="https://jobs.staffbase.com" target="_blank" rel="noreferrer">jobs.staffbase.com</a>
<br /><a href="https://github.com/Staffbase" target="_blank" rel="noreferrer">GitHub</a> | <a href="https://staffbase.com/" target="_blank" rel="noreferrer">Website</a> | <a href="https://jobs.staffbase.com" target="_blank" rel="noreferrer">Jobs</a>
</td>
Expand Down
4 changes: 2 additions & 2 deletions docSrc/sections/footer.tpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<table>
<tr>
<td>
<img src="docs/assets/images/staffbase.png" alt="Staffbase GmbH" width="96" />
<img src="docs/assets/images/staffbase.png" alt="Staffbase SE" width="96" />
</td>
<td>
<b>Staffbase GmbH</b>
<b>Staffbase SE</b>
<br />Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: <a href="https://jobs.staffbase.com" target="_blank" rel="noreferrer">jobs.staffbase.com</a>
<br /><a href="https://github.com/Staffbase" target="_blank" rel="noreferrer">GitHub</a> | <a href="https://staffbase.com/" target="_blank" rel="noreferrer">Website</a> | <a href="https://jobs.staffbase.com" target="_blank" rel="noreferrer">Jobs</a>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docSrc/sections/license.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright 2017-2026 Staffbase GmbH.
Copyright 2017-2026 Staffbase SE.

Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
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
@@ -1,6 +1,6 @@
{
"name": "@staffbase/staffbase-plugin-sdk",
"version": "1.3.7",
"version": "1.3.8",
"description": "Staffbase Plugin SDK for Javascript / Node.js",
"main": "./dist/index.js",
"scripts": {
Expand Down