Skip to content

Commit 264da01

Browse files
authored
Merge pull request #1287 from scottcwilson/next
updates to what's next
2 parents 10d419e + 54caee7 commit 264da01

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

content/release/whatsnext.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,24 @@ The improvements targeted for v2.1.0 include:
1919
- 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.
2020
- New Feature: The Zen Cart admin will be secured with
2121
[Multi Factor Authentication](/user/security/multifactor/).
22+
- Admin: FIXED - Sales Report with Graphs monthly pagination now works.
2223
- Admin: FIXED - CKEditor security warning fix is built-in.
24+
- Admin: FIXED - Enabling and disabling sales by clicking icon works.
2325
- Admin: FIXED - Viewing customer records would occasionally lead to a blank right hand infoBox.
2426
- Admin: FIXED - Viewing orders would occasionally lead to a blank right hand infoBox.
2527
- Admin: FIXED - Selecting coupons on pages other than the first page would occasionally fail.
2628
- Admin: The <a href="/dev/code/template_settings/">template settings file</a> may now be viewed from your admin page.
2729
- Admin: The date of last password change is now shown on the Users page in admin.
2830
- Admin: Product Price fields "Gross" and "Net" have been renamed to "Tax Included" and "Tax Excluded."
2931
- Core: Retired Notifiers and Observers can be set to generate deprecated logs automatically.
30-
- Core: The introduction of the `Product` class continues the modernization of Zen Cart.
31-
- Core: Shipping modules now inherit from ZenShipping base class to reduce code duplication and ensure consistency.
32-
- Core: Zones module now has exception rules notifier. See <a href="/user/shipping/exceptions/">this page</a> for details on usage.</li>
33-
- 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.
32+
- Core: Zones module now has exception rules notifier. See <a href="/user/shipping/exceptions/">this page</a> for details on usage.
3433
- Extras: Improved and modernized utilities in the `/extras` folder.
34+
- Modernization: A `Product` class has been introduced to encapsulate product-specific logic.
35+
- Modernization: Shipping modules now inherit from ZenShipping base class to reduce code duplication and ensure consistency.
36+
- Storefront: Fixes for attribute pricing display.
37+
- Storefront: Fixes for fractional product quantities.
38+
- Storefront: Gift Certificate FAQ page layout improvements.
39+
- 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.
3540

3641
## 2.0.1
3742
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).

0 commit comments

Comments
 (0)