All Versions
15
Latest Version
Avg Release Cycle
16 days
Latest Release
3398 days ago

Changelog History
Page 1

  • v3.1.0 Changes

    December 08, 2015
    • 👍 Now supporting Jekyll 3+
  • v3.0.12.pre

    July 27, 2015
  • v3.0.11 Changes

    July 15, 2015
    • 🛠 Fix: filenames and extensions are preserved when publishing drafts and unpublishing posts.
  • v3.0.10 Changes

    July 15, 2015
    • 🛠 Fix: --force flag works properly when publishing drafts and unpublishing posts.
  • v3.0.9 Changes

    June 18, 2015
    • 📚 Documentation improvements
  • v3.0.8 Changes

    June 18, 2015
    • ➕ Added documentation for Octopress's deploy project.
  • v3.0.7 Changes

    June 02, 2015
    • 🛠 Fixed a bug where pages templates would only show dates if the new page command included a --date option. Now if a template has a date, the new page will have a date.
  • v3.0.6 Changes

    May 26, 2015
    • 🛠 Fixed issue with Bundler gem loading.
  • v3.0.5 Changes

    May 12, 2015
    • 👌 Support for Jekyll 2 & 3
    • 😌 Relaxed version requirements for Jekyll
    • ➕ Added support for Jekyll Hooks when available
    • 👌 Support for < Jekyll 2.5 by loading Jekyll plugins manually if necessary
    • 📚 Updated documentation for adding doc pages to plugins
    • 📚 Requiring Redcarpet because it gives us proper codefences for documentation pages (Ugh. I don't like Kramdown)
  • v3.0.4 Changes

    May 10, 2015
    • 🛠 Fix: Changed shortcode for --dir to -D so it doesn't interfere with -d for --date.