We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971fc7b commit d0b8d00Copy full SHA for d0b8d00
SourceHgWeb/SourceHgWeb.php
@@ -19,7 +19,7 @@
19
20
class SourceHgWebPlugin extends MantisSourcePlugin {
21
22
- const PLUGIN_VERSION = '2.1.1';
+ const PLUGIN_VERSION = '2.1.2';
23
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
24
25
/**
docs/CHANGELOG.md
@@ -10,6 +10,12 @@ specification.
10
11
## [Unreleased 2.x]
12
13
+### Fixed
14
+
15
+- HgWeb: prevent lockup and display warning when importing empty repository
16
+ [#269](https://github.com/mantisbt-plugins/source-integration/pull/269)
17
18
--------------------------------------------------------------------------------
# Releases for MantisBT 2.x
0 commit comments