Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #179 from snarfmason/prepare-0.4.0
Browse files Browse the repository at this point in the history
Prepare 0.4.0 release.
  • Loading branch information
gmacdougall committed Jul 20, 2018
2 parents da9343e + 630ba38 commit 891dc44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion lib/solidus_paypal_braintree/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SolidusPaypalBraintree
VERSION = '0.3.0'
VERSION = '0.4.0'
end

0 comments on commit 891dc44

Please sign in to comment.