Releases: gocom/rah_flat
Releases · gocom/rah_flat
0.4.3
0.4.2
Marks v0.4.2
0.4.1
0.4.0
0.3.0
Changes:
- 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.
- Changed: Renamed confusing
Rah_Flat_Import_Template
interface toRah_Flat_Import_ImportInterface
.
Install using Composer:
$ composer require rah/rah_flat:0.3.0
0.2.0
This is totally reworked version of rah_flat using importing rather than callbacks overrides. Changes include:
- PHP based definitions using classes and interfaces.
- Developer API.
- Keeps unmentioned fields (database columns) intact.
- Also supports sections and preferences.
- Public import endpoint (URL hook) and does imports automatically when site is on debugging or testing mode.
Install using Composer:
$ composer require rah/rah_flat:0.2.0