Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leedavi committed Mar 26, 2024
1 parent 9b7952e commit 47a9c80
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 219 deletions.
2 changes: 1 addition & 1 deletion DNNpackager.dnnpack
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<root>
<version>4.1.11</version>
<version>4.2.0</version>
<websitedestrelpath>\DesktopModules\NBright\NBrightBuy</websitedestrelpath>
<websitedestbinrelpath>\bin</websitedestbinrelpath>
<!-- Include only files that match the regular expression -->
Expand Down
224 changes: 115 additions & 109 deletions OpenStore.dnn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<dotnetnuke type="Package" version="5.0">
<packages>

<package name="OS_ProductView" type="Module" version="4.1.11">
<package name="OS_ProductView" type="Module" version="4.2.0">
<friendlyName>OS_ProductView</friendlyName>
<description>
OpenStore open source e-commerce for DNN.
Expand Down Expand Up @@ -31,102 +31,108 @@
</license>
<releaseNotes>

v04.00.00.00
- Public release

v04.00.01.00
- Upgrade to use v8.4.0 template system.
- Upgrade SQL to stop localization error.

v04.00.03.00
- Add Order CSV export

v04.00.04.00
- Add localized hidden product.
- Allow DDRMENU token to select parentitemid. Token can now be [CAT] or [CAT:{xxxxx}]. {xxxxx} = categoryref.
- Improve Product Admin JS
- Add Multi-checkbox select for Categories and Properties, in the Product Admin.
- Replace OS_ProductDisplay and OS_ProductDisplayAjax with OS_ProductView, to remove duplicate code.
- Improved Scheduler error.
- Rename OS_ProductAjaxFilter to OS_ProductFilter.
- WARNING IF UPGRADING: Read "Readme_Upgrade_to_4.0.4.txt"

v04.00.05
- Skip Payment page if only 1 payment method.

v04.00.06
- Allow documents to be linked a model.
- Display purchased documents on user profile.

v04.00.07
- Fix AJAX SEO product list.

v04.01.00
- Fix to Product Filter
- Fix Sort cache
- Upgrade .Net Framework to v7.4.2
- Fix installation of OpenStoreBO.doctype.xml for CKeditor on Edge.
- Add modelid to language model XML
- Image resize in ProductUtils to use store settings value.
- Remove cache from GetByType, so it can be called by Scheduler.
- Simplify the EU tax check, to not use the Alpha chars are the tax country.

v04.01.01
- Add Filter ByProduct list.
- Change DNN manifesto to use full skin installation.

v04.01.02
- Fix for product list cache issue.
- Update EventInterface to deal with multiple event providers.
- Upgrade GetPropertyLisyByProductIds DB interface.

v04.01.03
- Include the "NBrightDNN.dll" and "NBrightCore.dll" (Template System)
- Lax on cookie to help with Chrome cokie issue
- Cache improvments
- UploadImage Interface
- Add SalesRole

v04.01.04
- Minor updates
- Option to allow shipping to calculate with discounts.

v04.01.05
- Minor updates
- Fix problem with cahce on product header.
- Fix duplicate plugin records.
- Convert Dev to DNNpackager.
- Bi-Directional Related Products option.
- Fix tax on not included tax prices.

v04.01.06
- Minor updates
- Fix problem product save being slow.
- Translation improvements NL
- DDRMenu depth fix
- Filter improvments
- remove limit on orders in NBrightBuy_DashboardStats

v04.01.09
- Infinite loop with incorrect category URL #241 **
- origin/feature/236-min-purchase-qty
- origin/feature/229-return-btn
- Merge pull request #217 from openstore-ecommerce/feature/216-fix-for-changes-in-eventrovider-overwritten-by-OS
- Fix language for money format
- Merge branch 'feature/170-product-validaton' into develop
- Merge branch 'bugfix/195-product-options-as-radio' into develop
- Merge remote-tracking branch 'remotes/origin-OpenStore/bugfix/198-default-sorting' into develop
- CopyCart Fix v4.1.11
- Minicart link fix
- Fix models status stock level checks
- add weight to the order

