Releases: andchir/shopker
Releases · andchir/shopker
2.0.0 release
2.0.0
- Version numbering changed.
- New design of the admin panel. Better support for mobile devices. Now PrimeNG (13.3) is the main library of components.
- Possibility of unpacking ZIP archive in a file manager.
- Groups can be assigned to users (new panel in settings).
- Command for automatic search and uploading of images for products.
4.2.9 release
4.2.9
- Import and export translations.
- Update Symfony 5.2 to 5.3.
- Update Angular 11 to 12.
- Update Bootstrap 4 to 5.
- Import/Export parameters value via JSON. You can quickly transfer all parameters from one product to another.
- Import/Export content type fields via JSON.
- New Authentication system (Symfony 5.1 - 5.2). Added protection against brute-force passwords.
4.2.8 release
- Symfony updated to version 5.2.
- Fixed incorrect work of the percentage discount for a promotional code.
- Fixed marking of active filter checkboxes, which did not always work correctly.
- Fixed problem with deleting orders that have attached files.
4.2.7 release
- Edit translations YAML files in admin area.
- Twig function "contentList" now supports negative limit (show last page by default).
- Supports filtering products by date.
4.1.3 release
- Added package shopkeeper4-comments - Reviews and ratings.
4.1.2 release
4.1.2
- Updated path of the admin bundle JS files.
- Move ModalFileContentComponent and ModalFileUploadContentComponent to SharedModule.
4.1.1 release
- Admin area. The main menu is placed in a separate component - NavbarMainComponent.
- The ability to create components as separate modules (frontend and backend) that can use other components of the administrator interface has been made.
- New abstract component for modals - AppModalContentAbstractComponent.
4.1.0 release
4.1.0
- Updated Symfony to version 4.3.5. Updated DoctrineMongoDBBundle to version 4.0.
- Settings for site languages.
- New settingsList() Twig function.
- New pathLocalized() Twig function.
- Locale parameter in URL. Locale is no longer saved in session.
- On the authorization page, a button "Show password" has been added.
- In admin area added buttons "Save and Close" and "Save".
- Added class CatalogService.
- Minor improvements in the administration interface.
4.0.8 release
4.0.8
- New order statistics module in admin area.
- Ajax shopping cart.
- Shopping cart store in DB refactoring. Added option "app.shopping_cart_lifetime" in settings.
- In the default template added the ability to add products to favorites.
4.0.7 release
4.0.7
- Update Angular 7 to 8.
- In the Catalog section, the dropdown menu has been replaced by a tree menu.
- Updated style for buttons of the sub-components (tabs).