All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - YYYY-MM-DD
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
0.3.3 - 2018-08-09
- Fixed #10: Missing
plan_id
when create new subscription. Thank @Georde (7af238e)
0.3.2 - 2018-08-07
- Fixed #3 : Incorrect
belongTo
parameters inBelongsToPlanModel
Trait. (32ee324) - Fixed #8 : Missing
findByCode
method. (32ee324) - Fixed:
SubscriptionAbility::consumed()
method return incorrect value. (32ee324)
0.3.1 - 2018-07-20
- Fixed:
Subscribable
trait withSubscriber
interface. (304f7b6) - Fixed: TravisCI send coverage. (b329094)
0.3.0 - 2018-05-27
- Add local scope
code
forPlan
andFeature
model
- Fixed: Missing
value
andnode
attributes of$plan->features->pivot
0.2.3 - 2018-03-27
- Fixed: incorrect relationship in Feature and Plan models. (51ff5f3) Thank @cimon77
0.2.2 - 2018-03-27
- Update TravisCI, remove allow failure on Laravel 5.6.* (d7f934f)
- Fixed: Incorrect relationship in Feature model. (7b26b76) Thank @cimon77
0.2.1 - 2018-02-26
- Add link to origin repository in README (afe05ce)
- Fixed: TravisCI build (358dcee)
0.2.0 - 2018-02-22
- Added
code
column toplans
andfeatures
tables (dce3518)
- Initial repository and package
- Added migration file
- Added config file
- Added some tests