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

Commit

Permalink
update changelog for v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samnabi committed Nov 14, 2017
1 parent 15d7a55 commit cd563cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v2.3
- Update Kirby and Panel to 2.5.7
- Update dompdf dependency
- Improved German translation (danke @andreasfehn)
- Config option to override maximum image upload size
- New features
- Tax-inclusive pricing
- License keys
- Add checkbox with validation to terms and conditions notice on the Cart page
- Allow $0 sale price
- Skip gateways when cart total is $0
- Bug fixes
- Add HTTPS certificate and update IPN endpoints for PayPal
- Set utf-8 encoding when submitting PayPal IPN call
- Hide download links unless the transaction is paid or shipped
- Remove ability to disable the Pay Later gateway (it was causing problems with gift card / discount code purchases)
- Ensure the transaction file records the correct number of decimal places depending on currency in Site Options
- Fix duplicate tax summary display issue on Orders page
- Fix slideshow issues with products in the shop root
- Ensure long hex codes are in compiled CSS file (short hex codes won't be picked up by Shopkit's themeing functions)

## v2.2
- Update Kirby and Panel to 2.5.5
- `(image: )` kirbytag generates responsive images
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ An Apache or Nginx server running PHP 5.4+. Your PHP configuration must have the

Shopkit also depends on these submodules:

- Kirby Core [2.5.5](https://github.com/getkirby/kirby)
- Kirby Panel [2.5.5](https://github.com/getkirby/panel)
- Kirby Core [2.5.7](https://github.com/getkirby/kirby)
- Kirby Panel [2.5.7](https://github.com/getkirby/panel)
- Stripe PHP SDK [v5.1.1](https://github.com/stripe/stripe-php)
- Square Connect SDK [2.0.2](https://github.com/square/connect-php-sdk)
- Multiselect field [2.1.1](https://github.com/distantnative/field-multiselect)
Expand Down

0 comments on commit cd563cd

Please sign in to comment.