diff --git a/Changes b/Changes index 1d657f3..1990645 100644 --- a/Changes +++ b/Changes @@ -1,38 +1,48 @@ -1.6 2018-08-05 +1.601 2018-08-11 - - Adding experimental support for Webmention sending, receiving, and display. + - Fixing a bug that prevented the Webmention-receiving plerdwatcher process from accepting webmentions for posts created after it launched. + + - Adding a (commented-out) ` elements within posts dont overflow the content div's width. + - Adding some styling to the default template so that plain elements within posts dont overflow the content div's width. -1.41 2016-09-17 +1.41 2016-09-17 - - Fixing a bug that would sometimes cause existing posts' "older_post" and "newer_post" methods to return incorrect values after new the publication of new posts. + - Fixing a bug that would sometimes cause existing posts' "older_post" and "newer_post" methods to return incorrect values after new the publication of new posts. - - Removing support for the Plerd object's "publish" method and "files_to_publish" attribute. (The former now just calls the "publish_all" method.) + - Removing support for the Plerd object's "publish" method and "files_to_publish" attribute. (The former now just calls the "publish_all" method.) -1.4 2016-08-17 +1.4 2016-08-17 - - Adding support for user-defined post attributes. + - Adding support for user-defined post attributes. - - Improving handling of base-URI configurations involving paths. (David Turner) + - Improving handling of base-URI configurations involving paths. (David Turner) -1.31 2016-08-01 +1.31 2016-08-01 - - Plerdwatcher now pays attention to all config directives, including the new ones defined in v1.3. + - Plerdwatcher now pays attention to all config directives, including the new ones defined in v1.3. -1.3 2016-07-23 +1.3 2016-07-23 - - Plerd no longer requires that the source, docroot, and template directories all exist within the same master directory. + - Plerd no longer requires that the source, docroot, and template directories all exist within the same master directory. -1.2 2016-04-09 +1.2 2016-04-09 - - Fixing a bug that could prevent the recent, archive, and RSS pages from updating properly. + - Fixing a bug that could prevent the recent, archive, and RSS pages from updating properly. -1.1 2016-03-27 +1.1 2016-03-27 - - Adding "newer_post" and "older_post" read-only methods to post objects. + - 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 + - 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. (Christian Sánchez contributed pre-release improvements) + - First versioned release. (Christian Sánchez contributed pre-release improvements) diff --git a/lib/Plerd.pm b/lib/Plerd.pm index 5f12a1c..0ff151d 100644 --- a/lib/Plerd.pm +++ b/lib/Plerd.pm @@ -1,6 +1,6 @@ package Plerd; -our $VERSION = '1.6'; +our $VERSION = '1.601'; use Moose; use MooseX::Types::URI qw(Uri);