Skip to content

Commit

Permalink
Merge pull request #806 from modx-pro/4.1.2
Browse files Browse the repository at this point in the history
4.1.2
  • Loading branch information
biz87 committed Mar 2, 2023
2 parents 7d8a49a + dc8a982 commit 093919a
Show file tree
Hide file tree
Showing 3 changed files with 7 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.1';
const PKG_VERSION = '4.1.2';
const PKG_RELEASE = 'pl';
const PKG_AUTO_INSTALL = true;

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

### Changed
- Fixed incorrect preventDefault in vanilla js script

## [4.1.1-pl] - 2022-02-02

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

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

0 comments on commit 093919a

Please sign in to comment.