File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed
assets/components/minishop2/js/mgr/settings
core/components/minishop2 Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 4
4
const PKG_NAME = 'miniShop2 ' ;
5
5
define ('PKG_NAME_LOWER ' , strtolower (PKG_NAME ));
6
6
7
- const PKG_VERSION = '4.3 .0 ' ;
7
+ const PKG_VERSION = '4.4 .0 ' ;
8
8
const PKG_RELEASE = 'pl ' ;
9
9
const PKG_AUTO_INSTALL = true ;
10
10
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ miniShop2.panel.Settings = function (config) {
32
32
}
33
33
}
34
34
} ,
35
- items : [ {
35
+ items : [
36
+ {
36
37
title : _ ( 'ms2_deliveries' ) ,
37
38
layout : 'anchor' ,
38
39
id : 'deliveries' ,
Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+ ## [4.4.0-pl] - 2024-08-06
9
+
10
+ ### Removed
11
+ - fotorama's config #893
12
+
13
+ ### Added
14
+ - Managing the cost of delivery of a completed order #895
15
+ - Ability to skip products when regenerating images #918
16
+ - Missing rank equal to zero in msGetOrder snippet #904
17
+ - new lexicons
18
+
19
+ ### Fixed
20
+ - Fix for deleting options #912
21
+ - change delimeter on delimiter in keys of parameters #902
22
+ - Fix for options disappearing for products with multiple categories #913
23
+ - Syntax error in chunk.ms_cart_new.tpl
24
+ - Fix for correction price processing when creating a shipping method #919
25
+
26
+
27
+ ### Changed
28
+ - ReadMe (added link in post about testing PR) #888
29
+
8
30
## [4.3.0-pl] - 2022-07-01
9
31
10
32
### Added
Original file line number Diff line number Diff line change 2
2
3
3
class miniShop2
4
4
{
5
- public $ version = '4.3 .0-pl ' ;
5
+ public $ version = '4.4 .0-pl ' ;
6
6
/** @var modX $modx */
7
7
public $ modx ;
8
8
/** @var pdoFetch $pdoTools */
You can’t perform that action at this time.
0 commit comments