Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardojbaez committed Nov 22, 2017
1 parent 0c6331c commit 6a81c2c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
- `canceled_immediately` column to `plan_subscriptions` table
- `isCanceledImmediately()` method to `PlanSubscription` model.

### Changed
- Now when a subscription is *immediately* canceled the `canceled_immediately` column will be set to true.
- `ends_at` column is no longer overrided to accomodate the `canceled_at` date. This ends date will remain untouched.
- `isActive()` method will return `false` if subscription was canceled immediately, even if the `ends_at` column is in the future.

## [2.0.0] - 2017-11-16

*This release breaks backward compatibility.*
Expand Down

0 comments on commit 6a81c2c

Please sign in to comment.