From c20c09d2a42621420940595eace399da4a2c9bdd Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 7 Dec 2013 19:34:52 -0500 Subject: [PATCH] 1.4.0 release post fixes --- site/_posts/2013-12-07-jekyll-1-4-0-released.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown b/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown index f1dcae00..d7a0c14f 100644 --- a/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown +++ b/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown @@ -8,8 +8,8 @@ categories: [release] --- About a month after the release of Jekyll v1.3.0, we are releasing -Jekyll v1.4.0. This release will be the last release to support Ruby -1.8.7 and our next release will be Jekyll 2.0.0 +Jekyll v1.4.0. This release will be the last non-patch release to support Ruby +1.8.7 and our next release will be Jekyll 2.0.0. Here are a few things we think you'll want to know about this release: @@ -18,8 +18,9 @@ Here are a few things we think you'll want to know about this release: * Maruku has been updated to 0.7.0 which provides some new features and a ton of bugfixes over the previous 0.6.x releases. -* Plugins are now sorted before they're processed, which can provide a - rudimentary way to establish a load order for plugins +* Non-`gem` Plugins are now sorted alphabetically by filename before they're + processed, which can provide a rudimentary way to establish a load order for + plugins. For a full run-down, visit our [change log](/docs/history/)!