Skip to content

Commit

Permalink
Version 2.6.0-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibochkarev committed Nov 5, 2020
1 parent e903fb7 commit 01f434e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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 @@
define('PKG_NAME', 'miniShop2');
define('PKG_NAME_LOWER', strtolower(PKG_NAME));

define('PKG_VERSION', '2.5.1');
define('PKG_VERSION', '2.6.0');
define('PKG_RELEASE', 'pl');
define('PKG_AUTO_INSTALL', true);

Expand Down
10 changes: 8 additions & 2 deletions core/components/minishop2/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Changelog for miniShop2.

2.5.1 pl
==============
2.6.0 pl
==============
- Updated snippets: msCart, msOrder, msGetOrder and msGallery [PR #461]
- Changed the display encoding of collector messages [PR# 460]
- Changed order of tabs for category [PR #459]
- Added display of the gallery tab when creating a product [PR #455]
- Added sortOptions property for snippet msProductOptions [PR #447]
- Expanded functionality of windows for quick creation / updating of product / category [PR #439]
- Fixed clone media source on update if is renamed [PR #438]
- Added multicontext cart settings [PR #436]
- Added buttons on orders and settings pages [PR #435]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 01f434e

Please sign in to comment.