Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-mergeusers
Commits
f8cfbe5f
Commit
f8cfbe5f
authored
Sep 10, 2013
by
Ruslan Zakirov
Browse files
bump version, 0.11
parent
1d6d0174
Changes
3
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
f8cfbe5f
0.11 Tue Sep 10 14:42:46 MSK 2013
* For every merged user in a collection one user at the end of
the collection was skipped, for example in owners drop down,
admin interface or in autocompletion lists.
0.10 Fri Aug 2 15:34:06 PDT 2013
* Enable user autocomplete on the "Merge user into" form for RT 4.2
* Correct a packaging error in MANIFEST in the previous release
...
...
META.yml
View file @
f8cfbe5f
...
...
@@ -23,4 +23,4 @@ requires:
perl
:
5.8.3
resources
:
license
:
http://opensource.org/licenses/gpl-license.php
version
:
0.1
0
version
:
0.1
1
lib/RT/Extension/MergeUsers.pm
View file @
f8cfbe5f
...
...
@@ -49,7 +49,7 @@ use warnings; no warnings qw(redefine);
package
RT::Extension::
MergeUsers
;
our
$VERSION
=
'
0.1
0
';
our
$VERSION
=
'
0.1
1
';
=head1 NAME
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment