Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f9f6348

Browse files
committed
Update readme and increment version
1 parent 1090e20 commit f9f6348

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# openproject-gitlab-integration
22

3-
## NEW VERSION 2.0.4 GA
3+
## NEW VERSION 2.0.5 GA
44

55
Based on the current Github integration (OpenProject 12), this plugin offers the same functionalities as the current plugin for Github (and something else). This version includes changes to the DB and a new view similar to the current Github tab. Only the management of "pipelines" is pending an open issue in Gitlab (https://gitlab.com/gitlab-org/gitlab/-/issues/345028).
66

@@ -16,7 +16,7 @@ In case of a **docker** installation, you can follow the steps described in the
1616

1717
OpenProject module for integration with Gitlab:
1818
* Latest Gitlab release tested: **14.10**
19-
* Latest OpenProject release tested: **12.0.10**
19+
* Latest OpenProject release tested: **12.1.0** (for previous versions of OpenProject use v2.0.4)
2020

2121
This plugin is based on the current [plugin to integrate Github with OpenProject](https://www.openproject.org/docs/system-admin-guide/integrations/github-integration/).
2222

@@ -170,11 +170,11 @@ PATH
170170
PATH
171171
remote: modules/gitlab_integration
172172
specs:
173-
openproject-gitlab_integration (2.0.4)
173+
openproject-gitlab_integration (2.0.5)
174174
openproject-webhooks
175175
```
176176

177-
> **Note:** Use version 2.0.4 if you want to capture the events as comments and see the new UI Tab with the linked Merge Requests.
177+
> **Note:** Use version 2.0.5 if you want to capture the events as comments and see the new UI Tab with the linked Merge Requests.
178178
179179
And add this other line in DEPENDENCIES section:
180180

openproject-gitlab_integration.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
Gem::Specification.new do |s|
3333
s.name = "openproject-gitlab_integration"
34-
s.version = '2.0.2'
34+
s.version = '2.0.5'
3535
s.authors = "Ben Tey"
3636
s.email = "[email protected]"
3737
s.homepage = "https://github.com/btey/openproject-gitlab-integration"

0 commit comments

Comments
 (0)