Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 056e319

Browse files
committed
Revert version
1 parent 32f0ac1 commit 056e319

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ A browser extension that enhance all Merge Requests lists on any instance of Git
2323
- Base Jira URL is configured in extension preferences
2424
- The ticket ID or an icon can be displayed as the link label (configured in extension preferences)
2525
- WIP toggle button (can be enabled/disabled in the extension preferences)
26-
- Menu allowing to hide Merge Requests based on their latest pipeline status (can be enabled/disabled in the extension preferences)
2726
- Compatible with all GitLab editions (GitLab CE, GitLab EE, GitLab.com) (look at the prerequisites, though)
2827

2928
## Prerequisites

scripts/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MANIFEST_FILE = {
22
'manifest_version': 2,
33
'name': 'GitLab Merge Requests lists enhancer',
4-
'version': '1.6.0',
4+
'version': '1.5.0',
55
'description': 'An extension that enhance all Merge Requests lists on any instance of Gitlab and GitLab.com.',
66
'homepage_url': 'https://github.com/EpocDotFr/gitlab-merge-requests-lists-enhancer',
77
'author': 'Maxime \'Epoc\' G.',

0 commit comments

Comments
 (0)