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