Skip to content

Commit 47a9c80

Browse files
committed
v4.2.0
1 parent 9b7952e commit 47a9c80

File tree

5 files changed

+230
-219
lines changed

5 files changed

+230
-219
lines changed

DNNpackager.dnnpack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<root>
2-
<version>4.1.11</version>
2+
<version>4.2.0</version>
33
<websitedestrelpath>\DesktopModules\NBright\NBrightBuy</websitedestrelpath>
44
<websitedestbinrelpath>\bin</websitedestbinrelpath>
55
<!-- Include only files that match the regular expression -->

OpenStore.dnn

Lines changed: 115 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
33

4-
<package name="OS_ProductView" type="Module" version="4.1.11">
4+
<package name="OS_ProductView" type="Module" version="4.2.0">
55
<friendlyName>OS_ProductView</friendlyName>
66
<description>
77
OpenStore open source e-commerce for DNN.
@@ -31,102 +31,108 @@
3131
</license>
3232
<releaseNotes>
3333

34-
v04.00.00.00
35-
- Public release
36-
37-
v04.00.01.00
38-
- Upgrade to use v8.4.0 template system.
39-
- Upgrade SQL to stop localization error.
40-
41-
v04.00.03.00
42-
- Add Order CSV export
43-
44-
v04.00.04.00
45-
- Add localized hidden product.
46-
- Allow DDRMENU token to select parentitemid. Token can now be [CAT] or [CAT:{xxxxx}]. {xxxxx} = categoryref.
47-
- Improve Product Admin JS
48-
- Add Multi-checkbox select for Categories and Properties, in the Product Admin.
49-
- Replace OS_ProductDisplay and OS_ProductDisplayAjax with OS_ProductView, to remove duplicate code.
50-
- Improved Scheduler error.
51-
- Rename OS_ProductAjaxFilter to OS_ProductFilter.
52-
- WARNING IF UPGRADING: Read "Readme_Upgrade_to_4.0.4.txt"
53-
54-
v04.00.05
55-
- Skip Payment page if only 1 payment method.
56-
57-
v04.00.06
58-
- Allow documents to be linked a model.
59-
- Display purchased documents on user profile.
60-
61-
v04.00.07
62-
- Fix AJAX SEO product list.
63-
64-
v04.01.00
65-
- Fix to Product Filter
66-
- Fix Sort cache
67-
- Upgrade .Net Framework to v7.4.2
68-
- Fix installation of OpenStoreBO.doctype.xml for CKeditor on Edge.
69-
- Add modelid to language model XML
70-
- Image resize in ProductUtils to use store settings value.
71-
- Remove cache from GetByType, so it can be called by Scheduler.
72-
- Simplify the EU tax check, to not use the Alpha chars are the tax country.
73-
74-
v04.01.01
75-
- Add Filter ByProduct list.
76-
- Change DNN manifesto to use full skin installation.
77-
78-
v04.01.02
79-
- Fix for product list cache issue.
80-
- Update EventInterface to deal with multiple event providers.
81-
- Upgrade GetPropertyLisyByProductIds DB interface.
82-
83-
v04.01.03
84-
- Include the "NBrightDNN.dll" and "NBrightCore.dll" (Template System)
85-
- Lax on cookie to help with Chrome cokie issue
86-
- Cache improvments
87-
- UploadImage Interface
88-
- Add SalesRole
89-
90-
v04.01.04
91-
- Minor updates
92-
- Option to allow shipping to calculate with discounts.
93-
94-
v04.01.05
95-
- Minor updates
96-
- Fix problem with cahce on product header.
97-
- Fix duplicate plugin records.
98-
- Convert Dev to DNNpackager.
99-
- Bi-Directional Related Products option.
100-
- Fix tax on not included tax prices.
101-
102-
v04.01.06
103-
- Minor updates
104-
- Fix problem product save being slow.
105-
- Translation improvements NL
106-
- DDRMenu depth fix
107-
- Filter improvments
108-
- remove limit on orders in NBrightBuy_DashboardStats
109-
110-
v04.01.09
111-
- Infinite loop with incorrect category URL #241 **
112-
- origin/feature/236-min-purchase-qty
113-
- origin/feature/229-return-btn
114-
- Merge pull request #217 from openstore-ecommerce/feature/216-fix-for-changes-in-eventrovider-overwritten-by-OS
115-
- Fix language for money format
116-
- Merge branch 'feature/170-product-validaton' into develop
117-
- Merge branch 'bugfix/195-product-options-as-radio' into develop
118-
- Merge remote-tracking branch 'remotes/origin-OpenStore/bugfix/198-default-sorting' into develop
119-
- CopyCart Fix v4.1.11
120-
- Minicart link fix
121-
- Fix models status stock level checks
122-
- add weight to the order
123-
124-
v04.01.10
125-
- Add Categories, Properties, clients and Related products to Product copy.
126-
- Issue: New Categories do not update. #251
127-
- Tidy Language display on categories in product detail.
128-
129-
</releaseNotes>
34+
v04.00.00.00
35+
- Public release
36+
37+
v04.00.01.00
38+
- Upgrade to use v8.4.0 template system.
39+
- Upgrade SQL to stop localization error.
40+
41+
v04.00.03.00
42+
- Add Order CSV export
43+
44+
v04.00.04.00
45+
- Add localized hidden product.
46+
- Allow DDRMENU token to select parentitemid. Token can now be [CAT] or [CAT:{xxxxx}]. {xxxxx} = categoryref.
47+
- Improve Product Admin JS
48+
- Add Multi-checkbox select for Categories and Properties, in the Product Admin.
49+
- Replace OS_ProductDisplay and OS_ProductDisplayAjax with OS_ProductView, to remove duplicate code.
50+
- Improved Scheduler error.
51+
- Rename OS_ProductAjaxFilter to OS_ProductFilter.
52+
- WARNING IF UPGRADING: Read "Readme_Upgrade_to_4.0.4.txt"
53+
54+
v04.00.05
55+
- Skip Payment page if only 1 payment method.
56+
57+
v04.00.06
58+
- Allow documents to be linked a model.
59+
- Display purchased documents on user profile.
60+
61+
v04.00.07
62+
- Fix AJAX SEO product list.
63+
64+
v04.01.00
65+
- Fix to Product Filter
66+
- Fix Sort cache
67+
- Upgrade .Net Framework to v7.4.2
68+
- Fix installation of OpenStoreBO.doctype.xml for CKeditor on Edge.
69+
- Add modelid to language model XML
70+
- Image resize in ProductUtils to use store settings value.
71+
- Remove cache from GetByType, so it can be called by Scheduler.
72+
- Simplify the EU tax check, to not use the Alpha chars are the tax country.
73+
74+
v04.01.01
75+
- Add Filter ByProduct list.
76+
- Change DNN manifesto to use full skin installation.
77+
78+
v04.01.02
79+
- Fix for product list cache issue.
80+
- Update EventInterface to deal with multiple event providers.
81+
- Upgrade GetPropertyLisyByProductIds DB interface.
82+
83+
v04.01.03
84+
- Include the "NBrightDNN.dll" and "NBrightCore.dll" (Template System)
85+
- Lax on cookie to help with Chrome cokie issue
86+
- Cache improvments
87+
- UploadImage Interface
88+
- Add SalesRole
89+
90+
v04.01.04
91+
- Minor updates
92+
- Option to allow shipping to calculate with discounts.
93+
94+
v04.01.05
95+
- Minor updates
96+
- Fix problem with cahce on product header.
97+
- Fix duplicate plugin records.
98+
- Convert Dev to DNNpackager.
99+
- Bi-Directional Related Products option.
100+
- Fix tax on not included tax prices.
101+
102+
v04.01.06
103+
- Minor updates
104+
- Fix problem product save being slow.
105+
- Translation improvements NL
106+
- DDRMenu depth fix
107+
- Filter improvments
108+
- remove limit on orders in NBrightBuy_DashboardStats
109+
110+
v04.01.09
111+
- Infinite loop with incorrect category URL #241 **
112+
- origin/feature/236-min-purchase-qty
113+
- origin/feature/229-return-btn
114+
- Merge pull request #217 from openstore-ecommerce/feature/216-fix-for-changes-in-eventrovider-overwritten-by-OS
115+
- Fix language for money format
116+
- Merge branch 'feature/170-product-validaton' into develop
117+
- Merge branch 'bugfix/195-product-options-as-radio' into develop
118+
- Merge remote-tracking branch 'remotes/origin-OpenStore/bugfix/198-default-sorting' into develop
119+
- CopyCart Fix
120+
- Minicart link fix
121+
- Fix models status stock level checks
122+
- add weight to the order
123+
124+
v04.01.10
125+
- Add Categories, Properties, clients and Related products to Product copy.
126+
- Issue: New Categories do not update. #251
127+
- Tidy Language display on categories in product detail.
128+
129+
v04.02.00
130+
- cf660b1 - Use an integer for stock adjusted cart quantities
131+
- fecdf75 - Add max purchase qty support
132+
- af1987b - Fix first render search query
133+
- 0432151 - fix invalid SQL for static list
134+
135+
</releaseNotes>
130136
<dependencies>
131137
<dependency type="CoreVersion">08.00.04</dependency>
132138
</dependencies>
@@ -258,7 +264,7 @@
258264
</package>
259265

