forked from extcode/cart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
700 lines (479 loc) · 16.7 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
4.2.3
2017-08-31
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #143: remove defect and not needed method from repository
4.2.2
2017-08-31
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #142: wrong access check in Order showAction
4.2.1
2017-08-31
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #144: wrong label in billing address form
4.2.0
2017-08-20
Daniel Lorenz <https://github.com/extcode>
* TASK #141: add configuration option to hide coupons in cart default template
4.1.0
2017-08-16
Daniel Lorenz <https://github.com/extcode>
* TASK #137: add hook to ease the realurl configuration
4.0.9
2017-08-11
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #140: product will not load in showFormAction
4.0.8
2017-08-10
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #139: configure payments and shippings with grouping countries doesn't work as expected
4.0.7
2017-08-10
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #138: handle stock in backend variants does not update the repository
4.0.6
2017-07-26
Daniel Lorenz <https://github.com/extcode>
* TASK #135: old function was called in OrderController on generate invoice pdf action when no invoice number exists
4.0.5
2017-07-21
Daniel Lorenz <https://github.com/extcode>
* TASK #132: code improvements
4.0.4
2017-07-21
Andreas Beyl <https://github.com/abeyl>
* BUGFIX #131: handle required-attribute for additional fields
4.0.3
2017-07-21
Daniel Lorenz <https://github.com/extcode>
* TASK #130: add codacy batch
4.0.2
2017-07-21
Andreas Beyl <https://github.com/abeyl>
* BUGFIX #129: add missing semicolons and fix double-declaration of var message
4.0.1
2017-07-21
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #128: add missing order address discriminator
4.0.0
2017-07-20
Daniel Lorenz <https://github.com/extcode>
* TASK #99: remove support for php versions 5.4 and 5.5
* TASK #100: cleanup and update dev-requirements
* TASK #101: remove TYPO3 6.2 compatibility
* TASK #92: add currency translation and tax recalculation
* TASK #122: add functional tests for parsing taxClass from TypoScript
* TASK #123: add zones for shipping method configuration
* TASK #125: add font style to all table cells in mail templates and partials
* TASK #127: move makeCategorizable to TCA/Overrides configuration
* BUGFIX #126: sorting teaser products via php
3.12.4
2017-07-18
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #124: addToCartByAjax uses the normal process
3.12.3
2017-07-14
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #121: move makeCategorizable to TCA configuration
3.12.2
2017-07-13
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #120: update canonical tag view helper
3.12.1
2017-07-13
Daniel Lorenz <https://github.com/extcode>
* TASK #119: load real address instances
3.12.0
2017-06-23
Daniel Lorenz <https://github.com/extcode>
* TASK #115: add additional (JSON) field in Order\Product and Order\ProductAdditional
3.11.2
2017-06-23
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #114: getCompleteSku doesn't return complete SKU
* adds getCompleteSkuWithoutProduct and getCompleteTitleWithoutProduct getter
3.11.1
2017-06-16
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #113: product image relation using wrong fieldname
3.11.0
2017-06-15
Daniel Lorenz <https://github.com/extcode>
* TASK #112: add cache tag for product controller actions
3.10.0
2017-06-15
Daniel Lorenz <https://github.com/extcode>
* TASK #111: add more products to teaser view and allow sorting them
3.9.0
2017-06-13
Daniel Lorenz <https://github.com/extcode>
* TASK #110: add option to add additional fields to Order\Item and Order\Address
3.8.0
2017-06-13
Daniel Lorenz <https://github.com/extcode>
* TASK #109: make images and files available in translation
3.7.0
2017-06-11
Daniel Lorenz <https://github.com/extcode>
* TASK #108: add functional testing to travis ci and gitlab ci
3.6.2
2017-06-11
Daniel Lorenz <https://github.com/extcode>
* TASK #107: add php-cs-fixer to travis and fix it for gitlab-ci
3.6.1
2017-06-11
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #106: add condition to kesearch_indexerconfig to check if ke_search is installed
3.6.0
2017-05-30
Jan Bergmann <[email protected]>
* Changed 'private' functions/variables from 'private' to 'protected'
* Changed class initialization from 'new' to 'objectManager'.
3.5.0
2017-05-19
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #104: fix problem summitting the form after setPayment or setShipping action
3.4.1
2017-05-19
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #102: use correct object for product title
3.4.0
2017-04-14
Daniel Lorenz <https://github.com/extcode>
* TASK #98: add cs-fixer to gitlab-ci
3.3.0
2017-04-13
Daniel Lorenz <https://github.com/extcode>
* TASK #97: add gitlab-ci configuration
3.2.1
2017-04-11
Daniel Lorenz <https://github.com/extcode>
* TASK #96: change configurations to TYPO3 LTS version
3.2.0
2017-04-11
Daniel Lorenz <https://github.com/extcode>
* TASK #95: indexer for ke_search
3.1.1
2017-04-05
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #93: remove not used description1 from tca
3.1.0
2017-04-04
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #89: shipping for virtual products should be free
3.0.1
2017-03-26
Daniel Lorenz <https://github.com/extcode>
* TASK #90: changing shipping method throws an error
3.0.0
2017-03-17
Daniel Lorenz <https://github.com/extcode>
* TASK #63: add quantity discounts / graduated prices for products
* TASK #56: different shipping / payment configurations for different countries
* TASK #58: add main category and canonical url for category detail views
* BUGFIX #73: change output of product variants sku to variants completeSku for products with variants in cart and order mail
* TASK #68: add signal slot for checking products before adding them to cart
* TASK #76: realurl improvements
* TASK #74: show vat in cart summary and mails
* TASK #77: add signal slot to change order item before saving
* TASK #78: use testing framework instead of typo3 source
* TASK #79: add signal slot before and after handle payment
* TASK #80: move external product storage handling to signal slot
* TASK #82: make *_date fields in order items read only
* TASK #81: refactor generate*Number actions
* TASK #48: required field by variants
* TASK #10: add empty option to select view helper
* TASK #66: update payment and shipping in backend module
* BUGFIX #84: error in display condition of ProductPlugin.xml flexform
* TASK #49: payment method needs return url
* BUGFIX #87: fix php 7 argument exception in ViewHelper
* TASK #86: allow to set net price to product prices
2.4.4
2017-03-17
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #87: fix php 7 argument exception in ViewHelper
2.4.3
2017-02-18
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #71: fix travis configuration
2.4.2
2017-02-07
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #70: special price condition fails in some cases
2.4.1
2017-02-07
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #69: validation error on special prices without a title
2.4.0
2017-02-07
Daniel Lorenz <https://github.com/extcode>
* TASK #62: make mail subject configurable
2.3.2
2017-01-25
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #67: save comment in order item
2.3.1
2017-01-23
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #65: save configured currency sign to order item
2.3.0
2017-01-21
Daniel Lorenz <https://github.com/extcode>
* TASK #57: add ability of backend sorting for products
2.2.0
2017-01-19
Daniel Lorenz <https://github.com/extcode>
* TASK #61: special price needs a title
2.1.0
2017-01-19
Daniel Lorenz <https://github.com/extcode>
* TASK #60: parent relation from addresses, payment and shipping to order
2.0.0
2016-12-21
Daniel Lorenz <https://github.com/extcode>
* TASK #30: make extension compatibile to TYPO3 v8
* TASK #39: add stock handling for products and backend variants
1.8.5
2016-12-16
Daniel Lorenz <https://github.com/extcode>
* TASK #55: documentation how to add service attribute calculation
1.8.4
2016-12-10
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #54: wrong special price calculation for variants if first special price is related to a frontend user group
1.8.3
2016-12-10
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #52: fix special price calculation in commit
1.8.2
2016-12-09
Daniel Lorenz <https://github.com/extcode>
* TASK #47: add reply to for seller mails
1.8.1
2016-12-09
Daniel Lorenz <https://github.com/extcode>
* TASK #50: add documentation for backend and frontend variants
1.8.0
2016-12-08
Daniel Lorenz <https://github.com/extcode>
* TASK #46: add special prices to be variants
1.7.0
2016-12-06
Daniel Lorenz <https://github.com/extcode>
* TASK #45: add signal slots to change products before they added to cart
1.6.8
2016-12-05
Daniel Lorenz <https://github.com/extcode>
* TASK #44: change transaction model tnxId length and add externalStatusCode
1.6.7
2016-12-04
Daniel Lorenz <https://github.com/extcode>
* TASK #43: skip rendering PDFs when a payment provider is found and used
1.6.6
2016-12-04
Daniel Lorenz <https://github.com/extcode>
* TASK #42: only attach documents when rendered
1.6.5
2016-11-16
Daniel Lorenz <https://github.com/extcode>
* TASK #39: add stock handling for products and backend variants
1.6.5
2016-11-15
Daniel Lorenz <https://github.com/extcode>
* TASK #38: allow null for orderItem an billingAddress in orderCart action
1.6.4
2016-11-15
Daniel Lorenz <https://github.com/extcode>
* TASK #37: create hashes in cart (database model) constructor
1.6.3
2016-11-11
Daniel Lorenz <https://github.com/extcode>
* TASK #35: add order payment success and payment cancel templates
1.6.2
2016-11-11
Daniel Lorenz <https://github.com/extcode>
* TASK #34: fix ViewHelper extending from
1.6.1
2016-11-09
Daniel Lorenz <https://github.com/extcode>
* TASK #32: handle service availability
1.6.0
2016-11-08
Daniel Lorenz <https://github.com/extcode>
* TASK #29: add success and fail actions for payment provider
1.5.2
2016-11-04
Daniel Lorenz <https://github.com/extcode>
* TASK #33: prevent double submit an order with some javascript
1.5.1
2016-10-31
Daniel Lorenz <https://github.com/extcode>
* TASK #31: fix calculation of service attributes
1.5.0
2016-10-19
Daniel Lorenz <https://github.com/extcode>
* TASK #27: add frontend user group for special prices
1.4.0
2016-10-19
Daniel Lorenz <https://github.com/extcode>
* TASK #15: add fields for ServiceAttributes to product table
1.3.3
2016-10-19
Daniel Lorenz <https://github.com/extcode>
* TASK #26: add some javascript message when product was added to cart by ajax request
1.3.2
2016-10-19
Daniel Lorenz <https://github.com/extcode>
* TASK #25: add some alert classes
1.3.1
2016-10-06
Daniel Lorenz <https://github.com/extcode>
* TASK #23: validation error for acceptTerms and acceptConditions shows errorAction flash Message
1.3.0
2016-09-29
Daniel Lorenz <https://github.com/extcode>
* TASK #17: generalize PDF generator actions
* TASK #20: add delivery note number, date and pdf file references
* TASK #21: add function to generate PDF documents after order
* TASK #22: add configuration to add generated PDF documents to mail
1.2.4
2016-09-28
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #18: show prices for payment and shipping of an order in backend modul
* BUGFIX #19: replace action link to list with history.back() in product detail view
1.2.3
2016-09-20
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #14: remove dependency to SessionUtility
1.2.2
2016-09-20
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #13: implements a deprecated method in OrderItemValidator
1.2.1
2016-09-20
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #12: graded (by quantity) shipping costs can be used
1.2.0
2016-09-06
Daniel Lorenz <https://github.com/extcode>
* TASK #1230: add required checkbox to frontend variant
1.1.5
2016-09-02
Daniel Lorenz <https://github.com/extcode>
* TASK #1227: change invoice_pdf and order_pdf relations to object storages in order item model
1.1.4
2016-08-29
Daniel Lorenz <https://github.com/extcode>
* TASK #1223: some little fixes and improvements
1.1.3
2016-08-24
Daniel Lorenz <https://github.com/extcode>
* BUG #6: problem with the basket
1.1.2
2016-08-24
BoBaH83 <https://github.com/BoBaH83>
Daniel Lorenz <https://github.com/extcode>
* BUG #7: cart count was not updated after changing the amount of items in bask
1.1.1
2016-08-23
Daniel Lorenz <https://github.com/extcode>
* BUG #77544: problem with file reference declaration problem on php7
1.1.0
2016-08-18
Daniel Lorenz <https://github.com/extcode>
* BUG #77544: cart should be available on thank you page
1.0.2
2016-08-18
Daniel Lorenz <https://github.com/extcode>
* BUG #77543: reload on thank you page throws an error
1.0.1
2016-08-17
Daniel Lorenz <https://github.com/extcode>
* BUG #77522: MailHandler doesn't send emails when called from eID-request
1.0.0
2016-08-16
Daniel Lorenz <https://github.com/extcode>
* TASK #1220: release cart
0.25.0
2016-08-16
Daniel Lorenz <https://github.com/extcode>
* TASK #1214: update mail templates
0.24.0
2016-08-12
Daniel Lorenz <https://github.com/extcode>
* TASK #1203: join default, bootstrap and foundation templates
0.23.1
2016-08-12
Daniel Lorenz <https://github.com/extcode>
* TASK #1212: remove order_pdf and invoice_pdf for release
0.23.0
2016-08-01
Daniel Lorenz <https://github.com/extcode>
* TASK #1206: multi language support in cart for ajax requests
0.22.0
2016-07-26
Daniel Lorenz <https://github.com/extcode>
* TASK #1208: preparation for CartPdf
0.21.1
2016-07-21
Daniel Lorenz <https://github.com/extcode>
* TASK #1207: adding travis.yml file
0.21.0
2016-07-21
Daniel Lorenz <https://github.com/extcode>
* TASK #1205: title of order item products not correct for products with variants
0.20.1
2016-07-21
Daniel Lorenz <https://github.com/extcode>
* TASK #1195: add some documentation
0.20.0
2016-07-19
Daniel Lorenz <https://github.com/extcode>
* TASK #1197: add coupon_type to coupons
0.19.2
2016-07-19
Daniel Lorenz <https://github.com/extcode>
* TASK #1191: fix some translation in templates
0.19.1
2016-07-18
Daniel Lorenz <https://github.com/extcode>
* TASK #1195: add some documentation
0.19.0
2016-07-18
Daniel Lorenz <https://github.com/extcode>
* TASK #1201: refactor TypoScript configuration for mail
0.18.0
2016-07-18
Daniel Lorenz <https://github.com/extcode>
* TASK #1200: allow to add products with feVariants through ajax request
0.17.2
2016-07-18
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #1199: resolve root path before setLayoutRootPaths and setPartialRootPaths in TYPO3 6.2
0.17.1
2016-07-18
Daniel Lorenz <https://github.com/extcode>
* BUGFIX #1198: update ext_tables.sql for TYPO3 6.2
0.17.0
2016-07-17
Daniel Lorenz <https://github.com/extcode>
* TASK #1196: show product correct single price and discount in module order
0.16.1
2016-07-17
Daniel Lorenz <https://github.com/extcode>
* TASK #1195: add some documentation
0.16.0
2016-07-17
Daniel Lorenz <https://github.com/extcode>
* TASK #1186: save net price for order discount
0.15.2
2016-07-17
Daniel Lorenz <https://github.com/extcode>
* TASK #1194: wrong price for order_product will be saved
0.15.1
2016-07-17
Daniel Lorenz <https://github.com/extcode>
* TASK #1195: add some documentation
0.15.0
2016-07-17
Daniel Lorenz <https://github.com/extcode>
* ADD FEATURE #1198: add type field to product