Sha256: 61c01bc1ced081c90cc6bc020935b498b40814347de703f16b5d94969acf99f7
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
== 0.2.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. == 0.2.1.1 * Fixes * Move data_tag.rb file into cms dir due to rails class loading issues. == 0.2.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.2.0.13 * Enhancements * Integrate basic page search capabilities. * locale file now allows you to change the CMS title * Fixes * Fix generation of duplicate migration files if they already exist. == 0.2.0.12 * Enhancements * Upgrade codemirror syntax highlighting to 0.94 * Remember component folders view state. * Add tabs for each resource type. == 0.2.0.11 * Fixes * Fix translation issue in forms. == 0.2.0.10 * Enhancements * Allow text based assets to be editable inline. == 0.2.0.3 Updated codemirror to 0.9 == 0.2.0 * First release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liquid_cms-0.2.2.0 | CHANGELOG.rdoc |