Skip to content

Commit

Permalink
Merge pull request #866 from modx-pro/4.2.0
Browse files Browse the repository at this point in the history
4.2.0
  • Loading branch information
biz87 authored Apr 30, 2023
2 parents f121917 + 4abc57b commit 68cd97e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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.1.5';
const PKG_VERSION = '4.2.0';
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.2.0-pl] - 2022-05-01

### Added
- Additional Events for Vendors
- New section with information and useful links
- New field rank for msVendor
- Information about the customer in emails to the manager

### Fixed
- The problem of additional shipping costs if it is indicated as a percentage
- Sorting in payment options
- Improved use of return = json mode in msProducts

## [4.1.5-pl] - 2022-04-09

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class miniShop2
{
public $version = '4.1.5-pl';
public $version = '4.2.0-pl';
/** @var modX $modx */
public $modx;
/** @var pdoFetch $pdoTools */
Expand Down

0 comments on commit 68cd97e

Please sign in to comment.