Refinery CMS v2.0.6 Release Notes

Release Date: 2012-08-06 // almost 12 years ago
    • ➕ Added Refinery::Page#canonical_slug to allow us to retrieve a consistent slug across multiple translations of a page. Useful for CSS selectors. #1457. Philip Arndt
    • 🛠 Fixed bug with 404 page not honoring custom view/layout template. #1746. Uģis Ozols
    • 📇 Renamed all templates in generators which contained erb to *.rb.erb. #1750. Uģis Ozols
    • 🛠 Fixed page reorder issue on Ruby 1.8.x. #1585. Uģis Ozols & Philip Arndt.
    • 👍 Allowed to override presenters using rake refinery:override. #1790. Kevin Bullock.
    • 🛠 Fixed issue with saving settings in generated form extension by completely rewriting settings controller. #1817. Uģis Ozols
    • Removed Refinery::Page#title_with_meta in favour of view helpers. #1847. Philip Arndt