Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
We now join your version 1.1 already in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
markpasc committed Feb 21, 2009
1 parent d9d0922 commit 3e83fe3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'Order',
VERSION => '1.0',
VERSION => '1.1',
DISTNAME => 'Order',
);
17 changes: 15 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Order 1.0 for Movable Type #
# Order 1.1 for Movable Type #

Collect sets of template output to order by a particular datum.

Expand Down Expand Up @@ -148,9 +148,22 @@ Content from an `mt:OrderFooter` is shown after the last `mt:OrderItem`, or
even an `mt:OrderItem` pinned to the end with the `pin="-1"` attribute.


## Changes ##

### 1.1 in development ###

* Added `mt:OrderHeader` and `mt:OrderFooter` tags.
* Added `shuffle` ordering option.
* Added `pin` feature.

### 1.0 30 July 2008 ###

* First release


## License ##

Copyright 2008 Six Apart, Ltd.
Copyright 2008-2009 Six Apart, Ltd.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 3e83fe3

Please sign in to comment.