v04.01.10
- Add Categories, Properties, clients and Related products to Product copy.
- Issue: New Categories do not update. #251
- Tidy Language display on categories in product detail.

</releaseNotes>
v04.00.00.00
- Public release

v04.00.01.00
- Upgrade to use v8.4.0 template system.
- Upgrade SQL to stop localization error.

v04.00.03.00
- Add Order CSV export

v04.00.04.00
- Add localized hidden product.
- Allow DDRMENU token to select parentitemid. Token can now be [CAT] or [CAT:{xxxxx}]. {xxxxx} = categoryref.
- Improve Product Admin JS
- Add Multi-checkbox select for Categories and Properties, in the Product Admin.
- Replace OS_ProductDisplay and OS_ProductDisplayAjax with OS_ProductView, to remove duplicate code.
- Improved Scheduler error.
- Rename OS_ProductAjaxFilter to OS_ProductFilter.
- WARNING IF UPGRADING: Read "Readme_Upgrade_to_4.0.4.txt"

v04.00.05
- Skip Payment page if only 1 payment method.

v04.00.06
- Allow documents to be linked a model.
- Display purchased documents on user profile.

v04.00.07
- Fix AJAX SEO product list.

v04.01.00
- Fix to Product Filter
- Fix Sort cache
- Upgrade .Net Framework to v7.4.2
- Fix installation of OpenStoreBO.doctype.xml for CKeditor on Edge.
- Add modelid to language model XML
- Image resize in ProductUtils to use store settings value.
- Remove cache from GetByType, so it can be called by Scheduler.
- Simplify the EU tax check, to not use the Alpha chars are the tax country.

v04.01.01
- Add Filter ByProduct list.
- Change DNN manifesto to use full skin installation.

v04.01.02
- Fix for product list cache issue.
- Update EventInterface to deal with multiple event providers.
- Upgrade GetPropertyLisyByProductIds DB interface.

v04.01.03
- Include the "NBrightDNN.dll" and "NBrightCore.dll" (Template System)
- Lax on cookie to help with Chrome cokie issue
- Cache improvments
- UploadImage Interface
- Add SalesRole

v04.01.04
- Minor updates
- Option to allow shipping to calculate with discounts.

v04.01.05
- Minor updates
- Fix problem with cahce on product header.
- Fix duplicate plugin records.
- Convert Dev to DNNpackager.
- Bi-Directional Related Products option.
- Fix tax on not included tax prices.

v04.01.06
- Minor updates
- Fix problem product save being slow.
- Translation improvements NL
- DDRMenu depth fix
- Filter improvments
- remove limit on orders in NBrightBuy_DashboardStats

v04.01.09
- Infinite loop with incorrect category URL #241 **
- origin/feature/236-min-purchase-qty
- origin/feature/229-return-btn
- Merge pull request #217 from openstore-ecommerce/feature/216-fix-for-changes-in-eventrovider-overwritten-by-OS
- Fix language for money format
- Merge branch 'feature/170-product-validaton' into develop
- Merge branch 'bugfix/195-product-options-as-radio' into develop
- Merge remote-tracking branch 'remotes/origin-OpenStore/bugfix/198-default-sorting' into develop
- CopyCart Fix
- Minicart link fix
- Fix models status stock level checks
- add weight to the order

v04.01.10
- Add Categories, Properties, clients and Related products to Product copy.
- Issue: New Categories do not update. #251
- Tidy Language display on categories in product detail.

v04.02.00
- cf660b1 - Use an integer for stock adjusted cart quantities
- fecdf75 - Add max purchase qty support
- af1987b - Fix first render search query
- 0432151 - fix invalid SQL for static list

</releaseNotes>
<dependencies>
<dependency type="CoreVersion">08.00.04</dependency>
</dependencies>
Expand Down Expand Up @@ -258,7 +264,7 @@
</package>


