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

Commit eee78f2

Browse files
committed
Update readme and changelog for v2.5
1 parent b51440b commit eee78f2

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v2.5
4+
- Update Kirby and Panel to 2.5.12 (PHP 5.6+ now required)
5+
- Improve shadow & overlay display in IE (for category tiles)
6+
- Bug fixes
7+
- Fix errors in shipping calculations for products with custom shipping rules
8+
- Remember user's selection for custom shipping options in the cart
9+
- Fix undefined `$timestamp` error when a downloadable product is not the first to be added to the cart
10+
- Fix hidden submit button on payment form when mailing address is hidden
11+
- Use Kirby `download()` function instead of manually setting headers for downloadable products
12+
- Fix false positive in `appliesToCountry()`
13+
314
## v2.4
415
- Update Kirby and Panel to 2.5.10
516
- Update dompdf to v0.6.1-446-g501ff6d

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,20 @@ Use these terminal commands to update Shopkit and its dependencies:
6464

6565
## Dependencies
6666

67-
An Apache or Nginx server running PHP 5.4+. Your PHP configuration must have the following extensions (most servers do):
67+
An Apache or Nginx server running PHP 5.6+. Your PHP configuration must have the following extensions (most servers do):
6868

6969
- curl
7070
- json
7171
- mbstring
7272
- dom
7373
- gd
7474

75+
You must also be able to send mail through PHP's `mail()` function.
76+
7577
Shopkit also depends on these submodules:
7678

77-
- Kirby Core [2.5.10](https://github.com/getkirby/kirby)
78-
- Kirby Panel [2.5.10](https://github.com/getkirby/panel)
79+
- Kirby Core [2.5.12](https://github.com/getkirby/kirby)
80+
- Kirby Panel [2.5.12](https://github.com/getkirby/panel)
7981
- Stripe PHP SDK [v5.1.1](https://github.com/stripe/stripe-php)
8082
- Square Connect SDK [2.0.2](https://github.com/square/connect-php-sdk)
8183
- Multiselect field [2.1.1](https://github.com/distantnative/field-multiselect)

0 commit comments

Comments
 (0)