8000 Tags · jeremytubbs-forks/plans · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jeremytubbs-forks/plans

Tags

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for Laravel 5.7 (#50)

* Renamed codecov.yaml

* Support for Laravel 5.7

* Missing dropIfExists()

* Removed nesbot/carbon.

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added metadata migration to publish command. (#44)

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated readme. [skip ci]

1.5.5

Toggle 1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing subscribing's sleep(1) method. (Fixes #37) (#40)

* Added ->subSeconds(1) for subscribing.

* Adding subSeconds() for recurring_each_days.

1.5.4

Toggle 1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed config.php (#39)

1.5.3

Toggle 1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More consistency fixes (#35)

* Consistency fixes like strict types & float-int fixes.

* Apply fixes from StyleCI (#36)

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improved the recurring system (#33)

* Added support to get the last due subscription or cancel due subscriptions on subscribe.

* Method to cancel the plan from the model.

* Removed unused code.

* Aded lastSubscription() method.

* Changed the checkups for lastDueSubscription.

* Stripe tokens are on a one-time use.

* The default payment method is null.

* Fixing cast.

* Updated readme.

* Added callback for chargeForLastDueSubscription()

* Apply fixes from StyleCI (#34)

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added scopes for Subscriptions, Features and Usages. (#31)

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for Stripe Charge (#27) (#30)

* Adding support for Stripe\Charge.

* Added new scopes.

* No longer $duration used in events.

* Added two new events for payment.

* Adding a new checkup for parsing subscribers for recurrent plans.

* Updated readme.

1.4.2

Toggle 1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Info for events & moving methods from model to trait. (Fix #24) (#25)

* Added info for event methods.

* Moving methods from Model to HasPlans trait.

* Adding extra $model attribute for events.

* Updated readme.
0