Skip to content

Releases: modx-pro/miniShop2

4.0.0-pl

18 Dec 16:21
fca5caf
Compare
Choose a tag to compare

What's Changed

  • исправлено направление связи msorder-msorderaddress by @biz87 in #728
  • Добавил вывод email в таблице адреса by @biz87 in #729
  • fix for #732 by @biz87 in #736
  • Рефакторинг рефакторинга by @GulomovCreative in #735
  • Исправление ошибки при добавлении товара с миникорзинами by @GulomovCreative in #738
  • Исправление работы с несколькими миникорзинами by @GulomovCreative in #739
  • Мелкие правки by @ShevArtV in #737
  • Добавлено предупреждение об установке мажорной версии by @biz87 in #745
  • Исправление ошибки при установке и создании таблицы ms2_options by @webinmd in #747
  • Патч для обработки изменения таблиц msOrder и msOrderAddress by @biz87 in #749
  • Создание вендора при создании товара by @webinmd in #748
  • Добавляем в tpl кастомные параметры из вызова by @Alexij2 in #742
  • Несколько правок к #742 by @biz87 in #750
  • Стабильная версия 4.0.0 by @biz87 in #751

Full Changelog: v4.0.0-beta...v4.0.0-pl

Version 4.0.0-beta

17 Sep 07:31
f4e4160
Compare
Choose a tag to compare
Version 4.0.0-beta Pre-release
Pre-release

Added

  • A new set of JS scripts
  • Creating an order from the manager
  • Ability to assign order statuses for various events (new order, payment, creating draft)

Changed

  • Relationship between msOrder and msOrderAddress
  • Interfaces for controllers are moved to a separate file

Removed

  • Plugin fotorama
  • Depricated controllers

Version 3.0.7-pl

07 Sep 02:28
29a0acb
Compare
Choose a tag to compare

What's Changed

  • 3.0.6 by @biz87 in #699
  • Change css class names in cart chunk by @webinmd in #701
  • Добавлены новые лексиконы в румынский словарь by @webinmd in #703
  • Добавлена возможность поиска заказа по номеру телефона by @webinmd in #708
  • Добавляет поле email в окно адреса заказа by @webinmd in #702
  • Добавлена проверки версий MODX PHP by @biz87 in #710
  • В чанках добавлен вывод набора scriptProperties by @biz87 in #711
  • Change css class names in msGetOrder chunk by @webinmd in #712
  • 3.0.7 by @biz87 in #714

Full Changelog: v3.0.5...v3.0.7-pl

Version 3.0.6-pl

07 Sep 02:27
29a0acb
Compare
Choose a tag to compare

What's Changed

  • 3.0.6 by @biz87 in #699
  • Change css class names in cart chunk by @webinmd in #701
  • Добавлены новые лексиконы в румынский словарь by @webinmd in #703
  • Добавлена возможность поиска заказа по номеру телефона by @webinmd in #708
  • Добавляет поле email в окно адреса заказа by @webinmd in #702
  • Добавлена проверки версий MODX PHP by @biz87 in #710
  • В чанках добавлен вывод набора scriptProperties by @biz87 in #711
  • Change css class names in msGetOrder chunk by @webinmd in #712
  • 3.0.7 by @biz87 in #714

Full Changelog: v3.0.5...v3.0.6-pl

3.0.5-pl

17 Jun 06:47
e8cb762
Compare
Choose a tag to compare
Merge pull request #697 from modx-pro/3.0.5

3.0.5

Version 3.0.4-pl

08 Jun 19:19
0d3bfba
Compare
Choose a tag to compare

Added

  • Removal of empty directories of images #685

Changed

  • Fix escaping rank field for msProductFile #690
  • Fix first thumbnail generator #691
  • load minishop2:default lexicon in registerFrontend #688

Version 3.0.3-pl

30 May 07:45
65ef7d8
Compare
Choose a tag to compare

[3.0.3-pl] - 2022-05-30

Changed

  • Fixed error with escaping of the rank on object msOrderStatus
  • Added escaping of the rank in upload processor
  • Returned the ability to add any fields to the order object

Version 3.0.2-pl

20 May 10:56
2e410a6
Compare
Choose a tag to compare

[3.0.2-pl] - 2022-05-20

Added

  • The ability to update image previews in the product grid
  • The ability to specify the role number when registering a user
  • Lost system setting ms2_cart_max_count

Changed

  • msCartHandler, msOrderHandler, msDeliveryHandler, msPaymentHandler deprecated file notifications now listen to the log_deprecated system setting
  • Escaping of the rank field to support mysql 8

Version 3.0.1-pl

20 May 08:46
85bfa88
Compare
Choose a tag to compare

[3.0.1-pl] - 2022-05-04

Changed

  • Old controllers msCartHandler, msOrderHandler, msDeliveryHandler, msPaymentHandler are marked as deprecated with usage error logged
  • The configuration required for JS controllers no longer depends on the included js files and is always available
  • DB storage controllers got additional checks
  • Update Copyrights

Version 3.0.0-pl

27 Apr 07:54
a071310
Compare
Choose a tag to compare

Added

  • New catalog handlers to store the main controllers: msCartHandler, msOrderHandler, msDeliveryHandler, msPaymentHandler
  • System settings: ms2_tmp_storage, ms2_register_frontend
  • Database fields ms2_orders.session_id, ms2_order_addresses.email ms2_order_products.properties
  • New controllers for db storage, session storage
  • New order status Processed
  • Method RegisterFrontend

Changed

  • Composite msOrder.Address change owner from foreign to local
  • Clear controllers msCartHandler, msOrderHandler, msDeliveryHandler, msPaymentHandler. Content replaced by stub
  • Resolver table. New mechanism for managing database tables and fields
  • Field's type ms2_order_statuses.rank changed from tinyint to int
  • Plugin minishop2. Added Method RegisterFrontend to section OnLoadWebDocument

Removed

  • Resolver Upgrade