[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 0.04-10-gcb750a8

Shawn Moore sartak at bestpractical.com
Thu Feb 24 18:00:14 EST 2011


The branch, master has been updated
       via  cb750a87a98298cb05713ac57edcaddeff0ba10d (commit)
      from  f0064edd72aa12a1bf35dea9f6a94f0166230079 (commit)

Summary of changes:
 Changes                           |    3 +++
 lib/Jifty/Plugin/RecordHistory.pm |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit cb750a87a98298cb05713ac57edcaddeff0ba10d
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Feb 24 18:00:06 2011 -0500

    0.05 and its Changes

diff --git a/Changes b/Changes
index 469316f..7fb027a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.05  2011-02-24
+    - Refactor current_user_can to be simpler and more correct (Sartak)
+
 0.04  2011-02-18
     - Allow control of cascaded_delete (Sartak)
     - Allow control over current_user_can on Change and ChangeField by
diff --git a/lib/Jifty/Plugin/RecordHistory.pm b/lib/Jifty/Plugin/RecordHistory.pm
index 53163b4..404810f 100644
--- a/lib/Jifty/Plugin/RecordHistory.pm
+++ b/lib/Jifty/Plugin/RecordHistory.pm
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use base qw/Jifty::Plugin/;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 sub init {
     Jifty->web->add_css('record-history.css');

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



More information about the Bps-public-commit mailing list