Skip to content

Commit a3171dd

Browse files
committed
prepare release 2.7.0
1 parent d8036ca commit a3171dd

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
44

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

7-
## [Unreleased] - XXXX-XX-XX
7+
## [2.7.0] - 2021-12-22
88

9+
### Added
10+
11+
- Include federated share activity in sidebar [#972](https://github.com/owncloud/activity/pull/972)
12+
- Implement activities for rename and move actions [#1018](https://github.com/owncloud/activity/pull/1018)
913

1014

1115
## [2.6.1] - 2021-06-17
@@ -132,7 +136,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
132136
- Catch mail exceptions and still remove sent emails from queue - [#574](https://github.com/owncloud/activity/issues/574)
133137

134138

135-
[Unreleased]: https://github.com/owncloud/activity/compare/v2.6.1...master
139+
[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.0...master
140+
[2.7.0]: https://github.com/owncloud/activity/compare/v2.6.0...v2.7.0
136141
[2.6.1]: https://github.com/owncloud/activity/compare/v2.6.0...v2.6.1
137142
[2.6.0]: https://github.com/owncloud/activity/compare/v2.5.4...v2.6.0
138143
[2.5.4]: https://github.com/owncloud/activity/compare/v2.5.3...v2.5.4

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Never again miss an important event related to content in ownCloud and always be
1515
</description>
1616
<licence>AGPL</licence>
1717
<author>Thomas Müller, Frank Karlitschek, Joas Schilling, Tom Needham, Vincent Petry</author>
18-
<version>2.6.1</version>
18+
<version>2.7.0</version>
1919
<default_enable/>
2020
<types>
2121
<filesystem/>
@@ -30,7 +30,7 @@ Never again miss an important event related to content in ownCloud and always be
3030
<screenshot>https://raw.githubusercontent.com/owncloud/screenshots/68550c2b7c53e6309132ca1c7b177adca976db0b/activity/activity.png</screenshot>
3131
<category>tools</category>
3232
<dependencies>
33-
<owncloud min-version="10.8.0" max-version="10"/>
33+
<owncloud min-version="10.9.0" max-version="10"/>
3434
</dependencies>
3535
<background-jobs>
3636
<job>OCA\Activity\BackgroundJob\EmailNotification</job>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_activity
4-
sonar.projectVersion=2.6.1
4+
sonar.projectVersion=2.7.0
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)