<package name="OpenStoreBO" type="Skin" version="4.1.11">
<package name="OpenStoreBO" type="Skin" version="4.2.0">
<friendlyName>OpenStoreBO</friendlyName>
<description>
OpenStore Admin Panel
Expand Down Expand Up @@ -304,7 +310,7 @@



<package name="OS_DisplaySearch" type="Module" version="4.1.11">
<package name="OS_DisplaySearch" type="Module" version="4.2.0">
<friendlyName>OS_DisplaySearch</friendlyName>
<description>
OpenStore open source e-commerce for DNN.
Expand Down Expand Up @@ -385,7 +391,7 @@
</components>
</package>

<package name="OS_AddressAdmin" type="Module" version="4.1.11">
<package name="OS_AddressAdmin" type="Module" version="4.2.0">
<friendlyName>OS_AddressAdmin</friendlyName>
<description>OpenStore open source e-commerce for DNN.
Admin for clients addresses from the front office.
Expand Down Expand Up @@ -460,7 +466,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</components>
</package>

<package name="OS_Payment" type="Module" version="4.1.11">
<package name="OS_Payment" type="Module" version="4.2.0">
<friendlyName>OS_Payment</friendlyName>
<description>OpenStore open source e-commerce for DNN.
Process payment of orders.
Expand Down Expand Up @@ -534,7 +540,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</components>
</package>

<package name="OS_OrderAdmin" type="Module" version="4.1.11">
<package name="OS_OrderAdmin" type="Module" version="4.2.0">

<friendlyName>OS_OrderAdmin</friendlyName>
<description>OpenStore open source e-commerce for DNN.
Expand Down Expand Up @@ -610,7 +616,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</components>
</package>

<package name="OS_ProfileForm" type="Module" version="4.1.11">
<package name="OS_ProfileForm" type="Module" version="4.2.0">
<friendlyName>OS_ProfileForm</friendlyName>
<description>OpenStore open source e-commerce for DNN.
This module creates a profile form that links to the DNN profile and NBS address.
Expand Down Expand Up @@ -686,7 +692,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</package>


<package name="OS_Checkout" type="Module" version="4.1.11">
<package name="OS_Checkout" type="Module" version="4.2.0">
<friendlyName>OS_Checkout</friendlyName>
<description>OpenStore open source e-commerce for DNN. Checkout process.
</description>
Expand Down Expand Up @@ -760,7 +766,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</components>
</package>

<package name="OS_MiniCart" type="Module" version="4.1.11">
<package name="OS_MiniCart" type="Module" version="4.2.0">
<friendlyName>OS_MiniCart</friendlyName>
<description>OpenStore open source e-commerce for DNN. Mini cart view.
</description>
Expand Down Expand Up @@ -834,7 +840,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</components>
</package>

<package name="OS_FullCart" type="Module" version="4.1.11">
<package name="OS_FullCart" type="Module" version="4.2.0">
<friendlyName>OS_FullCart</friendlyName>
<description>OpenStore open source e-commerce for DNN. full cart view.
</description>
Expand Down Expand Up @@ -908,7 +914,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</components>
</package>

<package name="OS_CategoryMenu" type="Module" version="4.1.11">
<package name="OS_CategoryMenu" type="Module" version="4.2.0">
<friendlyName>OS_CategoryMenu</friendlyName>
<description>
CategoryMenu Display
Expand Down Expand Up @@ -980,7 +986,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</components>
</package>

<package name="OS_ProductFilter" type="Module" version="4.1.11">
<package name="OS_ProductFilter" type="Module" version="4.2.0">
<friendlyName>OS_ProductFilter</friendlyName>
<description>
Filter module for Ajax Product Display
Expand Down Expand Up @@ -1053,7 +1059,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
</components>
</package>

<package name="OS_ItemList" type="Module" version="4.1.11">
<package name="OS_ItemList" type="Module" version="4.2.0">
<friendlyName>OS_ItemList</friendlyName>
<description>
Itemlist admin for shopping/favorites list
Expand Down
Loading

0 comments on commit 47a9c80

Please sign in to comment.