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

Commit 4c5b837

Browse files
committed
Update readme and changelog fo v2.0.1
1 parent 00d8b96 commit 4c5b837

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

changelog.md

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

3+
## v2.0.1
4+
- Bug fixes
5+
- Prevent a the login form getting partially hidden on pages with little content
6+
- Take discounts into account when showing Order Totals on `/shop/orders` and PDF invoices
7+
- Add form validation messages to `shop/confirm`
8+
39
## v2.0
410
- Payment gateways
511
- New gateway: [Square](https://squareup.com/i/01D1F3F5)

readme.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,26 @@ A single-site license is $25 CAD. Bulk discounts available. Full details and doc
1111
### Shop settings
1212

1313
- Variants and options for each product (e.g. sizes and colours)
14-
- Flexible shipping rules (Flat rate, per item, by weight, or by total price)
14+
- Flexible shipping rules (flat rate, per item, by weight, or by total price)
1515
- Related products
1616
- Inventory control
17-
- Discount codes and gift certificates (site-wide and product-specific)
18-
- Product-specific shipping & tax exemptions
17+
- Discount codes
18+
- Gift certificates
1919
- Country-specific shipping & tax rates
20-
- Built-in SEO for rich snippets
21-
- Customize theme colours & background
20+
- Built-in SEO (Schema.org data in RDFa format)
21+
- Custom theme colours & background
2222

2323
### Payments & orders
2424

25-
- Process payments with PayPal and Stripe (modular folder structure lets you add other payment gateways)
26-
- Let certain users pay later
27-
- Manage pending, paid, and shipped orders
25+
- Use Square, Stripe, or PayPal ([or add your own payment gateway](https://shopkit.samnabi.com/docs/creating-your-own-payment-gateway))
26+
- Track pending, paid, and shipped orders
2827
- Send order notifications to your shipping manager
2928
- Automatic PDF invoices
3029

3130
### Customer experience
3231

3332
- No sign-up required
3433
- Responsive design for a great shopping experience on any device
35-
- Browse products in a grid or slideshow
36-
- Beautiful search layout
3734
- Automatic language detection (English, French, German, and Spanish included by default)
3835

3936
## Pricing
@@ -65,9 +62,9 @@ Use these terminal commands to update Shopkit and its dependencies:
6562
git pull origin master
6663
git submodule update --init --recursive
6764

68-
## Dependencies for Shopkit v2.0
65+
## Dependencies
6966

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

7269
- curl
7370
- json
@@ -90,8 +87,8 @@ Shopkit also depends on these submodules:
9087
- field-bidi @[6ce984e85a](https://github.com/samnabi/field-bidi/tree/6ce984e85afa191d60fb3d7a18218571f7501731)
9188
- Stats @[4dff5ef](https://github.com/samnabi/kirby-stats)
9289
- Dompdf @[aba268bdeb](https://github.com/samnabi/dompdf/tree/aba268bdebc6e50383fd6758778a4d77ca810c85)
93-
- php-font-lib @[b8af0cacdc](https://github.com/PhenX/php-font-lib/tree/b8af0cacdc3cbf1e41a586fcb78f506f4121a088)
94-
- php-svg-lib [v0.1](https://github.com/PhenX/php-svg-lib/tree/v0.1)
90+
- php-font-lib @[b8af0cacdc](https://github.com/PhenX/php-font-lib/tree/b8af0cacdc3cbf1e41a586fcb78f506f4121a088)
91+
- php-svg-lib [v0.1](https://github.com/PhenX/php-svg-lib/tree/v0.1)
9592

9693
## Issues and feedback
9794

0 commit comments

Comments
 (0)