260266

261-
<package name="OpenStoreBO" type="Skin" version="4.1.11">
267+
<package name="OpenStoreBO" type="Skin" version="4.2.0">
262268
<friendlyName>OpenStoreBO</friendlyName>
263269
<description>
264270
OpenStore Admin Panel
@@ -304,7 +310,7 @@
304310

305311

306312

307-
<package name="OS_DisplaySearch" type="Module" version="4.1.11">
313+
<package name="OS_DisplaySearch" type="Module" version="4.2.0">
308314
<friendlyName>OS_DisplaySearch</friendlyName>
309315
<description>
310316
OpenStore open source e-commerce for DNN.
@@ -385,7 +391,7 @@
385391
</components>
386392
</package>
387393

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

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

537-
<package name="OS_OrderAdmin" type="Module" version="4.1.11">
543+
<package name="OS_OrderAdmin" type="Module" version="4.2.0">
538544

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

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

688694

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

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

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

911-
<package name="OS_CategoryMenu" type="Module" version="4.1.11">
917+
<package name="OS_CategoryMenu" type="Module" version="4.2.0">
912918
<friendlyName>OS_CategoryMenu</friendlyName>
913919
<description>
914920
CategoryMenu Display
@@ -980,7 +986,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
980986
</components>
981987
</package>
982988

983-
<package name="OS_ProductFilter" type="Module" version="4.1.11">
989+
<package name="OS_ProductFilter" type="Module" version="4.2.0">
984990
<friendlyName>OS_ProductFilter</friendlyName>
985991
<description>
986992
Filter module for Ajax Product Display
@@ -1053,7 +1059,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
10531059
</components>
10541060
</package>
10551061

1056-
<package name="OS_ItemList" type="Module" version="4.1.11">
1062+
<package name="OS_ItemList" type="Module" version="4.2.0">
10571063
<friendlyName>OS_ItemList</friendlyName>
10581064
<description>
10591065
Itemlist admin for shopping/favorites list

0 commit comments

Comments
 (0)