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

Commit d011a39

Browse files
committed
Update readme and changelog for v1.1.7
1 parent ee11475 commit d011a39

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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+
## v1.1.7
4+
- Bug fixes
5+
- Add currency detection to Stripe Checkout
6+
- Support zero-decimal currencies, such as Japanese Yen
7+
- Fix false error message on registration
8+
39
## v1.1.6
410
- Security fixes
511
- `c::set('debug', true)` no longer enables mail logging

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Shopkit is a comprehensive commerce solution for the excellent [Kirby CMS](http://getkirby.com).
44

5-
A single-site license is $19 USD. Bulk discounts available. Full details and documentation: <http://shopkit.samnabi.com>
5+
A single-site license is $25 CAD. Bulk discounts available. Full details and documentation: <http://shopkit.samnabi.com>
66

77
![Shopkit sets you up with detailed product blueprints and beautiful, flexible templates](site/plugins/shopkit/preview.jpg)
88

@@ -38,7 +38,7 @@ A single-site license is $19 USD. Bulk discounts available. Full details and doc
3838

3939
## Pricing
4040

41-
You can try Shopkit for free on your test server, forever. Once you're satisfied, [buy a Shopkit license for $19 USD](http://shopkit.samnabi.com) to use it on a public site.
41+
You can try Shopkit for free on your test server, forever. Once you're satisfied, [buy a Shopkit license for $25 CAD](http://shopkit.samnabi.com) to use it on a public site.
4242

4343
Since Shopkit runs on the Kirby CMS, you'll also have to buy a [Kirby license](http://getkirby.com/license) from Bastian.
4444

@@ -48,7 +48,7 @@ Moral licenses for [Visual Markdown](https://gumroad.com/l/visualmarkdown) and [
4848

4949
Download the latest version of Shopkit from the [releases page](https://github.com/samnabi/shopkit/releases), or install with git:
5050

51-
git clone --recursive https://github.com/samnabi/shopkit.git
51+
git clone --recursive -b v1-stable https://github.com/samnabi/shopkit.git
5252

5353
### Sample content
5454

@@ -65,7 +65,7 @@ Use these terminal commands to update Shopkit and its dependencies:
6565
# Update dependencies
6666
git submodule update --init --recursive
6767

68-
## Dependencies for Shopkit v1.1.6
68+
## Dependencies for Shopkit v1.1.7
6969

7070
- Kirby Core [v2.4.1](https://github.com/getkirby/kirby/tree/2.4.1)
7171
- Kirby Panel [v2.4.1](https://github.com/getkirby/panel/tree/2.4.1)

0 commit comments

Comments
 (0)