Wheelhouse CMS 1.1.14

Posted on January 24th, 2017

Author: Sam Pohlenz

A big release this time around with some great new features and performance improvements.

To update, run bundle update wheelhouse.

Release Notes

  • Expose breadcrumb trail via the breadcrumb_trail helper method
  • Add :renderer option to breadcrumbs helper
  • Add :builder option to navigation helper
  • Correctly handle and display errors from nested resources
  • Add title attributes to editor link popups
  • Add CodeMirror as the HTML source editor
  • Add support for media filename/name processors
  • Improve caching of templates
  • Improve performance of Site Overview

Wheelhouse CMS 1.1.12

Posted on March 15th, 2016

Author: Sam Pohlenz

This Wheelhouse release fixes an issue with page previewing introduced in the previous release, as well as some other gem dependency issues.

To update, run bundle update wheelhouse.

Release Notes

  • Fix page previewing functionality
  • Fix compatibility with sprockets-rails 3.x
  • Loosen gem dependencies to allower newer versions of compass-rails, will_paginate, cancancan, ruby2ruby and rack-cache

Wheelhouse CMS 1.1.11

Posted on March 1st, 2016

Author: Sam Pohlenz

The latest Wheelhouse release fixes compatibility with the recent Rails point releases 4.2.5.x, 4.1.14.x and 3.2.22.x.

To update, run bundle update wheelhouse.

Wheelhouse CMS 1.1.10

Posted on October 4th, 2015

Author: Sam Pohlenz

Wheelhouse CMS 1.1.10 is now available. This release fixes user authentication with MongoDB 3, and adds support for gems like autoprefixer-rails within your theme's stylesheets.

To update, run bundle update wheelhouse mongo to ensure all necessary gems are updated.

Release Notes

  • Loosen MongoDB-related dependencies to allow update to mongo 1.12.x gem
  • Add text-lefttext-right and text-center classes to aligned text in WYSIWYG editor
  • Clone all Sprockets processors and compressors directly from main application environment

Wheelhouse CMS 1.1.9

Posted on August 5th, 2015

Author: Sam Pohlenz

Wheelhouse CMS 1.1.9 is now available. Run bundle update wheelhouse from within your Rails application to upgrade.

Release Notes

  • Fix setup process and protected site login when the admin path is not /admin
  • Add checkbox to explicitly toggle a link or folder from appearing in the navigation
  • Disallow system folders from being editable within the admin
  • Fix previewing of non-addressable pages/resources in Rails 3

Wheelhouse CMS 1.1.8

Posted on April 17th, 2015

Author: Sam Pohlenz

Today's release fixes a bug with the template loader when combined with regular views within app/views. If you have Wheelhouse embedded within a regular Rails application, it is recommended to upgrade to this release by running bundle update wheelhouse.

Release Notes

  • Fixed bug where application views were attempted to be loaded as templates

Wheelhouse CMS 1.1.7

Posted on April 7th, 2015

Author: Sam Pohlenz

Wheelhouse CMS 1.1.7 is now available. To upgrade to this release, simply run bundle update wheelhouse from within your Rails application.

Release Notes

  • Fixed reporting of the current path in Rails 4.2
  • Improved logging of template parsing errors
  • Fixed current active page in navigation when previewing a page without a path
  • Added the application views to the template parsing lookup paths
  • Added admin styles for HTML5 input fields
  • Added support for plugin controller hooks (controller.login and controller.logout)

Wheelhouse CMS 1.1.6

Posted on March 16th, 2015

Author: Sam Pohlenz

Unfortunately the previous release had some issues when it came to page caching with Rails 4.2. If you are running Rails 4.2, you will likely want to upgrade to this release, by running bundle update wheelhouse from within your Rails application.

Release Notes

  • Fixed page caching with Rails 4.2

Wheelhouse CMS 1.1.5

Posted on March 11th, 2015

Author: Sam Pohlenz

Wheelhouse CMS 1.1.5 is now available, bringing compatibility with Rails 4.2 as well as Ruby 2.2. To upgrade to this release, simply run bundle update wheelhouse from within your Rails application.

Release Notes

  • Fixed compatibility with Rails 4.2
  • Fixed compatibility with Ruby 2.2
  • Add noindex/nofollow meta tags to login pages
  • Ensure that redirects are properly validated
  • Only allow developers to create new snippets

Wheelhouse CMS 1.1.4

Posted on August 29th, 2014

Author: Sam Pohlenz

Wheelhouse CMS 1.1.4 is now available on the gem servers. To upgrade to this release, simply run bundle update wheelhouse from within your Rails application.

Release Notes

  • Fixed template switching in Rails 3.x
  • Fixed compatibility with Compass 1.0
  • Allow references to the node object from within templates
  • Improved error messages for unauthorized actions
  • Fixed editor permissions relating to publishing/unpublishing
  • Ensure that plugin admin routes are added before the Wheelhouse path dispatcher