Merge branch 'release/11.2' into dev

pull/9260/head
ulferts 4 years ago
commit 1041e95fea
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      Gemfile
  2. 4
      Gemfile.lock
  3. 33
      docs/release-notes/11-2-4/README.md
  4. 7
      docs/release-notes/README.md

@ -167,7 +167,7 @@ gem 'sprockets', '~> 3.7.0'
# also, better than thin since we can control worker concurrency. # also, better than thin since we can control worker concurrency.
gem 'unicorn' 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' gem 'nokogiri', '~> 1.11.0'

@ -680,7 +680,7 @@ GEM
eventmachine_httpserver eventmachine_httpserver
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
multi_json multi_json
puma (5.2.2) puma (5.3.1)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.5.2) racc (1.5.2)
rack (2.2.3) rack (2.2.3)
@ -1055,7 +1055,7 @@ DEPENDENCIES
pry-rescue (~> 1.5.2) pry-rescue (~> 1.5.2)
pry-stack_explorer (~> 0.6.0) pry-stack_explorer (~> 0.6.0)
puffing-billy (~> 2.4.0) puffing-billy (~> 2.4.0)
puma (~> 5.2.0) puma (~> 5.3.0)
rack-attack (~> 6.5.0) rack-attack (~> 6.5.0)
rack-cors (~> 1.1.1) rack-cors (~> 1.1.1)
rack-mini-profiler rack-mini-profiler

@ -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

@ -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. --> <!--- New release notes are generated below. Do not remove comment. -->
<!--- RELEASE MARKER --> <!--- RELEASE MARKER -->
## 11.2.4
Release date: 2021-05-10
[Release Notes](11-2-4/)
## 11.2.3 ## 11.2.3
Release date: 2021-04-23 Release date: 2021-04-23

Loading…
Cancel
Save