Skip to content

Commit

Permalink
Merge pull request #751 from modx-pro/4-0-0
Browse files Browse the repository at this point in the history
Стабильная версия 4.0.0
  • Loading branch information
biz87 committed Dec 18, 2022
2 parents 1a183c4 + c58cd2e commit fca5caf
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -5,7 +5,7 @@
define('PKG_NAME_LOWER', strtolower(PKG_NAME));

const PKG_VERSION = '4.0.0';
const PKG_RELEASE = 'beta';
const PKG_RELEASE = 'pl';
const PKG_AUTO_INSTALL = true;

// Define paths
Expand Down
8 changes: 8 additions & 0 deletions core/components/minishop2/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.0.0-pl] - 2022-12-18

### Added
- Displaying custom parameters in msProducts.tpl #742
- Patch for error when installing and creating the ms2_options table #747
- Patch for error with non-existent fields in the tables #749
- Creating a vendor when creating a product #748

## [4.0.0-beta] - 2022-09-16

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

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

0 comments on commit fca5caf

Please sign in to comment.