Skip to content

1.7.0

Compare
Choose a tag to compare
@GBH GBH released this 24 Oct 15:49
· 1388 commits to master since this release
  • Admin interface is styled using Bootstrap 2.3.0
  • Forms are handled with formatted_form
  • Upgraded to CodeMirror 3
  • Bumped up Paperclip version requirement to 3.4.0. Default config is fixed now.
  • Replaced elRTE wysiwyg editor with wysihtml5
  • Due to wysiwyg editor replacement file insertion and management is temporarily missing.
  • Added support for Markdown. You can define markdown fields like this: {{ cms:page:content:markdown }}
  • Added support for Ruby 2.0.0
  • Dropped support for Ruby 1.8.7
  • Dropped support for Rails 3.0 (upgrade to 3.1 or 3.2)
  • Introduced a few common dependencies. HAML/SASS replace HTML/CSS. CoffeeScript will replace JS scripts.
  • No new migrations to worry about.