Skip to content

Commit eb3fb55

Browse files
authored
Merge pull request #945 from webinmd/4.4.1
4.4.1
2 parents ed4411e + 66b71d6 commit eb3fb55

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

_build/build.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const PKG_NAME = 'miniShop2';
55
define('PKG_NAME_LOWER', strtolower(PKG_NAME));
66

7-
const PKG_VERSION = '4.4.0';
7+
const PKG_VERSION = '4.4.1';
88
const PKG_RELEASE = 'pl';
99
const PKG_AUTO_INSTALL = true;
1010

core/components/minishop2/docs/changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)