Skip to content

Commit

Permalink
Merge pull request #714 from modx-pro/3.0.7
Browse files Browse the repository at this point in the history
3.0.7
  • Loading branch information
biz87 committed Sep 6, 2022
2 parents 8943150 + 8d871b3 commit 29a0acb
Show file tree
Hide file tree
Showing 4 changed files with 17 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 = '3.0.6';
const PKG_VERSION = '3.0.7';
const PKG_RELEASE = 'pl';
const PKG_AUTO_INSTALL = true;

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

## [3.0.7-pl] - 2022-09-06

### Added
- MODX and PHP version check before installation
- Snippet options are now available in wrapper chunks
- The ability to search for an order in the admin panel by phone number
- Email field to order address window

### Changed

- Css styles reserved for global layout classes (header, footer, title, count, weight, price, image) in msCart and msGetOrder chunks.

## [3.0.6-pl] - 2022-06-29

### Changed
Expand Down
3 changes: 3 additions & 0 deletions core/components/minishop2/docs/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ miniShop2
Author: Vasiliy Naumkin <bezumkin@yandex.ru>
Owner: MODX RSC – Russian Speaking Community https://github.com/modx-pro
Support and development Nikolay Savin https://t.me/biz87
With questions and problems - contact the https://modx.pro AND https://t.me/ru_modx
--------------------

Feel free to suggest ideas/improvements/bugs on GitHub:
https://github.com/modx-pro/miniShop2


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

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

0 comments on commit 29a0acb

Please sign in to comment.