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

Commit d88c496

Browse files
committed
Update changelog and readme for v1.1.4
1 parent 8051186 commit d88c496

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

changelog.md

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

3+
## v1.1.4
4+
- New features
5+
- 💅 Override default CSS in `assets/css/custom.css`
6+
- 💸 Pretty URLs for discount codes and gift certificates
7+
- `example.com/discount/thisisthecode`
8+
- `example.com/gift/thisisthecode`
9+
- 🏁 Dashboard widget shows current Shopkit version & upgrade notice
10+
- 📦 New panel field for shipping tiers
11+
- 📬 Automatic customer notification emails
12+
- Notify upon successful purchase
13+
- Notify upon changes to their order status
14+
- Decrufting
15+
- Refactor email notification code into a global `sendMail()` function
16+
- Move CSS to `plugins/shopkit/assets`
17+
- Use kirbytext in templates to obfuscate email links
18+
319
## v1.1.3
420
- Bug fixes
521
- Simplify panel UI for account management

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ A single-site license is $19 USD. Bulk discounts available. Full details and doc
2222

2323
### Payments & orders
2424

25-
- Process payments with **PayPal** and **Stripe** (extensible architecture lets you add other payment gateways)
25+
- Process payments with **PayPal** and **Stripe** (modular folder structure lets you add other payment gateways)
2626
- Let certain users **pay later**
2727
- Manage **pending, paid, and shipped** orders
2828
- Send **order notifications** to your shipping manager
2929
- Automatic **PDF invoices**
3030

3131
### Customer experience
3232

33-
- Automatic **language detection** (English, French, German, and Spanish included by default)
3433
- **No sign-up** required
34+
- **Responsive design** for a great shopping experience on any device
3535
- Browse products in a **grid** or **slideshow**
3636
- Beautiful **search** layout
37-
- **Responsive design** for a great shopping experience on any device
37+
- Automatic **language detection** (English, French, German, and Spanish included by default)
3838

3939
## Pricing
4040

@@ -65,19 +65,19 @@ 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.3
68+
## Dependencies for Shopkit v1.1.4
6969

70-
- Kirby Core [v2.4.0](https://github.com/getkirby/kirby/tree/2.4.0)
71-
- Kirby Panel [v2.4.0](https://github.com/getkirby/panel/tree/2.4.0)
70+
- Kirby Core [v2.4.1](https://github.com/getkirby/kirby/tree/2.4.1)
71+
- Kirby Panel [v2.4.1](https://github.com/getkirby/panel/tree/2.4.1)
7272
- field-bidi @[6ce984e85a](https://github.com/samnabi/field-bidi/tree/6ce984e85afa191d60fb3d7a18218571f7501731)
7373
- Multiselect field [v2.0.0](https://github.com/distantnative/field-multiselect/tree/2.0.0)
7474
- Selector field [v1.5.2](https://github.com/storypioneers/kirby-selector/tree/v1.5.2)
7575
- Color field @[fcda14d1ae](https://github.com/ian-cox/Kirby-Color-Picker/tree/fcda14d1ae655870590775a744543a6e40a06ce2)
7676
- Visual Markdown field [v1.5.1](https://github.com/JonasDoebertin/kirby-visual-markdown/tree/1.5.1)
7777
- Snippetfield @[a5808fb217](https://github.com/samnabi/kirby-snippetfield/tree/a5808fb2173a54b81d22c02618856ad408604cfa)
78-
- Tabs field [v1.5](https://github.com/afbora/Kirby-Tabs-Field/tree/ea43fc1452c527f837cc4c19332dc319439c72d6)
78+
- Tabs field @[ad7a7d3c9e](https://github.com/afbora/Kirby-Tabs-Field/tree/ad7a7d3c9e667e33dae292e34c3178eb29983556)
7979
- Dompdf @[aba268bdeb](https://github.com/samnabi/dompdf/tree/aba268bdebc6e50383fd6758778a4d77ca810c85)
80-
- php-font-lib [v0.4](https://github.com/PhenX/php-font-lib/tree/0.4)
80+
- php-font-lib @[b8af0cacdc](https://github.com/PhenX/php-font-lib/tree/b8af0cacdc3cbf1e41a586fcb78f506f4121a088)
8181
- php-svg-lib [v0.1](https://github.com/PhenX/php-svg-lib/tree/v0.1)
8282

8383
## Issues and feedback

0 commit comments

Comments
 (0)