Skip to content

Commit

Permalink
Release OpenProject 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Nov 13, 2024
2 parents 9494b64 + 00c2bb5 commit 4dd7217
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 2 deletions.
47 changes: 47 additions & 0 deletions docs/release-notes/15-0-1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: OpenProject 15.0.1
sidebar_navigation:
title: 15.0.1
release_version: 15.0.1
release_date: 2024-11-13
---

# OpenProject 15.0.1

Release date: 2024-11-13

We released OpenProject [OpenProject 15.0.1](https://community.openproject.org/versions/2157).
The release contains several bug fixes and we recommend updating to the newest version.
In these Release Notes, we will give an overview of important feature changes.
At the end, you will find a complete list of all changes and bug fixes.

## Important feature changes

<!-- Inform about the major features in this section -->

## Important updates and breaking changes

<!-- Remove this section if empty, add to it in pull requests linking to tickets and provide information -->

<!--more-->

## Bug fixes and changes

<!-- Warning: Anything within the below lines will be automatically removed by the release script -->
<!-- BEGIN AUTOMATED SECTION -->

- Bugfix: OpenID Connect Microsoft Entra: Tenant not correctly output \[[#59261](https://community.openproject.org/wp/59261)\]

<!-- END AUTOMATED SECTION -->
<!-- Warning: Anything above this line will be automatically removed by the release script -->

## Contributions
A very special thank you goes to our sponsors for this release.
Also a big thanks to our Community members for reporting bugs and helping us identify and provide fixes.
Special thanks for reporting and finding bugs go to Javier Valero Celada.

Last but not least, we are very grateful for our very engaged translation contributors on Crowdin, who translated quite a few OpenProject strings!
Would you like to help out with translations yourself?
Then take a look at our translation guide and find out exactly how you can contribute.
It is very much appreciated!

7 changes: 7 additions & 0 deletions docs/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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 -->

## 15.0.1

Release date: 2024-11-13

[Release Notes](15-0-1/)


## 15.0.0

Release date: 2024-11-13
Expand Down
2 changes: 1 addition & 1 deletion lib/open_project/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module OpenProject
module VERSION # :nodoc:
MAJOR = 15
MINOR = 0
PATCH = 0
PATCH = 1

class << self
# Used by semver to define the special version (if any).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def provider_specific_to_h
}
when "microsoft_entra"
{
use_graph_api:
use_graph_api:,
tenant:
}
else
{}
Expand Down

0 comments on commit 4dd7217

Please sign in to comment.