[Bps-public-commit] rt-extension-manageautocreatedusers branch, master, updated. 0.08-6-g906ea0a

Wallace Reis wreis at bestpractical.com
Fri Dec 19 13:49:37 EST 2014


The branch, master has been updated
       via  906ea0a1d912e68b103418b42103328d740812b4 (commit)
      from  9873414fd7ad21cb3367515117679d2a2ca79ab5 (commit)

Summary of changes:
 Changes                                    | 4 ++++
 lib/RT/Extension/ManageAutoCreatedUsers.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 906ea0a1d912e68b103418b42103328d740812b4
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Fri Dec 19 16:49:26 2014 -0200

    Bump version and update changelog

diff --git a/Changes b/Changes
index 21d2956..b0625be 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for RT-Extension-ManageAutoCreatedUsers
 
+0.10     2014-12-19
+ - Doc Changes
+ - RTx() implies both all_from and readme_from
+
 0.09     2014-08-28
  - Parametrize the number of rows
  - Fix POSTing for when CSRF token is involved
diff --git a/lib/RT/Extension/ManageAutoCreatedUsers.pm b/lib/RT/Extension/ManageAutoCreatedUsers.pm
index d3c3c5c..e6252bf 100644
--- a/lib/RT/Extension/ManageAutoCreatedUsers.pm
+++ b/lib/RT/Extension/ManageAutoCreatedUsers.pm
@@ -6,7 +6,7 @@ use RT::Extension::MergeUsers;
 use Scalar::Util 'blessed';
 use Module::Runtime 'use_module';
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 RT->AddJavaScript('manage-autocreated-users.js');
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list