Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Releases: brandleadership/kuhsaft

v2.0.3

23 Jul 11:23
Compare
Choose a tag to compare
  • Revert locale handling changes from 1.8.3
  • Do not show invalid bricks in frontend
  • remove attr_accessible calls, removes the need to use protected_attributes.
  • add page_title to page for SEO purposes (initially implemented for 1.8.1)

v1.8.3

18 Jul 12:07
Compare
Choose a tag to compare

Fix redirect handling:

  • remove any preceding slashes first, then redirect to page link with one preceding front slash

Locale Handling

  • do not set locale through url_options in admin controller on every request

Add Page Title

  • navigation_name holds data of the old title attribute
  • title acts as page title (not required)

Test Setup

  • fixed

v2.0.0

15 Jul 15:33
Compare
Choose a tag to compare

Make Kuhsaft Rails 4 Compatible:

  • replace compass with bourbon
  • use lambdas in scopes
  • use jquery-ui-rails and protected_attributes

Kuhsaft >= 2.0.0 will only support Rails 4 and newer