|
1 | 1 | <dotnetnuke type="Package" version="5.0"> |
2 | 2 | <packages> |
3 | 3 |
|
4 | | - <package name="OS_ProductView" type="Module" version="4.1.11"> |
| 4 | + <package name="OS_ProductView" type="Module" version="4.2.0"> |
5 | 5 | <friendlyName>OS_ProductView</friendlyName> |
6 | 6 | <description> |
7 | 7 | OpenStore open source e-commerce for DNN. |
|
31 | 31 | </license> |
32 | 32 | <releaseNotes> |
33 | 33 |
|
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> |
130 | 136 | <dependencies> |
131 | 137 | <dependency type="CoreVersion">08.00.04</dependency> |
132 | 138 | </dependencies> |
|
258 | 264 | </package> |
259 | 265 |
|
260 | 266 |
|
261 | | - <package name="OpenStoreBO" type="Skin" version="4.1.11"> |
| 267 | + <package name="OpenStoreBO" type="Skin" version="4.2.0"> |
262 | 268 | <friendlyName>OpenStoreBO</friendlyName> |
263 | 269 | <description> |
264 | 270 | OpenStore Admin Panel |
|
304 | 310 |
|
305 | 311 |
|
306 | 312 |
|
307 | | - <package name="OS_DisplaySearch" type="Module" version="4.1.11"> |
| 313 | + <package name="OS_DisplaySearch" type="Module" version="4.2.0"> |
308 | 314 | <friendlyName>OS_DisplaySearch</friendlyName> |
309 | 315 | <description> |
310 | 316 | OpenStore open source e-commerce for DNN. |
|
385 | 391 | </components> |
386 | 392 | </package> |
387 | 393 |
|
388 | | - <package name="OS_AddressAdmin" type="Module" version="4.1.11"> |
| 394 | + <package name="OS_AddressAdmin" type="Module" version="4.2.0"> |
389 | 395 | <friendlyName>OS_AddressAdmin</friendlyName> |
390 | 396 | <description>OpenStore open source e-commerce for DNN. |
391 | 397 | 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 |
460 | 466 | </components> |
461 | 467 | </package> |
462 | 468 |
|
463 | | - <package name="OS_Payment" type="Module" version="4.1.11"> |
| 469 | + <package name="OS_Payment" type="Module" version="4.2.0"> |
464 | 470 | <friendlyName>OS_Payment</friendlyName> |
465 | 471 | <description>OpenStore open source e-commerce for DNN. |
466 | 472 | Process payment of orders. |
@@ -534,7 +540,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
534 | 540 | </components> |
535 | 541 | </package> |
536 | 542 |
|
537 | | - <package name="OS_OrderAdmin" type="Module" version="4.1.11"> |
| 543 | + <package name="OS_OrderAdmin" type="Module" version="4.2.0"> |
538 | 544 |
|
539 | 545 | <friendlyName>OS_OrderAdmin</friendlyName> |
540 | 546 | <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 |
610 | 616 | </components> |
611 | 617 | </package> |
612 | 618 |
|
613 | | - <package name="OS_ProfileForm" type="Module" version="4.1.11"> |
| 619 | + <package name="OS_ProfileForm" type="Module" version="4.2.0"> |
614 | 620 | <friendlyName>OS_ProfileForm</friendlyName> |
615 | 621 | <description>OpenStore open source e-commerce for DNN. |
616 | 622 | 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 |
686 | 692 | </package> |
687 | 693 |
|
688 | 694 |
|
689 | | - <package name="OS_Checkout" type="Module" version="4.1.11"> |
| 695 | + <package name="OS_Checkout" type="Module" version="4.2.0"> |
690 | 696 | <friendlyName>OS_Checkout</friendlyName> |
691 | 697 | <description>OpenStore open source e-commerce for DNN. Checkout process. |
692 | 698 | </description> |
@@ -760,7 +766,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
760 | 766 | </components> |
761 | 767 | </package> |
762 | 768 |
|
763 | | - <package name="OS_MiniCart" type="Module" version="4.1.11"> |
| 769 | + <package name="OS_MiniCart" type="Module" version="4.2.0"> |
764 | 770 | <friendlyName>OS_MiniCart</friendlyName> |
765 | 771 | <description>OpenStore open source e-commerce for DNN. Mini cart view. |
766 | 772 | </description> |
@@ -834,7 +840,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
834 | 840 | </components> |
835 | 841 | </package> |
836 | 842 |
|
837 | | - <package name="OS_FullCart" type="Module" version="4.1.11"> |
| 843 | + <package name="OS_FullCart" type="Module" version="4.2.0"> |
838 | 844 | <friendlyName>OS_FullCart</friendlyName> |
839 | 845 | <description>OpenStore open source e-commerce for DNN. full cart view. |
840 | 846 | </description> |
@@ -908,7 +914,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
908 | 914 | </components> |
909 | 915 | </package> |
910 | 916 |
|
911 | | - <package name="OS_CategoryMenu" type="Module" version="4.1.11"> |
| 917 | + <package name="OS_CategoryMenu" type="Module" version="4.2.0"> |
912 | 918 | <friendlyName>OS_CategoryMenu</friendlyName> |
913 | 919 | <description> |
914 | 920 | CategoryMenu Display |
@@ -980,7 +986,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
980 | 986 | </components> |
981 | 987 | </package> |
982 | 988 |
|
983 | | - <package name="OS_ProductFilter" type="Module" version="4.1.11"> |
| 989 | + <package name="OS_ProductFilter" type="Module" version="4.2.0"> |
984 | 990 | <friendlyName>OS_ProductFilter</friendlyName> |
985 | 991 | <description> |
986 | 992 | Filter module for Ajax Product Display |
@@ -1053,7 +1059,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
1053 | 1059 | </components> |
1054 | 1060 | </package> |
1055 | 1061 |
|
1056 | | - <package name="OS_ItemList" type="Module" version="4.1.11"> |
| 1062 | + <package name="OS_ItemList" type="Module" version="4.2.0"> |
1057 | 1063 | <friendlyName>OS_ItemList</friendlyName> |
1058 | 1064 | <description> |
1059 | 1065 | Itemlist admin for shopping/favorites list |
|
0 commit comments