Skip to content

Commit

Permalink
Updated changelog and info.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
HanaGemela committed Jan 28, 2020
1 parent 8d3947a commit 2610aa2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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/).

## [Unreleased]
## [0.5.1] - 2020-01-28

### Fixed

- Validation for max allowed number of chars in custom groups name - [#291](https://github.com/owncloud/customgroups/issues/291)
- Allow user to add to group even when enumeration to group is imposed - [#293](https://github.com/owncloud/customgroups/issues/293)

### Changed

- [Security] Bump atob from 2.0.3 to 2.1.2 - [#228](https://github.com/owncloud/customgroups/issues/228)
- [Security] Bump bower from 1.8.2 to 1.8.8 - [#239](https://github.com/owncloud/customgroups/issues/239)
- [Security] Bump handlebars from 4.0.11 to 4.7.2 - [#281](https://github.com/owncloud/customgroups/issues/281), [#295](https://github.com/owncloud/customgroups/issues/295), [#297](https://github.com/owncloud/customgroups/issues/297), [#299](https://github.com/owncloud/customgroups/issues/299)

## [0.5.0] - 2019-12-20

Expand Down Expand Up @@ -124,7 +134,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Fixes spinner issues - [#47](https://github.com/owncloud/customgroups/issues/47)

[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.5.0...master
[0.5.1]: https://github.com/owncloud/customgroups/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/owncloud/customgroups/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/owncloud/customgroups/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/owncloud/customgroups/compare/v0.3.6...v0.4.0
Expand All @@ -134,4 +144,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
[0.3.1]: https://github.com/owncloud/customgroups/compare/v0.2.0...v0.3.1
[0.2.0]: https://github.com/owncloud/customgroups/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/owncloud/customgroups/compare/v0.1.0...v0.1.1

2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
<repository type="git">http://github.com/owncloud/customgroups.git</repository>
<licence>AGPL</licence>
<author>Vincent Petry</author>
<version>0.5.0</version>
<version>0.5.1</version>
<documentation>
<user>https://doc.owncloud.com/server/latest/user_manual/files/webgui/custom_groups.html</user>
<admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/user/user_configuration.html?highlight=custom%20groups#enabling-custom-groups</admin>
Expand Down

0 comments on commit 2610aa2

Please sign in to comment.