[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 0.06-2-g56db7f1
Thomas Sibley
trs at bestpractical.com
Thu May 26 10:11:46 EDT 2011
The branch, master has been updated
via 56db7f1c061ff6c8b2cd1fa7a0f62cafcf11a4f8 (commit)
from 885ce27aa9351ac2e4d75eb6b17e4c7b94c1298d (commit)
Summary of changes:
Changes | 3 +++
lib/Jifty/Plugin/RecordHistory.pm | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 56db7f1c061ff6c8b2cd1fa7a0f62cafcf11a4f8
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu May 26 10:11:30 2011 -0400
Bump the version for deps and make a note in the changelog
diff --git a/Changes b/Changes
index 5bbce08..5bf1313 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.07 not yet released
+ - Support two ways of overriding the collection of Changes displayed (trs)
+
0.06 2011-02-26
- Refactor change-update template so its components are reusable (Sartak)
- Bump Jifty dependency (Sartak)
diff --git a/lib/Jifty/Plugin/RecordHistory.pm b/lib/Jifty/Plugin/RecordHistory.pm
index ff93ede..294c8bb 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.06';
+our $VERSION = '0.07';
sub init {
Jifty->web->add_css('record-history.css');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list