Skip to content

Releases: gocom/rah_flat

0.4.3

13 Oct 00:37
Compare
Choose a tag to compare
  • Publish installer files using Github Workflows.

0.4.2

13 Oct 00:19
Compare
Choose a tag to compare
Marks v0.4.2

0.4.1

12 Oct 23:36
Compare
Choose a tag to compare

Changes:

  • Correct version number in manifest.json.

Install using Composer:

$ composer require rah/rah_flat:0.4.1

0.4.0

24 Mar 04:55
Compare
Choose a tag to compare

Changes:

  • Use core Textpattern >= 4.7.0 frontend theme functionality.
  • Now requires Textpattern 4.7.0 or newer.

Install using Composer:

$ composer require rah/rah_flat:0.4.0

0.3.0

28 Mar 12:14
Compare
Choose a tag to compare

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 to Rah_Flat_Import_ImportInterface.

Install using Composer:

$ composer require rah/rah_flat:0.3.0

0.2.0

19 Mar 10:00
Compare
Choose a tag to compare

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