This repository was archived by the owner on Oct 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.1.6
4+ - Security fixes
5+ - ` c::set('debug', true) ` no longer enables mail logging
6+ - Bug fixes
7+ - Fix ` getDiscount() ` check for flat discounts
8+ - Fix per-variant sale price codes
9+ - Fix negative stock bug
10+
311## v1.1.5
412- Bug fixes
513 - Remove poorly-formatted HTML entities in panel fields
Original file line number Diff line number Diff line change @@ -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.5
68+ ## Dependencies for Shopkit v1.1.6
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 )
@@ -86,6 +86,6 @@ Please report issues and request new features on the [issues page](https://githu
8686
8787## Copyright
8888
89- Shopkit © 2015-2016 Sam Nabi < http://samnabi.com >
89+ Shopkit © 2015-2017 Sam Nabi < http://samnabi.com >
9090
91- Kirby © 2009-2016 Bastian Allgeier (Bastian Allgeier GmbH) < http://getkirby.com >
91+ Kirby © 2009-2017 Bastian Allgeier (Bastian Allgeier GmbH) < http://getkirby.com >
You can’t perform that action at this time.
0 commit comments