Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions content/release/whatsnext.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,24 @@ The improvements targeted for v2.1.0 include:
- New Feature: The <a href="https://vinosdefrutastropicales.com/product_extra_files/options_stock/readme.html">Products Options Stock Manager</a> (POSM) plugin will be integrated with Zen Cart. This feature will help storeowners who have product variants whose stock needs to be tracked (red large t-shirts vs blue medium t-shirts, for example). It is designed to replace the various "Stock by Attributes" plugins which are currently in use. See [Variant Stock](/user/running/posm/) for more details.
- New Feature: The Zen Cart admin will be secured with
[Multi Factor Authentication](/user/security/multifactor/).
- Admin: FIXED - Sales Report with Graphs monthly pagination now works.
- Admin: FIXED - CKEditor security warning fix is built-in.
- Admin: FIXED - Enabling and disabling sales by clicking icon works.
- Admin: FIXED - Viewing customer records would occasionally lead to a blank right hand infoBox.
- Admin: FIXED - Viewing orders would occasionally lead to a blank right hand infoBox.
- Admin: FIXED - Selecting coupons on pages other than the first page would occasionally fail.
- Admin: The <a href="/dev/code/template_settings/">template settings file</a> may now be viewed from your admin page.
- Admin: The date of last password change is now shown on the Users page in admin.
- Admin: Product Price fields "Gross" and "Net" have been renamed to "Tax Included" and "Tax Excluded."
- Core: Retired Notifiers and Observers can be set to generate deprecated logs automatically.
- Core: The introduction of the `Product` class continues the modernization of Zen Cart.
- Core: Shipping modules now inherit from ZenShipping base class to reduce code duplication and ensure consistency.
- Core: Zones module now has exception rules notifier. See <a href="/user/shipping/exceptions/">this page</a> for details on usage.</li>
- Storefront: Additional image matching rules now are enforced more strictly for new installs; see [this page](/user/images/additional_images/#additional-images-filename-matching-rules) for details.
- Core: Zones module now has exception rules notifier. See <a href="/user/shipping/exceptions/">this page</a> for details on usage.
- Extras: Improved and modernized utilities in the `/extras` folder.
- Modernization: A `Product` class has been introduced to encapsulate product-specific logic.
- Modernization: Shipping modules now inherit from ZenShipping base class to reduce code duplication and ensure consistency.
- Storefront: Fixes for attribute pricing display.
- Storefront: Fixes for fractional product quantities.
- Storefront: Gift Certificate FAQ page layout improvements.
- Storefront: Additional image matching rules now are enforced more strictly for new installs; see [this page](/user/images/additional_images/#additional-images-filename-matching-rules) for details.

## 2.0.1
Release 2.0.1 has been delivered; changes are now listed in [What's New in 2.0.x](/release/whatsnew_2.0.0.html).