Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/adhalwala/statusable
Browse files Browse the repository at this point in the history
  • Loading branch information
adhalwala committed Feb 23, 2021
2 parents cfcae94 + c1989af commit 09b13ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to `statusable` will be documented in this file

## 1.0.0 - 202X-XX-XX

## 1.0.3 - 2020-12-04

- custom_attribute field added for additional detail.

## 1.0.2 - 2020-12-02

- return data when adding multiple status

## 1.0.1 - 2020-11-03

- slug field added

## 1.0.0 - 2020-11-25

- initial release
2 changes: 1 addition & 1 deletion src/Models/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getTable()
'slug',
'type',
'order_column',
'custom_attributes'
'custom_attributes',
];

/**
Expand Down

0 comments on commit 09b13ae

Please sign in to comment.