-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
115 lines (79 loc) · 3.17 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
*** WooCommerce Role Based Methods ***
2024-05-27 - version 2.5.1
* Fix issue where no methods are available on initial install
2023-07-17 - version 2.5.0
* HPOS compatibility (no significant code changed)
2023-04-11 - version 2.4.4
* Update WC compatibility version
2021-09-28 - version 2.4.3
* Fix logic when using groups. Previously there was a potential for false matches when using groups.
2020-05-16 - version 2.4.2
* Bump tested WC version up to 4.1
* Adjust priority of package_rates filter to allow RBM to filter shipping methods before other plugins
2019-06-02 - version 2.4.1
* Bump tested up to WC version
2019-04-07 - version 2.4.0
* Update payment gateway comparison to match on all user roles rather than just the first
2018-10-07 - version 2.3.10
* [Bugfix] Fix shipping method title display to better differentiate between shipping methods
2018-06-14 - version 2.3.9
* [Bugfix] Fixed dash in changelog that was preventing updated date from pulling in correctly.
2018-03-10 - version 2.3.8
* [Bugfix] Fixed typo
2018-02-24 - version 2.3.7
* [Bugfix] fixes compatibility with WC 3.3
2018-01-06 - version 2.3.6
* Fixes bug related to instance_id retrieval
* Better cache clearing when options are updated
2017-11-11 - version 2.3.5
* Fixes version number typo
2017-10-30 - version 2.3.4
* Patch for table_rates
2017-10-23 - version 2.3.3
* Adds support for shipping instances (again)
* Implements new WC Version warning
2017-08-29 - version 2.2.0
* Simplifies Zone implementation. We had to strip back our zone implementation until WC 2.3.0 is released. Until then it isn't possible to distinguish between different instances of a shipping method
* Fixes Group support
2017-08-21 - version 2.1.6
* Fixes compatibility with subscriptions plugin
* Adds missing markup to group table display
2017-07-30 - version 2.1.4
* Fixed bug where methods in the same zone weren't saving correctly
2017-06-29 - version 2.1.2
* Adds support for Shipping Zones
2016-12-13 - version 2.0.10
* Fix for numeric shipping method names.
2016-08-12 - version 2.0.9
* Fix for empty shipping method title.
2015-10-27 - version 2.0.8
* Adding in wc_clean for additional sensitization.
2015-04-28 - version 2.0.7
* Settings update sanitization
2015-04-28 - version 2.0.6
* Undefined variable error fixed.
2015-03-22 - version 2.0.5
* Bug Fixes, improved Groups interface and functionality.
2015-01-22 - version 2.0.4
* AND/OR selection for groups integration, improved admin interface.
2014-09-23 - version 2.0.3
* WooCommerce Mollie Payment Gateway support.
2014-09-09 - version 2.0.2
* Code Cleanup
2014-09-08 - version 2.0.1
* Add woo-includes back
* Fix admin css path
2014.9.4 - version 2.0.0
* Plugin rewrite, Groups integration, and WC 2.2 Compatibility.
2014.3.10 - version 1.1.4
* Bugs fixed, as reported by Hugh Campbell
2014.1.19 - version 1.1.3
* WC 2.1 Support
2013.3.19 - version 1.1.2
* Fixing CSS Include issue
2013.1.31 - version 1.1.1
* Code Cleanup, Docblocks, only including custom CSS on relavent admin pages.
2012-12-04 - version 1.1
* Fixed bug appearing with space-containing roles, additional compatibility improvements
2012-08-23 - version 1.0
* First release