forked from solidusio/solidus_paypal_braintree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
26 lines (21 loc) · 861 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.4.0] - 2018-07-18
### Changed
- Use headless Chrome to run feature specs instead of poltergeist
- Upgrade PayPal integration to use `paypal-checkout.js`
- Upgrade Braintree integration to v3.34.0
- Move buttons inside partials. The PayPal cart button is not automatically inserted anymore.
- The PayPal cart button always restarts the Solidus checkout
- Insert the admin interface menu item without using Deface
### Removed
- Implicit Deface dependency
## [0.2.0] - 2017-07-18
### Added
- Overhauled JS
- Started keeping this CHANGELOG
## [0.1.0] - 2017-07-17
### Added
- Started using version numbers