Skip to content

Commit

Permalink
Merge pull request #23 from nextcloud/release/1.0.4
Browse files Browse the repository at this point in the history
chore: prepare 1.0.4 release
  • Loading branch information
edward-ly authored Oct 1, 2024
2 parents 79fe300 + 829b570 commit 82a8277
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.4] - 2024-10-01

### Changed

- Bump @nextcloud/webpack-vue-config from 6.1.0 to 6.1.1. #22

## [1.0.3] - 2024-09-20

### Changed
Expand Down Expand Up @@ -36,7 +42,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Upload selected Nextcloud files to configured Zulip instance.

[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.4
[1.0.3]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.3
[1.0.2]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.2
[1.0.1]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These values can be found in and copied from your Zulip account's `zuliprc` file
If those settings are not configured, a link to the "Connected accounts" user settings page will be displayed when attempting to send a file to a Zulip user/topic.
The context menu to send a file can be accessed by right clicking on the file/folder to be shared or selecting them and clicking on the "Actions" button.
]]></description>
<version>1.0.3</version>
<version>1.0.4</version>
<licence>agpl</licence>
<author>Edward Ly</author>
<namespace>Zulip</namespace>
Expand All @@ -33,7 +33,7 @@ The context menu to send a file can be accessed by right clicking on the file/fo
<donation title="Donate via Liberapay">https://liberapay.com/edward-ly/donate</donation>
<donation title="Donate via PayPal" type="paypal">https://paypal.me/ledlight7</donation>
<dependencies>
<nextcloud min-version="28" max-version="30"/>
<nextcloud min-version="28" max-version="31"/>
</dependencies>
<settings>
<admin>OCA\Zulip\Settings\Admin</admin>
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
@@ -1,6 +1,6 @@
{
"name": "integration_zulip",
"version": "1.0.3",
"version": "1.0.4",
"description": "Zulip integration",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
Expand Down

0 comments on commit 82a8277

Please sign in to comment.