Skip to content

Latest commit

 

History

History
124 lines (73 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

124 lines (73 loc) · 4.25 KB

Changelog

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

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing

0.3.3 - 2018-08-09

Fixed

  • Fixed #10: Missing plan_id when create new subscription. Thank @Georde (7af238e)

0.3.2 - 2018-08-07

Fixed

  • Fixed #3 : Incorrect belongTo parameters in BelongsToPlanModel Trait. (32ee324)
  • Fixed #8 : Missing findByCode method. (32ee324)
  • Fixed: SubscriptionAbility::consumed() method return incorrect value. (32ee324)

0.3.1 - 2018-07-20

Fixed

  • Fixed: Subscribable trait with Subscriber interface. (304f7b6)
  • Fixed: TravisCI send coverage. (b329094)

0.3.0 - 2018-05-27

Added

  • Add local scope code for Plan and Feature model

Fixed

  • Fixed: Missing value and node attributes of $plan->features->pivot

0.2.3 - 2018-03-27

Fixed

  • Fixed: incorrect relationship in Feature and Plan models. (51ff5f3) Thank @cimon77

0.2.2 - 2018-03-27

Changed

  • Update TravisCI, remove allow failure on Laravel 5.6.* (d7f934f)

Fixed

  • Fixed: Incorrect relationship in Feature model. (7b26b76) Thank @cimon77

0.2.1 - 2018-02-26

Added

  • Add link to origin repository in README (afe05ce)

Changed

Fixed

0.2.0 - 2018-02-22

Added

  • Laravel 5.6 Compatibility (e754ae0)
  • Added matrix test with TravisCI (e754ae0)

Changed

  • Added code column to plans and features tables (dce3518)

0.1.0 - 2018-01-09

Added

  • Initial repository and package
  • Added migration file
  • Added config file
  • Added some tests