lasmit/whatsnew

There is no license information available for the latest version (1.0.3) of this package.

Allow a collection of markdown files to be shown as a single page of release notes

1.0.3 2020-04-03 15:20 UTC

This package is auto-updated.

Last update: 2024-02-29 03:24:58 UTC


README

Store release notes as a collection of .md files which are aggregated into one simple HTML page at /whats-new

The app can also specify the maximum version to show, eg /whats-new/2019-2. This is useful when production users should see less than beta testers.

Installation

Run composer require lasmit/whatsnew.

 Usage

In your main laravel app create the folder individual-release-notes in the main resources folder.

You can then add release notes with the following file format:

version-number_release-date.md

eg

2019-1_2019-01-13.md

Known Issues

  • If using headings in the file, the first heading should be a h1 (ie single #).