Skip to content

Commit

Permalink
Marks v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Oct 13, 2019
1 parent 3de30ce commit dfb5410
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Build
id: build
uses: gocom/action-textpattern-package-plugin@master
uses: gocom/action-textpattern-package-plugin@0.1

- name: Upload Compressed Plugin Installer Artifact
uses: actions/upload-artifact@master
Expand Down
8 changes: 7 additions & 1 deletion README.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h1. rah_flat

"Packagist":https://packagist.org/packages/rah/rah_flat | "Donate":https://rahforum.biz/donate/rah_flat
"Download":":https://github.com/gocom/rah_flat/releases | "Packagist":https://packagist.org/packages/rah/rah_flat | "Donate":https://rahforum.biz/donate/rah_flat

This "Textpattern CMS":https://textpattern.com plugin imports flat "frontend themes":https://docs.textpattern.com/themes/front-end-themes automatically to the database while the site is set in debugging or testing mode.

Expand All @@ -12,13 +12,19 @@ Using "Composer":https://getcomposer.org:

bc. $ composer require rah/rah_flat

Or "download":https://github.com/gocom/rah_flat/releases an installer.

h2. Requirements

* Textpattern 4.7.0 or newer.
* PHP 5.6.0 or newer.

h2. Changelog

h3. Version 0.4.2 - 2019/10/13

* Re-publish and add download links to the README.

h3. Version 0.4.1 - 2019/10/13

* Correct version number in manifest file.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rah_flat",
"description": "Edit templates as flat files",
"version": "0.4.1",
"version": "0.4.2",
"type": 1,
"author": "Jukka Svahn",
"author_uri": "https://github.com/gocom/rah_flat",
Expand Down

0 comments on commit dfb5410

Please sign in to comment.