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

Commit

Permalink
Update readme and changelog for v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samnabi committed Apr 16, 2018
1 parent 4ec868d commit 6beb312
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v2.4
- Update Kirby and Panel to 2.5.10
- Update dompdf to v0.6.1-446-g501ff6d
- New transaction summary snippet (`order.details.php`)
- Decouple session ID from transaction ID
- Improved French and German translations (thanks to Julien Bidoret, Moritz Pfeiffer, and Andreas Fehn)
- Prevent translation of core fields
- New features
- Per-product shipping rules
- Add contact info and address to the `Cart` page, remove separate `Confirm` page and simplify gateway snippets
- Payer address is now split into multiple fields (address, city, country, etc...)
- Bug fixes
- Use `url::paramSeparator()` instead of hard-coding a colon
- Prevent jittery loading appearance of navbar
- Fix several instances of `a non-numeric value encountered` error
- Fix permissions error that prevented `token/` urls from working properly
- Fix rounding errors in Stripe validation code


## v2.3
- Update Kirby and Panel to 2.5.7
- Update dompdf dependency
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A single-site license is $25 CAD. Bulk discounts available. Full details and doc

### Payments & orders

- Use Square, Stripe, or PayPal ([or add your own payment gateway](https://shopkit.samnabi.com/docs/creating-your-own-payment-gateway))
- Use Square, Stripe Checkout, or PayPal Express ([or add your own payment gateway](https://shopkit.samnabi.com/docs/creating-your-own-payment-gateway))
- Track pending, paid, and shipped orders
- Send order notifications to your shipping manager
- Automatic PDF invoices
Expand Down 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.7](https://github.com/getkirby/kirby)
- Kirby Panel [2.5.7](https://github.com/getkirby/panel)
- Kirby Core [2.5.10](https://github.com/getkirby/kirby)
- Kirby Panel [2.5.10](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 All @@ -86,7 +86,7 @@ Shopkit also depends on these submodules:
- Tabs field @[8f86baa](https://github.com/afbora/Kirby-Tabs-Field)
- field-bidi @[6ce984e](https://github.com/samnabi/field-bidi)
- Stats @[4dff5ef](https://github.com/samnabi/kirby-stats)
- Dompdf @[aba268b](https://github.com/samnabi/dompdf)
- Dompdf [v0.6.1-446-g501ff6d](https://github.com/samnabi/dompdf)
- php-font-lib @[b8af0ca](https://github.com/PhenX/php-font-lib)
- php-svg-lib [v0.1](https://github.com/PhenX/php-svg-lib)

Expand All @@ -96,6 +96,6 @@ Please report issues and request new features on the [issues page](https://githu

## Copyright

Shopkit © 2015-2017 Sam Nabi <http://samnabi.com>
Shopkit © 2015-2018 Sam Nabi <http://samnabi.com>

Kirby © 2009-2017 Bastian Allgeier (Bastian Allgeier GmbH) <http://getkirby.com>
Kirby © 2009-2018 Bastian Allgeier (Bastian Allgeier GmbH) <http://getkirby.com>

0 comments on commit 6beb312

Please sign in to comment.