Skip to content

Commit

Permalink
Merge pull request #882 from modx-pro/4-2-2
Browse files Browse the repository at this point in the history
4.2.2
  • Loading branch information
biz87 authored Jun 1, 2023
2 parents 636c5f7 + fe8a42e commit d61302a
Show file tree
Hide file tree
Showing 3 changed files with 19 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.2.1';
const PKG_VERSION = '4.2.2';
const PKG_RELEASE = 'pl';
const PKG_AUTO_INSTALL = true;

Expand Down
17 changes: 17 additions & 0 deletions core/components/minishop2/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,28 @@ 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.2-pl] - 2022-06-01

### Added
- New Crowdin updates

### Changed
- Update plupload plugin

### Fixed
- change visibility of method msCartHandler::getProductKey


## [4.2.1-pl] - 2022-05-07

### Fixed
- A bug with lost field for msVendor.rank

### Changed
- The regular expression for validating a phone number in an order has been moved to the system setting
- All JS code in the new set of scripts is formatted according to eslint rules
- Minishop2 Config renamed to config in main class of new JS bundle


## [4.2.0-pl] - 2022-05-01

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

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

0 comments on commit d61302a

Please sign in to comment.