Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.3.0 #891

Merged
merged 1 commit into from Jul 2, 2023
Merged

4.3.0 #891

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion _build/build.config.php
Expand Up @@ -4,7 +4,7 @@
const PKG_NAME = 'miniShop2';
define('PKG_NAME_LOWER', strtolower(PKG_NAME));

const PKG_VERSION = '4.2.2';
const PKG_VERSION = '4.3.0';
const PKG_RELEASE = 'pl';
const PKG_AUTO_INSTALL = true;

Expand Down
12 changes: 12 additions & 0 deletions core/components/minishop2/docs/changelog.txt
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).

## [4.3.0-pl] - 2022-07-01

### Added
- New mgr section Utilites
- Utilites\Tab "Update previews" #868
- Utilites\Tab "Import from CSV" #883
- Hash in URl for settings tabs #887

### Changed
- ReadMe (added link in post about testing PR) #888


## [4.2.2-pl] - 2022-06-01

### Added
Expand Down
Expand Up @@ -2,7 +2,7 @@

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