Skip to content

Commit

Permalink
Merge branch 'release/11.2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed May 12, 2021
2 parents 3dc3568 + f17b00d commit 1041e95
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ gem 'sprockets', '~> 3.7.0'
# also, better than thin since we can control worker concurrency.
gem 'unicorn'

gem 'puma', '~> 5.2.0' # used for development and optionally for production
gem 'puma', '~> 5.3.0' # used for development and optionally for production

gem 'nokogiri', '~> 1.11.0'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ GEM
eventmachine_httpserver
http_parser.rb (~> 0.6.0)
multi_json
puma (5.2.2)
puma (5.3.1)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -1055,7 +1055,7 @@ DEPENDENCIES
pry-rescue (~> 1.5.2)
pry-stack_explorer (~> 0.6.0)
puffing-billy (~> 2.4.0)
puma (~> 5.2.0)
puma (~> 5.3.0)
rack-attack (~> 6.5.0)
rack-cors (~> 1.1.1)
rack-mini-profiler
Expand Down
33 changes: 33 additions & 0 deletions docs/release-notes/11-2-4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: OpenProject 11.2.4
sidebar_navigation:
title: 11.2.4
release_version: 11.2.4
release_date: 2021-05-10
---

# OpenProject 11.2.4

Release date: 2021-05-10

We released [OpenProject 11.2.4](https://community.openproject.com/versions/1476).
The release contains several bug fixes and we recommend updating to the newest version.

<!--more-->
#### Bug fixes and changes

- Fixed: Pagination in search results \[[#35045](https://community.openproject.com/wp/35045)\]
- Fixed: Images in Dashboard are stretched in Safari \[[#36547](https://community.openproject.com/wp/36547)\]
- Fixed: Docker[ proxy apache2]: Report 502 if the file is uploaded \[[#36685](https://community.openproject.com/wp/36685)\]
- Fixed: Refresh problem after archiving projects \[[#36978](https://community.openproject.com/wp/36978)\]
- Fixed: Delayed request with system user fails due to temporary admin permissions \[[#37010](https://community.openproject.com/wp/37010)\]
- Fixed: Umlauts in project name break exports \[[#37014](https://community.openproject.com/wp/37014)\]
- Fixed: Setting sync users in synchronized group does not work without on-the-fly LDAP \[[#37036](https://community.openproject.com/wp/37036)\]
- Fixed: BIM seeder overrides custom design \[[#37037](https://community.openproject.com/wp/37037)\]

#### Contributions
A big thanks to community members for reporting bugs and helping us identifying and providing fixes.

Special thanks for reporting and finding bugs go to

Sébastien VITA, Björn Schümann, song kechao, Maximilian Hippler
7 changes: 7 additions & 0 deletions docs/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Stay up to date and get an overview of the new features included in the releases
<!--- New release notes are generated below. Do not remove comment. -->
<!--- RELEASE MARKER -->

## 11.2.4

Release date: 2021-05-10

[Release Notes](11-2-4/)


## 11.2.3

Release date: 2021-04-23
Expand Down

0 comments on commit 1041e95

Please sign in to comment.