Skip to content
Merged

4.4.1 #945

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _build/build.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const PKG_NAME = 'miniShop2';
define('PKG_NAME_LOWER', strtolower(PKG_NAME));

const PKG_VERSION = '4.4.0';
const PKG_VERSION = '4.4.1';
const PKG_RELEASE = 'pl';
const PKG_AUTO_INSTALL = true;

Expand Down
13 changes: 13 additions & 0 deletions core/components/minishop2/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.4.1-pl] - 2025-09-22

### Fixed
- Fixed Vanilla JS #939
- Fixed lexicon #940
- Fixed discount display when old_price is non-zero #941

### Added
- Added ability to change customer in plugin #926
- Added ability to upload images to gallery without file extension #943
- Added 'remains' and 'reserved' fields to schema #927


## [4.4.0-pl] - 2024-08-06

### Removed
Expand Down
Loading