Skip to content

Commit afa3318

Browse files
authored
Merge pull request #922 from modx-pro/4-4-0
4.4.0
2 parents 52acdd8 + e80f181 commit afa3318

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

_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.3.0';
7+
const PKG_VERSION = '4.4.0';
88
const PKG_RELEASE = 'pl';
99
const PKG_AUTO_INSTALL = true;
1010

assets/components/minishop2/js/mgr/settings/settings.panel.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ miniShop2.panel.Settings = function (config) {
3232
}
3333
}
3434
},
35-
items: [{
35+
items: [
36+
{
3637
title: _('ms2_deliveries'),
3738
layout: 'anchor',
3839
id: 'deliveries',

core/components/minishop2/docs/changelog.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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.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+
830
## [4.3.0-pl] - 2022-07-01
931

1032
### Added

core/components/minishop2/model/minishop2/minishop2.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class miniShop2
44
{
5-
public $version = '4.3.0-pl';
5+
public $version = '4.4.0-pl';
66
/** @var modX $modx */
77
public $modx;
88
/** @var pdoFetch $pdoTools */

0 commit comments

Comments
 (0)