File tree Expand file tree Collapse file tree
core/components/minishop2/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44const PKG_NAME = 'miniShop2 ' ;
55define ('PKG_NAME_LOWER ' , strtolower (PKG_NAME ));
66
7- const PKG_VERSION = '4.4.0 ' ;
7+ const PKG_VERSION = '4.4.1 ' ;
88const PKG_RELEASE = 'pl ' ;
99const PKG_AUTO_INSTALL = true ;
1010
Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
8+ ## [4.4.1-pl] - 2025-09-22
9+
10+ ### Fixed
11+ - Fixed Vanilla JS #939
12+ - Fixed lexicon #940
13+ - Fixed discount display when old_price is non-zero #941
14+
15+ ### Added
16+ - Added ability to change customer in plugin #926
17+ - Added ability to upload images to gallery without file extension #943
18+ - Added 'remains' and 'reserved' fields to schema #927
19+
20+
821## [4.4.0-pl] - 2024-08-06
922
1023 ### Removed
You can’t perform that action at this time.
0 commit comments