From cdbe9c57004fbba3635979561309a6eab03da411 Mon Sep 17 00:00:00 2001 From: Jukka Svahn Date: Fri, 28 Mar 2014 14:10:05 +0200 Subject: [PATCH] Marks v0.3.0. --- README.textile | 10 ++++++++++ manifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index d19001b..41b762b 100644 --- a/README.textile +++ b/README.textile @@ -49,6 +49,16 @@ This is a toolshed project. Experimental and not part of the main supported prod h2. Changelog +h3. Version 0.3.0 - 2014/03/28 + +* Added: Drop access to a admin-side panel only if the specific content-type is active and has a directory set up. +* Added: Invokable @rah_flat.import@ callback event. +* Added: Sections and preferences get their names from the filename. +* Added: Preferences are always just updated, no strands are created. +* Added: Preference fields that are not specified in a file, are kept as is in the database. +* Added: French translation by "Patrick Lefevre":https://github.com/cara-tm. +* Changed: Renamed confusing @Rah_Flat_Import_Template@ interface to @Rah_Flat_Import_ImportInterface@. + h3. Version 0.2.0 - 2014/03/19 * Reworked. diff --git a/manifest.json b/manifest.json index 6276a97..029aee6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "rah_flat", "description": "Edit templates as flat files", - "version": "0.2.0", + "version": "0.3.0", "type": 1, "author": "Jukka Svahn", "author_uri": "http://rahforum.biz",