- Fix version property.
- Laravel 5.5 support.
- Various bug fixes.
- Various bug fixes.
- Various bug fixes.
- Update Vue dependencies.
- Fix Mix version.
- Fix broken VAT calculation.
- Fix additional
cross-env
bug.
- Update
cross-env
compatibility.
- Various bug fixes.
- Compatibility with Laravel 5.4.
- Various bug fixes.
- Various bug fixes.
- The
spark:update
command now only updates to the latest version in your major version series.
- Support for disabling plan change prorating.
- Properly handle trials on subscription page if user has never subscribed before.
- Various Bug Fixes
- Update to Vue 2.0
- Revert Vue Resource upgrade.
- Update Vue Resource and JWT libraries.
- Compatibility with Laravel 5.3
- Various minor bug fixes.
- Various minor bug fixes.
- Various improvements to notifications.
- Allow full state names in billing information instead of just abbreviations.
- Remove empty parentheses on "delete announcement" modal.
- Fix notifications overflow.
- Fix relative date formatting.
- Fix various bugs.
- Fix typo in class name.
- Constrain Vue packages tighter.
- Stringify a few forms before handing them to vue-resource.
- Fix calculation of revenue when using subscription quantities.
- Return result of interactions from base controller.
- Fix HTTP calls with new
vue-resource
updates.
- Use
SPARK_PATH
inUpdateInstallation
class. - Update Blade layout to use same global script logic as Vue layout.
- Fix
TokenGuard
to allow API authentication to work withactingAs
during testing. - Fix responsiveness of update subscription screen.
- Fix closing tag of metrics Vue component.
- Lower case e-mail before calling Gravatar.
- Import Closure into
CallsInteractions
.
- Check for existing invoice by ID before storing local database record.
- Fix infinite redirect when using
Spark::promotion
.
- Fix CSRF verification bug in two-factor authentication when "remember me" is checked.
- Fix JWT import for some PHP versions.
- Fix token regression from last release.
- Convert transient API tokens to use JWT instead of storing in database.
- Remove unnecessary methods in TokenRepository.
- Reset "Assign All Abilities" button after creating an API token.
After installing this update you should composer update
and verify that the firebase/php-jwt
package has been installed for your application.
- Fix double encryption of API token cookies in TokenController.
- Fix file uploads in Firefox.
- Fix links to team settings pages.
- Check that maximum team rule is enforced when downgrading plans.
- Don't force
subscribe
middleware out of the box onHomeController
.
- Fix link back to team overview page.
- Fix missing variable in team eligibility check.
- Fix typo on extra billing information entry screen.
- Throttle password reset attempts.
- Fix bug in subscription page redirection in JavaScript interceptors.
- Publish new views from Spark if they haven't been published yet.
- Fix coupon display bug.
- Added short-cuts for a few common swaps.
- Added more robust plan eligibility checking.
- Included
RedirectIfAuthenticated
in installation stubs. - Added
spark:version
Artisan command. - Added "excluding VAT" notice to all subscription screens.
- Automatically calculate VAT for customers when applicable.
- Display tax amount and total price with tax on check-out situations.
- Clean up Vue fragment components.