Skip to content

Commit

Permalink
Defining version 1.31.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdotorg committed Aug 1, 2016
1 parent e17596d commit 76215a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
1.3 2016-07-23
1.31 2016-08-01

- Plerd no longer requires that the source, docroot, and template directories all exist within the same master directory.
- Plerdwatcher now pays attention to all config directives, including the new ones defined in v1.3.

1.2 2016-04-09
1.3 2016-07-23

- Fixing a bug that could prevent the recent, archive, and RSS pages from updating properly.
- Plerd no longer requires that the source, docroot, and template directories all exist within the same master directory.

1.1 2016-03-27
1.2 2016-04-09

- Adding "newer_post" and "older_post" read-only methods to post objects.
- Fixing a bug that could prevent the recent, archive, and RSS pages from updating properly.

- Adding a "posts" read-only method to the Plerd object, returning all of
1.1 2016-03-27

- Adding "newer_post" and "older_post" read-only methods to post objects.

- Adding a "posts" read-only method to the Plerd object, returning all of
the blog's posts.

- GUIDs are now always added to posts. (The old "generates_post_guids"
- GUIDs are now always added to posts. (The old "generates_post_guids"
is now a deprecated no-op.)

1.0 2015-11-04
1.0 2015-11-04

- First versioned release.
- First versioned release.
2 changes: 1 addition & 1 deletion lib/Plerd.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Plerd;

our $VERSION = '1.3';
our $VERSION = '1.31';

use Moose;
use Template;
Expand Down

0 comments on commit 76215a4

Please sign in to comment.