-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
190 lines (136 loc) · 5.84 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
= Features =
New in version 1.3.2
* Russian language version
New in version 1.3.1
* Support for maximum cart weight
* French language version
New in version 1.2
* Ability to set zero cost shipping for certain weight ranges
* No longer chooses the lowest rate from a higher weight range
New in version 1.1
* Enabled for localization in your language.
* Tested with WooCommerce 2.3.8
New in version 1.0.9
* Set the Shipping Method Title per Rate
New in version 1.0.5
* Supports carts with zero weight
* Supports default rates when Country is not listed in a country group
In version 1.0.4
* Set multiple shipping rates based on cart weight and delivery country
* Group countries sharing same rates and set rates once for all of them
* Unlimited groups of countries
* Unlimited rates
* Works with WooCommmerce 2.0 and 2.1
* Works on WPMS
== Upgrade Notice ==
= 1.4.2 =
This plugin is no longer supported. Please switch to [oik-weight-zone-shipping](https://wordpress.org/plugins/oik-weight-zone-shipping).
= 1.4.1 =
This plugin is no longer supported. Please switch to [oik-weight-zone-shipping](https://wordpress.org/plugins/oik-weight-zone-shipping).
= 1.4.0 =
This plugin is no longer supported. Please switch to [oik-weight-zone-shipping](https://wordpress.org/plugins/oik-weight-zone-shipping).
= 1.3.4 =
Tested with WordPress 4.7.3, WooCommerce 2.6.14 and WooCommerce 3.0 and PHP 7.1
= 1.3.3 =
Tested with WordPress 4.7 and WooCommerce 2.5.5 and 2.6.8.
= 1.3.2 =
Contains a fix for Issue #6. Now tested with WooCommerce 2.4.11
= 1.3.1 =
Upgrade to v1.3.1 for support for maximum cart weight or to use the French language version.
= 1.3 =
Upgrade to v1.3 if you get Notices due to missing Method title in rate line
= 1.2 =
Upgrade if v1.1 caused Fatal errors or if you want to set zero cost shipping for certain weight bands
= 1.1 =
First version ready for localization. Sample bbboing language supported ( locale bb_BB )
= 1.0.9 =
Prototype version tested with WordPress 4.1 and WooCommerce 2.2.10
= 1.0.8 =
Tested with WordPress 4.1 and WooCommerce up to 2.2.10
= 1.0.7 =
Tested with WordPress 4.0 and WooCommerce 2.2.4
= 1.0.6 =
Quick fix for sites where oik base plugin is loaded after oik-weightcountry-shipping
= 1.0.5 =
Tested with WooCommerce 2.1.7 and WordPress 3.9-RC1
= 1.0.4 =
Upgrade to resolve errors from missing bw_trace2() and bw_backtrace().
= 1.0.3 =
Required for WooCommerce 2.1 and above. Tested with WooCommerce 2.0 and WooCommerce 2.1, up to WooCommerce 2.1.6.
= 1.0.2b =
Required for WooCommerce 2.1 and above.
== Changelog ==
= 1.4.2 =
* Changed: Support PHP 8.2 #12
* Tested: With WordPress 6.3.1 and WordPress Multi Site
* Tested: With WooCommerce 8.1.1
* Tested: With PHP 8.2
* Tested: With PHPUnit 9.6
= 1.4.1 =
* Changed: Extracted much of readme.txt to changelog.txt. Removed some redundant references.
* Tested: With WordPress 6.0.1 to 6.3 and WordPress Multi Site
* Tested: With WooCommerce 6.8.0 to WooCommerce 7.9.0
* Tested: With PHP 8.0
* Tested: With PHPUnit 9
= 1.4.0 =
* Changed: Added suggestion to switch to oik-weight-zone-shipping,[github bobbingwide oik issues 11]
* Tested: With WordPress 5.6 and 5.7
* Tested: With WooCommerce 4.8 to 5.1
* Tested: With PHP 7.4 and 8.0
* Tested: With PHPUnit 9
= 1.3.4 =
* Tested: With WordPress 4.7.3
* Tested: With WooCommerce 2.5, 2.6 and 3.0
* Tested: With PHP 7.1
= 1.3.3 =
* Tested: With WordPress 4.7 and WooCommerce 2.5 and 2.6
* Added: Russian language version. Unverified.
* Changed: Updated readme to point you to Weight zone shipping for WooCommerce 2.6
= 1.3.2 =
* Fixed: Issue #6 - Correct dummy bw_trace2() function
* Tested: With WordPress 4.4 and WooCommerce 2.4.11
= 1.3.1 =
* Added: Support for maximum cart weight
* Added: French language version. Props to Rémy Perona and WooCommerce
* Changed: Now using semantic version numbering
= 1.3 =
* Fixed: Notice: Undefined offset from line 331
= 1.2 =
* Fixed: Responds to 'woocommerce_init' rather than 'init'
* Changed: Changed the pick_smallest_rate method to pick the rate for the given weight band.
= 1.1 =
* Added: Responds to 'init' to load language versions and initialise the logic
* Added: Sample language files for the bbboing language ( locale bb_BB )
= 1.0.9 =
* Changed: Supports optional setting of the Method Title on each line in the shipping rate table
= 1.0.8 =
* Changed: Supports separator characters of |=vertical bar, /=forward slash and/or ,=comma in the shipping rates table
* Tested: With WordPress 4.1 and WooCommerce 2.2.10
= 1.0.7 =
* Changed: Support blanks in the shipping rates table
* Changed: Set text domain to "oik-weightcountry-shipping" instead of "woocommerce". No language versions yet.
* Changed: Added some docblocks for API documentation
* Tested: With WordPress 4.0 and WooCommmerce 2.2.4
= 1.0.6 =
* Fixed: Remove dummy bw_trace2() and bw_backtrace() functions and calls.
= 1.0.5 =
* Changed: Calculates shipping charges for zero weight carts
* Changed: Calculates charges for "any other country" using country group 0
* Fixed: Should no longer produce Warning messages
= 1.0.4 =
* Fixed: Removed calls to trace functions: bw_trace2() and bw_backtrace().
= 1.0.3 =
* New: New version for delivery from oik-plugins.co.uk
* Changed: Removed some links.
* Changed: Fixed some PHP Notify messages.
= 1.0.2b =
* Version created by pozhonks.
* See [New plugin for testing WooCommerce 2.1](https://wordpress.org/support/topic/new-plugin-for-testing-for-woocommerce-21)
= 1.0.1 =
* Fixed a bug causing tax on shipping not being calculated
* Fixed a bug causing delivery being displayed as free when a country was in allowed countries list, but no rate was specified for this country.
* Fixed a bug causing delivery method being displayed to the user when no rate was specified for selected country of delivery
* Fixed some typos
* Changed some option labels to make them more clear
= 1.0 =
* First release