Sha256: 34c34def05bd5f79003810585e3eab1c5d447faf9d097d744467ac303f722ec4

Contents?: true

Size: 1.65 KB

Versions: 1

Compression:

Stored size: 1.65 KB

Contents

== 0.3.2.0

* Enhancements
  * Optimize paperclip image dimension lookup in to_liquid calls.  To make use of optimized paperclip attachments in your custom to_liquid methods, add a column to your table in a migration. See the README under the customization section for more information.
  * Update to codemirror v2
  * Ctrl+s now uses ajax for editing pages, textual assets and textual components in order to streamline the editing process.

* Fixes
  * Move data_tag.rb file into cms dir due to possible rails class loading issues.

== 0.3.1.0

* Enhancements
  * Many improvements to assets including the addition of meta data fields, tags and the ability to specify custom image sizes.
  * Assets can now be searched for using the liquid 'asset_data' tag.  {% asset_data tag:'test' %}
    See the built-in docs for more details on how to use "asset_data" and asset drops.
  * Asset drops (accessible via the asset_data tag) give you access to the meta data and custom image information.
  * limit and random ordering for collection retrieved from the asset_data tag.

* Fixes
  * Optimize asset image file sizes with -strip

== 0.3.0.10

* Enhancements
  * Integrate basic page search capabilities.
  * locale file now allows you to change the CMS title

== 0.3.0.9

* Enhancements
  * Upgrade codemirror syntax highlighting to 0.94
  * Remember component folders view state.
  * Add tabs for each resource type.

== 0.3.0.8

* Enhancements
  * Allow text based assets to be editable inline.

* Bug Fixes
  * Fix errors with editing and listing uploaded components.
  * Fix translation issues making hint text html_safe.

== 0.3.0.2

Updated codemirror to 0.9

== 0.3.0

* First release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
liquid_cms-0.3.2.0 CHANGELOG.rdoc