[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 0.05-13-g2f002aa
Shawn Moore
sartak at bestpractical.com
Sat Feb 26 21:39:58 EST 2011
The branch, master has been updated
via 2f002aa2df331727a197d9f3cf83834908f8a521 (commit)
from 4c8377793125b10684762b256b246627d1a17101 (commit)
Summary of changes:
Changes | 4 ++++
lib/Jifty/Plugin/RecordHistory.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2f002aa2df331727a197d9f3cf83834908f8a521
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Sat Feb 26 21:39:51 2011 -0500
0.06 and its changes
diff --git a/Changes b/Changes
index 7fb027a..5bbce08 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.06 2011-02-26
+ - Refactor change-update template so its components are reusable (Sartak)
+ - Bump Jifty dependency (Sartak)
+
0.05 2011-02-24
- Refactor current_user_can to be simpler and more correct (Sartak)
diff --git a/lib/Jifty/Plugin/RecordHistory.pm b/lib/Jifty/Plugin/RecordHistory.pm
index 404810f..ff93ede 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.05';
+our $VERSION = '0.06';
sub init {
Jifty->web->add_css('record-history.css');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list