Skip to content

Commit a295cf3

Browse files
committed
v4.1.6
1 parent 8b2cd6a commit a295cf3

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
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.5</version>
2+
<version>4.1.6</version>
33
<websitedestrelpath>\DesktopModules\NBright\NBrightBuy</websitedestrelpath>
44
<websitedestbinrelpath>\bin</websitedestbinrelpath>
55
<!-- Include only files that match the regular expression -->

OpenStore.dnn

Lines changed: 13 additions & 13 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.5">
4+
<package name="OS_ProductView" type="Module" version="4.1.6">
55
<friendlyName>OS_ProductView</friendlyName>
66
<description>
77
OpenStore open source e-commerce for DNN.
@@ -227,7 +227,7 @@
227227
</package>
228228

229229

230-
<package name="OpenStoreBO" type="Skin" version="4.1.5">
230+
<package name="OpenStoreBO" type="Skin" version="4.1.6">
231231
<friendlyName>OpenStoreBO</friendlyName>
232232
<description>
233233
OpenStore Admin Panel
@@ -273,7 +273,7 @@
273273

274274

275275

276-
<package name="OS_DisplaySearch" type="Module" version="4.1.5">
276+
<package name="OS_DisplaySearch" type="Module" version="4.1.6">
277277
<friendlyName>OS_DisplaySearch</friendlyName>
278278
<description>
279279
OpenStore open source e-commerce for DNN.
@@ -354,7 +354,7 @@
354354
</components>
355355
</package>
356356

357-
<package name="OS_AddressAdmin" type="Module" version="4.1.5">
357+
<package name="OS_AddressAdmin" type="Module" version="4.1.6">
358358
<friendlyName>OS_AddressAdmin</friendlyName>
359359
<description>OpenStore open source e-commerce for DNN.
360360
Admin for clients addresses from the front office.
@@ -429,7 +429,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
429429
</components>
430430
</package>
431431

432-
<package name="OS_Payment" type="Module" version="4.1.5">
432+
<package name="OS_Payment" type="Module" version="4.1.6">
433433
<friendlyName>OS_Payment</friendlyName>
434434
<description>OpenStore open source e-commerce for DNN.
435435
Process payment of orders.
@@ -503,7 +503,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
503503
</components>
504504
</package>
505505

506-
<package name="OS_OrderAdmin" type="Module" version="4.1.5">
506+
<package name="OS_OrderAdmin" type="Module" version="4.1.6">
507507

508508
<friendlyName>OS_OrderAdmin</friendlyName>
509509
<description>OpenStore open source e-commerce for DNN.
@@ -579,7 +579,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
579579
</components>
580580
</package>
581581

582-
<package name="OS_ProfileForm" type="Module" version="4.1.5">
582+
<package name="OS_ProfileForm" type="Module" version="4.1.6">
583583
<friendlyName>OS_ProfileForm</friendlyName>
584584
<description>OpenStore open source e-commerce for DNN.
585585
This module creates a profile form that links to the DNN profile and NBS address.
@@ -655,7 +655,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
655655
</package>
656656

657657

658-
<package name="OS_Checkout" type="Module" version="4.1.5">
658+
<package name="OS_Checkout" type="Module" version="4.1.6">
659659
<friendlyName>OS_Checkout</friendlyName>
660660
<description>OpenStore open source e-commerce for DNN. Checkout process.
661661
</description>
@@ -729,7 +729,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
729729
</components>
730730
</package>
731731

732-
<package name="OS_MiniCart" type="Module" version="4.1.5">
732+
<package name="OS_MiniCart" type="Module" version="4.1.6">
733733
<friendlyName>OS_MiniCart</friendlyName>
734734
<description>OpenStore open source e-commerce for DNN. Mini cart view.
735735
</description>
@@ -803,7 +803,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
803803
</components>
804804
</package>
805805

806-
<package name="OS_FullCart" type="Module" version="4.1.5">
806+
<package name="OS_FullCart" type="Module" version="4.1.6">
807807
<friendlyName>OS_FullCart</friendlyName>
808808
<description>OpenStore open source e-commerce for DNN. full cart view.
809809
</description>
@@ -877,7 +877,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
877877
</components>
878878
</package>
879879

880-
<package name="OS_CategoryMenu" type="Module" version="4.1.5">
880+
<package name="OS_CategoryMenu" type="Module" version="4.1.6">
881881
<friendlyName>OS_CategoryMenu</friendlyName>
882882
<description>
883883
CategoryMenu Display
@@ -949,7 +949,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
949949
</components>
950950
</package>
951951

952-
<package name="OS_ProductFilter" type="Module" version="4.1.5">
952+
<package name="OS_ProductFilter" type="Module" version="4.1.6">
953953
<friendlyName>OS_ProductFilter</friendlyName>
954954
<description>
955955
Filter module for Ajax Product Display
@@ -1022,7 +1022,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
10221022
</components>
10231023
</package>
10241024

