diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b088550..6b072ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.textile b/README.textile index 92dcba5..df87a44 100644 --- a/README.textile +++ b/README.textile @@ -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. @@ -12,6 +12,8 @@ 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. @@ -19,6 +21,10 @@ h2. Requirements 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. diff --git a/manifest.json b/manifest.json index b0944a8..2b302ef 100644 --- a/manifest.json +++ b/manifest.json @@ -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",