Skip to content

Commit

Permalink
as per discussion with piotr: let's do this as a 4.0.0 instead of 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Jul 12, 2023
1 parent 9d2f998 commit 072a9d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [3.1.0] - 2023-07-12
## [4.0.0] - 2023-07-12

### Added

- [#497](https://github.com/owncloud/richdocuments/pull/497) - handle federated share mount to display error and further refactor
- [#486](https://github.com/owncloud/richdocuments/pull/486) - E5515 feature/wopi locks
- [#456](https://github.com/owncloud/richdocuments/pull/456) - web: add Drawing filetype and add it to + menu

### Changed

- [#496](https://github.com/owncloud/richdocuments/pull/496) - Migrate to oC Web v7
- [#494](https://github.com/owncloud/richdocuments/pull/494) - Refactor API and most critical parts of the code
- [#493](https://github.com/owncloud/richdocuments/pull/493) - make sure to retrieve correct supershare based on current dir context
- [#492](https://github.com/owncloud/richdocuments/pull/492) - Remove Symfony event dispatch from ignoreErrors
- [#467](https://github.com/owncloud/richdocuments/pull/467) - Set appropriate icon for web
- [#464](https://github.com/owncloud/richdocuments/pull/464) - Replace deprecated String.prototype.substr()
- [#462](https://github.com/owncloud/richdocuments/pull/462) - Adjust 'if' conditionals that were reported by phpstan
- [#454](https://github.com/owncloud/richdocuments/pull/454) - Change Richdocuments app name to Collabora Online

Expand All @@ -27,13 +31,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- [#468](https://github.com/owncloud/richdocuments/pull/468) - Upload button overlaps with a document icon in the second row


## [3.0.1] - 2022-08-31

### Added

- [#475](https://github.com/owncloud/richdocuments/pull/475) - Add support for link share preview


## [3.0.0] - 2022-09-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This application can connect to a Collabora Online (or other) server (WOPI-like
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
<summary>Edit office documents directly in your browser.</summary>
<licence>AGPL</licence>
<version>3.1.0</version>
<version>4.0.0</version>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<bugs>https://github.com/owncloud/richdocuments/issues</bugs>
<repository type="git">https://github.com/owncloud/richdocuments.git</repository>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_richdocuments
sonar.projectVersion=3.1.0
sonar.projectVersion=4.0.0
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit 072a9d6

Please sign in to comment.