Skip to content

Releases: louis-vs/spina-admin-journal

0.4.0

21 May 12:59
c0fc643
Compare
Choose a tag to compare

This release adds an enum called status to the spina_admin_article table which allows articles to have one of a predefined set of statuses. This allows a frontend to control the display of articles, for instance to hide draft articles, or mark articles that are under review, or hide articles for internal use only from the public. The use of an enum means that this functionality is extensible, allowing more statuses to be introduced in future as the need arises.

This update contains a migration to add the new column.

0.3.0

12 May 14:20
3bac665
Compare
Choose a tag to compare

This update adds a new column to the spina_admin_authorships table, called position, which allows authors to be ordered within the scope of an individual article. It also adds a sorting action to Spina::Admin::AuthorsController to handle this, along with relevant views.

This update contains a migration to add the new column.

0.2.0

25 Apr 22:49
cc04551
Compare
Choose a tag to compare

Remove some unused columns. This update will require you to reinstall migrations.

0.1.0

24 Apr 18:05
300a700
Compare
Choose a tag to compare

Initial release.