Skip to content

Commit

Permalink
Changelog and documentation changes for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Guinn committed Oct 12, 2015
1 parent c1b7b13 commit 21da530
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
37 changes: 36 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# SilverStripe Shop Change Log

## 1.1.1

* Tests pass against SilverStripe 3.2 and increased coverage slightly
* Better use of Object::create and therefore the injector
* Fixes a few issue with translatability
* Added function to check if checkout step exists
* Added some extension hooks

### Enhancements:

* Include jQuery javascript requirement in AddressBookCheckoutComponent
* Use `getRequiredFields` in the Address' validate method.
* Added CheckoutStep_Summary component config extension hook.
* Support DI in PaymentForm and CheckoutComponent
* Add extension point for ProductsShowable
* Change new Form to Form::create

### Bug Fixes:

* Changed PriceRange value to be use sellingPrice not Price
* Increased Scrutinizer code coverage timeout
* Don't return a form if no actions are present in OrderManipulation
* FIX: ensure required fields are correctly looked up in the config
* Added translation to 2 missing strings

## 1.1.0

* Units for physical measurements are customisable
* Hooks for better ajax support (see markguinn/silverstripe-ajax and markguinn/silverstripe-shop-ajax for one implementation)
* 2 new reports and 3 new dashboard panels
* Order processing emails refactored into OrderEmailNotifier (with some deprecations for 2.0)
* Fixed several issues with checkout
* Code cleanup in several places, most notably CartForm
* Bugs fixed

## 1.0.0

* Upgraded to SilverStripe version 3.
Expand Down Expand Up @@ -456,4 +491,4 @@

0.5

* Initial release
* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A tremendous thanks to [everyone that has already contributed](https://github.co

## Requirements

* SilverStripe 3 [framework](https://github.com/silverstripe/silverstripe-framework) & [cms](https://github.com/silverstripe/silverstripe-cms)
* SilverStripe 3.1 or higher [framework](https://github.com/silverstripe/silverstripe-framework) & [cms](https://github.com/silverstripe/silverstripe-cms)
* [Omnipay Module](https://github.com/burnbright/silverstripe-omnipay) + it's dependencies.

See `composer.json` for exact set of dependencies.
Expand Down
2 changes: 2 additions & 0 deletions docs/en/02_Customisation/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Your contribution to this project is highly encouraged.

**NOTE:** If in doubt, submit pull requests against the **develop** branch.

### Here is a quick list of ways you can contribute:

* __Test the latest code__. Find out what branch is currently being worked on (usually 'develop'). Install it and try it out.
Expand Down

0 comments on commit 21da530

Please sign in to comment.