Skip to content

Commit

Permalink
Merge pull request #664 from owncloud/release-2.4.1
Browse files Browse the repository at this point in the history
Release 2.4.1
  • Loading branch information
Vincent Petry authored Nov 30, 2018
2 parents 14468ef + 2e16d8b commit b1204d5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,29 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.4.1] - 2018-11-30

- Set max version to 10 because core platform switches to Semver

## [2.4.0] - 2018-11-13

### Fixed

- Add missing migrations for longtext and indices - [#654](https://github.com/owncloud/activity/issues/654)

## [2.3.8] - 2018-09-25
### Added

- New mail footers to template files. - [#639](https://github.com/owncloud/activity/issues/639)

### Fixed

- Prepare for jquery 2 update - [#638](https://github.com/owncloud/activity/issues/638)

## [2.3.7] - 2018-07-11

### Fixed

- Adjust preview URL generation based on new endpiont - [#631](https://github.com/owncloud/activity/pull/631)
- Fix grouping for share messages - [#626](https://github.com/owncloud/activity/issues/626)
- Add missing HTML template to activity email notification - [#620](https://github.com/owncloud/activity/issues/620)
Expand All @@ -27,13 +37,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fix for when avatars are disabled - [#600](https://github.com/owncloud/activity/issues/600)

## [2.3.6]

### Fixed

- Don't package vendor folder - [#588](https://github.com/owncloud/activity/issues/588)
- Migrate to bigint - [#584](https://github.com/owncloud/activity/issues/584)
- Show displayName instead of group id - [#582](https://github.com/owncloud/activity/issues/582)
- Catch mail exceptions and still remove sent emails from queue - [#574](https://github.com/owncloud/activity/issues/574)

[Unreleased]: https://github.com/owncloud/activity/compare/v2.4.0...master
[Unreleased]: https://github.com/owncloud/activity/compare/v2.4.1...master
[2.4.1]: https://github.com/owncloud/activity/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/owncloud/activity/compare/v2.3.8...v2.4.0
[2.3.8]: https://github.com/owncloud/activity/compare/v2.3.7...v2.3.8
[2.3.7]: https://github.com/owncloud/activity/compare/v2.3.6...v2.3.7
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Never again miss an important event related to content in ownCloud and always be
</description>
<licence>AGPL</licence>
<author>Frank Karlitschek, Joas Schilling, Tom Needham, Thomas Müller, Vincent Petry</author>
<version>2.4.0</version>
<version>2.4.1</version>
<default_enable/>
<types>
<filesystem/>
Expand All @@ -30,7 +30,7 @@ Never again miss an important event related to content in ownCloud and always be
<screenshot>https://raw.githubusercontent.com/owncloud/screenshots/68550c2b7c53e6309132ca1c7b177adca976db0b/activity/activity.png</screenshot>
<category>tools</category>
<dependencies>
<owncloud min-version="10.0.3" max-version="10.1"/>
<owncloud min-version="10.0.3" max-version="10"/>
</dependencies>
<background-jobs>
<job>OCA\Activity\BackgroundJob\EmailNotification</job>
Expand Down

0 comments on commit b1204d5

Please sign in to comment.