Skip to content

2.0.13

Compare
Choose a tag to compare
@GBH GBH released this 13 Mar 02:56
· 109 commits to master since this release

This release is brought you by @glebm

New tag: page_file_link

It's similar to file_link tag that you can link previously uploaded files into content somewhere. Difference is that this tag links files uploaded for a specific page. Basically, you set up a bucket with all the files and then you can selectively drop them into the content.

Example set up:

On Layout content have {{ cms:files attachments, render: false }} tag defined.

During page creation populate that field with files and save. Now, during editing you may drag-and-drop previously uploaded files. See PR for more details: #799

Ability to drag and drop is also extended to files uploaded site-wide.

See it in action:

File linking in action

  • All Javascript is converted from Coffeescript back to Javascript. Dependency on coffee-rails is dropped.
  • Support for Ruby < 2.3 is dropped. All strings are frozen now.