1025-
<package name="OS_ItemList" type="Module" version="4.1.5">
1025+
<package name="OS_ItemList" type="Module" version="4.1.6">
10261026
<friendlyName>OS_ItemList</friendlyName>
10271027
<description>
10281028
Itemlist admin for shopping/favorites list

OpenStoreUpgrade.dnn

Lines changed: 12 additions & 12 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.5">
4+
<package name="OS_ProductView" type="Module" version="4.1.6">
55
<friendlyName>OS_ProductView</friendlyName>
66
<description>
77
OpenStore open source e-commerce for DNN.
@@ -224,7 +224,7 @@
224224
</components>
225225
</package>
226226

227-
<package name="OS_DisplaySearch" type="Module" version="4.1.5">
227+
<package name="OS_DisplaySearch" type="Module" version="4.1.6">
228228
<friendlyName>OS_DisplaySearch</friendlyName>
229229
<description>
230230
OpenStore open source e-commerce for DNN.
@@ -305,7 +305,7 @@
305305
</components>
306306
</package>
307307

308-
<package name="OS_AddressAdmin" type="Module" version="4.1.5">
308+
<package name="OS_AddressAdmin" type="Module" version="4.1.6">
309309
<friendlyName>OS_AddressAdmin</friendlyName>
310310
<description>OpenStore open source e-commerce for DNN.
311311
Admin for clients addresses from the front office.
@@ -380,7 +380,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
380380
</components>
381381
</package>
382382

383-
<package name="OS_Payment" type="Module" version="4.1.5">
383+
<package name="OS_Payment" type="Module" version="4.1.6">
384384
<friendlyName>OS_Payment</friendlyName>
385385
<description>OpenStore open source e-commerce for DNN.
386386
Process payment of orders.
@@ -454,7 +454,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
454454
</components>
455455
</package>
456456

457-
<package name="OS_OrderAdmin" type="Module" version="4.1.5">
457+
<package name="OS_OrderAdmin" type="Module" version="4.1.6">
458458

459459
<friendlyName>OS_OrderAdmin</friendlyName>
460460
<description>OpenStore open source e-commerce for DNN.
@@ -530,7 +530,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
530530
</components>
531531
</package>
532532

533-
<package name="OS_ProfileForm" type="Module" version="4.1.5">
533+
<package name="OS_ProfileForm" type="Module" version="4.1.6">
534534
<friendlyName>OS_ProfileForm</friendlyName>
535535
<description>OpenStore open source e-commerce for DNN.
536536
This module creates a profile form that links to the DNN profile and NBS address.
@@ -606,7 +606,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
606606
</package>
607607

608608

609-
<package name="OS_Checkout" type="Module" version="4.1.5">
609+
<package name="OS_Checkout" type="Module" version="4.1.6">
610610
<friendlyName>OS_Checkout</friendlyName>
611611
<description>OpenStore open source e-commerce for DNN. Checkout process.
612612
</description>
@@ -680,7 +680,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
680680
</components>
681681
</package>
682682

683-
<package name="OS_MiniCart" type="Module" version="4.1.5">
683+
<package name="OS_MiniCart" type="Module" version="4.1.6">
684684
<friendlyName>OS_MiniCart</friendlyName>
685685
<description>OpenStore open source e-commerce for DNN. Mini cart view.
686686
</description>
@@ -754,7 +754,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
754754
</components>
755755
</package>
756756

757-
<package name="OS_FullCart" type="Module" version="4.1.5">
757+
<package name="OS_FullCart" type="Module" version="4.1.6">
758758
<friendlyName>OS_FullCart</friendlyName>
759759
<description>OpenStore open source e-commerce for DNN. full cart view.
760760
</description>
@@ -828,7 +828,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
828828
</components>
829829
</package>
830830

831-
<package name="OS_CategoryMenu" type="Module" version="4.1.5">
831+
<package name="OS_CategoryMenu" type="Module" version="4.1.6">
832832
<friendlyName>OS_CategoryMenu</friendlyName>
833833
<description>
834834
CategoryMenu Display
@@ -900,7 +900,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
900900
</components>
901901
</package>
902902

903-
<package name="OS_ProductFilter" type="Module" version="4.1.5">
903+
<package name="OS_ProductFilter" type="Module" version="4.1.6">
904904
<friendlyName>OS_ProductFilter</friendlyName>
905905
<description>
906906
Filter module for Ajax Product Display
@@ -973,7 +973,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
973973
</components>
974974
</package>
975975

976-
<package name="OS_ItemList" type="Module" version="4.1.5">
976+
<package name="OS_ItemList" type="Module" version="4.1.6">
977977
<friendlyName>OS_ItemList</friendlyName>
978978
<description>
979979
Itemlist admin for shopping/favorites list

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("4.1.5.4")]
36-
[assembly: AssemblyFileVersion("4.1.5.4")]
35+
[assembly: AssemblyVersion("4.1.6.0")]
36+
[assembly: AssemblyFileVersion("4.1.6.0")]

0 commit comments

Comments
 (0)