-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
886 lines (592 loc) · 21.3 KB
/
changelog.txt
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
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
= 1.0.0 - July 1, 2017 =
* Initial release.
= 1.0.1 - July 28, 2017 =
* Featue - Added document download buttons to order overview
= 1.0.2 - August 31, 2017 =
* Fix - Javascript Issues with Firefox/IE
= 1.0.3 - October 20, 2017 =
* Fix - Javascript issue with IE11
* Fix - Removed include of none existing CSS file
* Tweak - Improved language code resolving
= 1.0.4 - November 08, 2017 =
* Fix - Fatal Error in Widgets Page
= 1.0.5 - November 16, 2017 =
* Fix - Woocommerce order emails not send
* Fix - Settings page not loading
= 1.0.6 - November 22, 2017 =
* Fix - Order completion not updating correctly
= 1.0.7 - December 01, 2017 =
* Fix - Order status transitions after manual task
* Dev - Updated to WeArePlanet SDK 1.1.1
= 1.0.8 - December 04, 2017 =
* Fix - Webhook not updated correctly
= 1.0.9 - December 08, 2017 =
* Fix - Payment Method Image not updating
* Fix - Improved exception handling in checkout
= 1.0.10 - January 24, 2018 =
* Fix - First and last name not updated correctly during checkout
* Dev - Updated to WeArePlanet SDK 1.1.2
= 1.0.11 - January 30, 2018 =
* Tweak - Only show payment method, if customer entered full address
* Fix - Email language if WooCommerce Multilingual is installed
* Fix - Javascript validation error display
= 1.0.12 - January 31, 2018 =
* Fix - Javascript not always included during checkout
* Fix - Issue with different browsers autofill feature
= 1.0.13 - March 16, 2018 =
* Tweak - Improved Styling
* Tweak - Renamed private variables to avoid issue with other plugins
= 1.1.0 - April 11, 2018 =
* Fix - Order Pay process
* Tweak - Additional Hooks to use with other plugins
* Dev - Internal Structure Changes
* Dev - Updated to WeArePlanet SDK 1.1.6
= 1.1.1 - April 20, 2018 =
* Fix - Issue in Checkout Javascript
= 1.1.2 - May 22, 2018 =
* Fix - Issue with refunds
* Tweak- Improved error messages for configuration issues
= 1.1.3 - June 19, 2018 =
* Fix - Method image not always loading
* Fix - Text domain
* Fix - Refund status update
* Localization - Added german translations
= 1.1.4 - July 05, 2018 =
* Tweak - Webhook processing
= 1.1.5 - July 13, 2018 =
* Fix - Fixes Fatal Error with newest version of WooCommerce Multilingual
= 1.1.6 - July 19, 2018 =
* Tweak - Updated settings page
* Dev - Updated to WeArePlanet SDK 1.1.8
= 1.1.7 - July 19, 2018 =
* Dev - Updated to WeArePlanet SDK 1.1.9
= 1.1.8 - August 16, 2018 =
* Fix - Errormessage not displayed in all cases
* Tweak - Improved javascript
= 1.1.9 - August 30, 2018 =
* Tweak - Settings descriptions
* Doc - Improved documentation
= 1.1.10 - September 07, 2018 =
* Tweak - Fall back to payment page, if iframe can not be initialized
= 1.1.11 - September 20, 2018 =
* Fix - Improved handling of backend actions
= 1.1.12 - November 13, 2018 =
* Feature - Added option to send global product attributes to WeArePlanet
* Tweak - Improved customer experience if the payment fails.
= 1.1.13 - November 16, 2018 =
* Tweak - Integrated hooks to remove product attribute options
= 1.1.14 - December 05, 2018 =
* Fix - Improved available payment method caching.
* Fix - Fixes Refund failure message not displayed.
* Feature - Added ability to use custom 'Date Of Birth' or 'Gender' field in checkout.
= 1.1.15 - December 10, 2018 =
* Tweak - Improved email confirmation with Germanized Plugin
= 1.1.16 - December 14, 2018 =
* Fix - Fixes issue with WooCommerce versions < 3.5
= 1.1.17 - December 21, 2018 =
* Tweak - Tweak email sending behaviour, when Germanized is active
= 1.1.18 - January 18, 2019 =
* Fix - Issue with browser navigation button during the checkout
= 1.1.19 - February 8, 2019 =
* Fix - Improved language detection
= 1.1.20 - February 11, 2019 =
* Tweak - Only check available payment methods on checkout pages
= 1.2.0 - March 19, 2019 =
* Tweak - Additional Actions/Filters to use with other plugins
* Fix - Get transaction language from order
= 1.2.1 - March 26, 2019 =
* Fix - Item amounts for refunds
= 1.2.2 - March 28, 2019 =
* Tweak - Added additional hooks for subscriptions
= 1.2.3 - March 29, 2019 =
* Fix - Method not always showing
= 1.2.4 - April 03, 2019 =
* Fix - Issue with checkout JS
* Tweak - Show warning for tax rounding at subtotal level
= 1.2.5 - June 07, 2019 =
* Docs - Improved state graph and documentation
* Dev - Updated supported WooCommerce versions
= 1.2.6 - July 09, 2019 =
* Fix - Issue with shipping address
* Fix - Issue with payment method not showing
= 1.2.7 - July 17, 2019 =
* Fix - Issue with refunds
* Tweak - Only load backend javascript on order page
= 1.2.8 - July 29, 2019 =
* Fix - Issues with email not being sent
= 1.2.9 - October 3, 2019 =
* Fix - Issues with postal state not transmitted correctly
= 1.2.10 - October 16, 2019 =
* Tweaks - Improved compatibility with other plugins
= 1.2.11 - October 29, 2019 =
* Fix - Fixes issue with token webhook
= 1.2.12 - November 27, 2019 =
* Fix - Update used PHP SDK.
= 1.2.13 - December 5, 2019 =
* Fix - Document download
* Dev - Update used PHP SDK
= 1.2.14 - December 5, 2019 =
* Fix - Document download
* Dev - Update used PHP SDK
= 1.2.15 - December 19, 2019 =
* Fix - Discount display
= 1.2.16 - December 19, 2019 =
* Fix - Discount display
= 1.3.0 - January 21, 2020 =
* Feature - Add lightbox integration
= 1.3.1 - January 27, 2020 =
* Feature - Enforce Line Item consistency
= 1.3.2 - January 27, 2020 =
* Buxfix - Fix reload
= 1.3.3 - February 04, 2020 =
* Update Translations
= 1.3.4 - February 24, 2020 =
* Fix js email validation
= 1.3.5 - February 25, 2020 =
* Remove noise from logs
= 1.3.6 - March 05, 2020 =
* Fix input validation on lightbox integration
= 1.3.7 - April 06, 2020 =
* Update logging
= 1.3.8 - April 06, 2020 =
* Update logging
= 1.3.9 - April 09, 2020 =
* Update SDK
* Update Readme
= 1.3.10 - July 15, 2020 =
* Improve error handling during order creation.
= 1.3.11 - October 14, 2020 =
* Update author to Planet Merchant Services Ltd.
= 1.4 - November 11, 2020 =
* Update author url to Planet Merchant Services Ltd.
* Update weareplanet SDK
= 1.5 - November 27, 2020 =
* Shorten table names
= 1.5.1 - December 18, 2020 =
* Added EAN code to line items
= 1.5.2 - December 29, 2020 =
* Bug Fix - truncate line item name when over 150 chars
= 1.5.3 - June 7, 2021 =
* Tested plugin against wordpress version 5.7.2 and woocommerce 5.3.0
= 1.5.4 - June 13, 2021 =
* Updated the webhook for invoice payment method
= 1.5.5 - July 21, 2021 =
* Testing Wordpress version 5.8
= 1.5.6 - July 28, 2021 =
* Fixed coupons using lightbox integration type
= 1.5.7 - August 2, 2021 =
* Migrate travis
= 1.5.7 - August 2, 2021 =
* Fixed coupons using lightbox integration type
= 1.5.9 - August 10, 2021 =
* Improved error reporting for api errors
= 1.6.0 - August 10, 2021 =
* Handle deprecated Webhooks for order's stuck in 'hold' status
* Update SDK to 3.0.1
= 1.7.0 - October 4, 2021 =
* Revert payment flow change done in v1.5.4
= 1.7.1 - November 22, 2021 =
* add german translations
= 1.7.1 - November 22, 2021 =
* adjust translation date
= 1.7.3 - January 25, 2022 =
* checkout loading fix
= 1.7.4 - February 08, 2022 =
* updated JS snippet
* tested against WP 5.9, WC 6.1.1
= 1.7.5 - February 28, 2022 =
* updated documentation
= 1.7.6 - March 1, 2022 =
* create new transaction when subscription is removed from cart to prevent issues with payment choice
= 1.7.7 - March 8, 2022 =
* test release for GitLab Ci/CD instegration
= 1.7.8 - March 10, 2022 =
* test release for GitLab Ci/CD instegration, no changes to code, just an empty release
= 1.7.9 - March 10, 2022 =
* test release for GitLab Ci/CD instegration, no changes to code, just an empty release
= 1.7.10 - March 22, 2022 =
* remove double slash from enqueue url
= 1.7.11 - April 11, 2022 =
* add payment method descriptions when address is empty
= 1.7.12 - May 02, 2022 =
* support link update in documentation
= 1.7.14 - May 11, 2022 =
* added order reference number to order info
* tested against Woocommerce 6.3.1, Wordpress 5.9.3
= 1.7.13 - May 09, 2022 =
* allow filter for jmerchant to select order id or order number
* tested against Woocommerce 6.3.1, Wordpress 5.9.3
= 1.7.15 - June 22, 2022 =
* enable translatepress support for line item translations into the portal
* tested against Woocommerce 6.3.1, Wordpress 6.0, Translatepress 2.2.9
= 1.7.15 - June 15, 2022 =
* fix for non whitelabelled reference
= 1.7.17 - June 27, 2022 =
* fix for upstream translation
improve links on readme
trademark requirements fix
multiple code improvements for security and best practices
Travis improvements
Adjust documentation (remove setup assistant)
Fix line item requires value
Numerous fixes to meet Wordpress community standards and guidelines
Travis build fix for deployment
Travis build fix for deployment
Travis build fix for deployment
Travis build fix for deployment
changes to build pipeline
Minor bugfix for dependencies
sanitation bugfix
travis timeout fix
fixes for escaping output
major version update
Features:
- Support of Wordpress 6.1
- Support of Woocommerce 7.0.1
Bugfixes:
- Fix that when 0 manual task are needed, the message ‘0 manuelle Tasks benötigen Ihre Aufmerksamkeit’ is shown.
Tested against:
- PHP 7.4.32
- Wordpress: 6.1
- Woocommerce: 6.7.0
## Features:
- Added analytics headers.
- Support of Wordpress 6.1.1
- Support of Woocommerce 7.1.0
## Tested against:
- PHP 7.4.32
- Wordpress: 6.1.1
- Woocommerce: 7.1.0
## Features:
- Compatibility improvement.
- Support of Wordpress 6.1.1
- Support of Woocommerce 7.1.0
## Tested against:
- PHP 7.4.32
- Wordpress: 6.1.1
- Woocommerce: 7.1.0
## Features:
- Compatibility improvement.
- Support of Wordpress 6.1.1
- Support of Woocommerce 7.1.0
## Tested against:
- PHP 7.4.32
- Wordpress: 6.1.1
- Woocommerce: 7.1.0
## Feature
- Support of Woocommerce 7.1.1 to 7.3.0
## Bug
- Fix the typo *stdClass::$eventd* to **stdClass::$eventId**
## Tested Against
- PHP 7.4.32
- Wordpress 6.1.1
- Woocommerce 7.3.0
## Feature
- Make the latest version of the plugin available on the marketplace
## Tested Against
- PHP 7.4.32
- Wordpress 6.1.1
- Woocommerce 7.3.0
## Feature
- Upgrade the **PHP sdk version** to 3.2.0 to add compatibility with PHP 8.1
- Support of Woocommerce 7.4.0
- Loading jQuery BlockUI only if it is available
## Bug
- Removal of *woocommerce* trademark from translations and error message
## Tested Against
- PHP 8.1
- Wordpress 6.1.1
- Woocommerce 7.4.0
- PHP sdk 3.2.0
## Bugfix
- Fix incompatibilities with the new WooCommerce version 7.5.0
## Tested Against
- PHP 8.1
- Wordpress 6.1.1
- Woocommerce 7.5.0
- PHP SDK 3.2.0
= 2.1.9 - March 22, 2023 =
## Feature
- Smart Coupons Compatibility
## Tested Against
- PHP 8.1
- Wordpress 6.1.1
- Woocommerce 7.5.0
- PHP SDK 3.2.0
= 2.1.10 - March 30, 2023 =
## Bugfix
- Prevent Customer from upgrading to unsupported version of WooCommerce (7.5.+)
## Tested Against
- PHP 8.1
- Wordpress 6.1.1
- Woocommerce 7.4.1
- PHP SDK 3.2.0
= 2.1.11 - April 13, 2023 =
## Bugfix
- Fix the Smart Coupon impact on renewal of Subscriptions
## Tested Against
- PHP 8.1
- Wordpress 6.2
- Woocommerce 7.4.1
- PHP SDK 3.2.0
= 2.1.12 - April 20, 2023 =
* [Features] Provide a *Warning Message* in case the installed Woocommerce version is not supported
* [Features] Support of Woocommerce 7.5.0
* [Features] Support of Woocommerce 7.5.1
* [Tested Against] PHP 8.1
* [Tested Against] Wordpress 6.2.0
* [Tested Against] Woocommerce 7.5.1
* [Tested Against] PHP SDK 3.2.0
= 2.1.13 - April 25, 2023 =
* [Features] Support of Woocommerce 7.6.0
* [Tested Against] PHP 8.1
* [Tested Against] Wordpress 6.2.0
* [Tested Against] Woocommerce 7.6.0
* [Tested Against] PHP SDK 3.2.0
= 2.1.14 - April 27, 2023 =
* [Features] Support of Woocommerce 7.6.1
* [Tested Against] PHP 8.1
* [Tested Against] Wordpress 6.2.0
* [Tested Against] Woocommerce 7.6.1
* [Tested Against] PHP SDK 3.2.0
* [Features] Provide a fallback to handle payment when Woocommerce latest release break the iframe / lightbox
* [Features] Support of Woocommerce 7.7.0
* [BugFix] Fix the line item inconsistency when using Taxes and a Coupon
* [BugFix] Fix the parameter organisation name when using the payment method **Powerpay Invoice**
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.2.0
* [Tested Against] Woocommerce 7.7.0
* [Tested Against] PHP SDK 3.2.0
* [BugFix] Fix the thankyou page redirection issue
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.2.0
* [Tested Against] Woocommerce 7.7.0
* [Tested Against] PHP SDK 3.2.0
* [Features] Support of Wordpress 6.2.1
* [Features] Support of Wordpress 6.2.2
* [Features] Support of Woocommerce 7.7.1
* [BugFix] Fix the fatal error raised when using non-whitelabel payment method
* [BugFix] Fix the error raised when using the Coupon *Sign Up Fee % Discount*
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.2.0
* [Tested Against] Woocommerce 7.7.0
* [Tested Against] PHP SDK 3.2.0
* [Features] Support of Wordpress 6.2.1
* [Features] Support of Wordpress 6.2.2
* [Features] Support of Woocommerce 7.7.1
* [BugFix] Fix the fatal error raised when using non-whitelabel payment method
* [BugFix] Fix the error raised when using the Coupon *Sign Up Fee % Discount*
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.2.0
* [Tested Against] Woocommerce 7.7.0
* [Tested Against] PHP SDK 3.2.0
= 2.1.19 - June 13, 2023 =
* [Features] Add compatibility with plugin **YITH**
* [BugFix] Fix the duplication of transaction created in the portal when we make a payment
* [BugFix] Correct release notes
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.2.0
* [Tested Against] Woocommerce 7.7.1
* [Tested Against] PHP SDK 3.2.0
= 2.1.20 - June 16, 2023 =
* [Features] Support of Woocommerce 7.8.0
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.2.2
* [Tested Against] Woocommerce 7.8.0
* [Tested Against] PHP SDK 3.2.0
= 2.1.21 - June 22, 2023 =
* [BugFix] Make the latest version of the plugin available on the marketplace
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.2.2
* [Tested Against] Woocommerce 7.8.0
* [Tested Against] PHP SDK 3.2.0
= 2.1.22 - July 11, 2023 =
* [Features] Support of Woocommerce 7.8.1
* [Features] Support of Woocommerce 7.8.2
* [BugFix] Fix the impossibility of changing the payment method of a subscription
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.2.2
* [Tested Against] Woocommerce 7.8.2
* [Tested Against] PHP SDK 3.2.0
= 2.1.23 - August 23, 2023 =
* [Features] Support of Wordpress 6.3.0
* [Features] Support for v8.0.0. Caveat - we dot not support checkout blocks at the current time. If WeArePlanet payment methods do not appear on the checkout, replace the blocks with the checkout shortcode.
* [BugFix] Fix the error caused by an incorrect query statement when attempting to load an attribute ID.
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.3.0
* [Tested Against] Woocommerce 8.0.0
* [Tested Against] PHP SDK 3.2.0
= 2.1.24 - September 26, 2023 =
* [Features] Support of Wordpress 6.3.0
* [BugFix] Fix an error when users try to re-pay a transaction
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.3.0
* [Tested Against] Woocommerce 8.0.0
* [Tested Against] PHP SDK 3.2.0
= 2.1.25 - October 9, 2023 =
* [Features] Increased woocommerce version support to 8.1.1.
* [Tested Against] PHP 8.0.28
* [Tested Against] Wordpress 6.3.0
* [Tested Against] Woocommerce 8.1.1
* [Tested Against] PHP SDK 3.2.0
= 2.1.26 - December 6, 2023 =
- [BugFix] Resolved line item inconsistencies that could occur when using coupons
- [BugFix] Fixed the issue preventing invoice downloads
- [Tested Against] PHP 8.0.28
- [Tested Against] Wordpress 6.3.0
- [Tested Against] Woocommerce 8.1.1
- [Tested Against] PHP SDK 4.0.2
= 2.1.27 - December 12, 2023 =
- [HotFix] Fix static base url
- [Tested Against] PHP 8.0.28
- [Tested Against] Wordpress 6.3.0
- [Tested Against] Woocommerce 8.1.1
- [Tested Against] PHP SDK 4.0.2
= 2.1.28 - December 13, 2023 =
- [HotFix] Fix incorrectly named css files and paths
- [Tested Against] PHP 8.0.28
- [Tested Against] Wordpress 6.3.0
- [Tested Against] Woocommerce 8.4.0
- [Tested Against] PHP SDK 4.0.2
= 3.0.0 - February 20 2024 =
- [Feature] Full version release
- [Tested Against] PHP 8.0
- [Tested Against] Wordpress 6.4.3
- [Tested Against] Woocommerce 8.5.2
- [Tested Against] PHP SDK 4.0.2
= 3.0.1 - April 3 2024 =
- [Feature] Added support to High Performance Order Storage (HPOS).
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5
- [Tested Against] Woocommerce 8.7.0
- [Tested Against] PHP SDK 4.0.2
= 3.0.2 - April 22 2024 =
- [Hotfix] Fixed completion in the backend with coupon.
- [Hotfix] Fixed tax amount not sent correctly to the portal.
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5
- [Tested Against] Woocommerce 8.7.0
- [Tested Against] PHP SDK 4.0.2
= 3.0.3 - April 23 2024 =
- [Hotfix] Version increment for release
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5
- [Tested Against] Woocommerce 8.7.0
- [Tested Against] PHP SDK 4.0.2
= 3.0.4 - April 23 2024 =
- [Hotfix] Restore version and tested against comments in base file
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5
- [Tested Against] Woocommerce 8.7.0
- [Tested Against] PHP SDK 4.0.2
= 3.0.5 - April 25 2024 =
- [Bugfix] Notification message in admin panel is now truly dissmisable.
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5
- [Tested Against] Woocommerce 8.7.0
- [Tested Against] PHP SDK 4.0.2
= 3.0.6 - May 30 2024 =
- [Feature] Upgraded PHP-SDK to 4.2.0
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5.3
- [Tested Against] Woocommerce 8.9.1
- [Tested Against] PHP SDK 4.2.0
= 3.0.7 - Jun 14 2024 =
- [Feature] Upgraded PHP-SDK to 4.2.1
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.5.3
- [Tested Against] Woocommerce 8.9.1
- [Tested Against] PHP SDK 4.2.0
= 3.0.8 - Jul 2 2024 =
- [Tested Against] PHP 8.0
- [Tested Against] Wordpress 6.6.rc1
- [Tested Against] Woocommerce 9.0.2
- [Tested Against] PHP SDK 4.2.0
= 3.0.9 - Jul 22 2024 =
- [Bugfix] If payment fails, go back to checkout page.
- [Tested Against] PHP 8.0
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.1.2
- [Tested Against] PHP SDK 4.4.0
= 3.0.10 - Aug 14 2024 =
- [Bugfix] Fixed syntax issues with older php versions (7.4)
- [Tested Against] PHP 8.0 and PHP 7.4
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.1.4
- [Tested Against] PHP SDK 4.5.0
= 3.0.11 - Aug 16 2024 =
- [Bugfix] Fixed errors of undefined payment methods
- [Tested Against] PHP 8.0 and PHP 7.4
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.1.4
- [Tested Against] PHP SDK 4.5.0
= 3.0.12 - Aug 21 2024 =
- [Feature] Implemented the Webhook Signing Mechanism
- [Tested Against] PHP 8.0 and PHP 7.4
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.1.4
- [Tested Against] PHP SDK 4.5.0
= 3.1.0 - Sept 12 2024 =
- [Feature] Add privacy policy URL
- [Feature] Adhere to WP code standards
- [Feature] Add Support for WC 9.2.x
- [Bugfix] Fix for error when renewing subscriptions
- [Bugfix] Fix for deferred payments status being incorrect
- [Tested Against] PHP 8.2 and PHP 7.4
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.1.4 & Woocommerce 9.2.1
- [Tested Against] PHP SDK 4.5.0
= 3.2.0 - Sept 23 2024 =
- [Feature] Add privacy policy URL
- [Feature] Adhere to WP code standards
- [Feature] Add Support for WC 9.3.x
- [Bugfix] Fix for error when renewing subscriptions
- [Bugfix] Fix for deferred payments status being incorrect
- [Bugfix] Added migrations for 3.2.0 changes
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.3.1
- [Tested Against] PHP SDK 4.5.0
= 3.2.1 - Sept 24 2024 =
- [Bugfix] Fix constant name
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.3.1
- [Tested Against] PHP SDK 4.5.0
= 3.3.0 - Sept 25 2024 =
- [Bugfix] Fix for infinite load when Germanized plugin active
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.3.2
- [Tested Against] PHP SDK 4.6.0
Please ensure that in woocommerce->settings->tax, the "Round tax at subtotal level, instead of rounding per line" is disabled
= 3.3.1 - October 14 2024 =
- [Feature] Added CH, FR and IT translations
- [Improvement] Improve payment method loading speed at checkout
- [Bugfix] Fix for incompatibility with Translatepress
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.6
- [Tested Against] Woocommerce 9.3.2
- [Tested Against] PHP SDK 4.6.0
= 3.3.1 - October 14 2024 =
- [Improvement] Improve payment method loading speed at checkout
- [Bugfix] Fix for missing transaction box in order
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.7
- [Tested Against] Woocommerce 9.4.2
- [Tested Against] PHP SDK 4.6.0
= 3.3.1 - October 14 2024 =
- [Improvement] Improve payment method loading speed at checkout
- [Bugfix] Fix for missing transaction box in order
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.7
- [Tested Against] Woocommerce 9.4.2
- [Tested Against] PHP SDK 4.6.0
= 3.3.3 - Jan 15th 2025 =
- [Improvement] Improve payment method loading speed at checkout
- [Bugfix] Fix for missing transaction box in order
- [Bugfix] Version bump for missing files in previous release
- [Tested Against] PHP 8.2
- [Tested Against] Wordpress 6.7
- [Tested Against] Woocommerce 9.4.2
- [Tested Against] PHP SDK 4.6.0