Skip to content

Commit cc28f9a

Browse files
Release 2.7.2 (#1225)
* prepare-2.7.2 * bump minimums: 10.11 & php 7.4 * update Changelog timestamp --------- Co-authored-by: Juergen Weigert <jnweiger@gmail.com>
1 parent 5198bce commit cc28f9a

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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]
7+
## [2.7.2] - 2023-07-27
88

9+
### Changed
10+
11+
- [#1173](https://github.com/owncloud/activity/pull/1173) - Always return an int from Symfony Command execute method
12+
- Minimum core version 10.11, minimum php version 7.4
13+
- Dependency updates
14+
- String updates
915

1016

1117
## [2.7.1] - 2022-08-30
@@ -147,7 +153,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
147153
- Catch mail exceptions and still remove sent emails from queue - [#574](https://github.com/owncloud/activity/issues/574)
148154

149155

150-
[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.1...master
156+
[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.2...master
157+
[2.7.2]: https://github.com/owncloud/activity/compare/v2.7.1...v2.7.2
151158
[2.7.1]: https://github.com/owncloud/activity/compare/v2.7.0...v2.7.1
152159
[2.7.0]: https://github.com/owncloud/activity/compare/v2.6.1...v2.7.0
153160
[2.6.1]: https://github.com/owncloud/activity/compare/v2.6.0...v2.6.1

appinfo/info.xml

Lines changed: 3 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.7.1</version>
18+
<version>2.7.2</version>
1919
<default_enable/>
2020
<types>
2121
<filesystem/>
@@ -30,7 +30,8 @@ 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.9.0" max-version="10"/>
33+
<owncloud min-version="10.11" max-version="10" />
34+
<php min-version="7.4" />
3435
</dependencies>
3536
<background-jobs>
3637
<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.7.1
4+
sonar.projectVersion=2.7.2
55
sonar.host.url=https://sonarcloud.io
66

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

0 commit comments

Comments
 (0)