woo-checkout-field-editor-pro
Last commit date
admin
3 weeks ago
block
3 weeks ago
includes
3 weeks ago
languages
3 weeks ago
public
3 weeks ago
changelog.txt
3 weeks ago
checkout-form-designer.php
3 weeks ago
readme.txt
2 weeks ago
changelog.txt
310 lines
| 1 | == Changelog == |
| 2 | = 2.1.9 = |
| 3 | * Added new Block Checkout field types: **Number, URL, Email, Paragraph, Textarea, and Heading** . |
| 4 | * Added WooCommerce 10.8 compatibility. |
| 5 | * Added WordPress 7.0 compatibility. |
| 6 | |
| 7 | = 2.1.8 = |
| 8 | * Security: Fixed a Stored XSS vulnerability affecting custom fields submitted through the WooCommerce Store API checkout endpoint reported by Dmitrii Ignatyev. |
| 9 | * Added WooCommerce 10.5 compatibility. |
| 10 | |
| 11 | = 2.1.7 = |
| 12 | * Fixed incorrect use of translation function in paragraph field. |
| 13 | |
| 14 | = 2.1.6 = |
| 15 | * Added compatiblity for Archiva for WooCommerce. |
| 16 | * Improved dynamic string translation for WPML. |
| 17 | * Added WooCommerce 10.4 compatibility. |
| 18 | * Added WordPress 6.9 compatibility. |
| 19 | |
| 20 | = 2.1.5 = |
| 21 | * Added required validation for the checkbox field in the block checkout (WC 9.8+). |
| 22 | * Fixed radio button styling issues with default WordPress block themes (e.g., Twenty Twenty-Four, Twenty Twenty-Five). |
| 23 | * Added WooCommerce 10.2 compatibility. |
| 24 | |
| 25 | = 2.1.4 = |
| 26 | * Fixed shipping calculation issue when "Hide shipping costs until an address is entered" is enabled (WooCommerce 9.8+ compatibility). |
| 27 | * Added WooCommerce 9.8 compatibility. |
| 28 | * Added WordPress 6.8 compatibility. |
| 29 | |
| 30 | = 2.1.3 = |
| 31 | * Improved the address fields functionality in the Checkout block. |
| 32 | * Added WooCommerce 9.7 compatibility. |
| 33 | |
| 34 | = 2.1.2 = |
| 35 | * Added translation support for Checkout block. |
| 36 | * Optimized styles loading by limiting it to relevant block pages only. |
| 37 | * Added WooCommerce 9.6 compatibility. |
| 38 | |
| 39 | = 2.1.1 = |
| 40 | * Added WooCommerce backward compatibility for versions below 8.7. |
| 41 | |
| 42 | = 2.1.0 = |
| 43 | * Added options to add additional sections and custom checkout fields in the checkout block. |
| 44 | * Added email,phone and url custom validations. |
| 45 | * Added WooCommerce 9.5 compatibility. |
| 46 | |
| 47 | = 2.0.6 = |
| 48 | * Fixed an issue where certain fields were not displaying on the order details page. |
| 49 | |
| 50 | = 2.0.5 = |
| 51 | * Added WordPress 6.7 compatibility. |
| 52 | * Added WooCommerce 9.4 compatibility. |
| 53 | * Added new filter for remove object cache - (thwcfe_disable_settings_cache). |
| 54 | |
| 55 | = 2.0.4 = |
| 56 | * Added WooCommerce 9.3 compatibility. |
| 57 | * Added security fixes. |
| 58 | |
| 59 | = 2.0.3 = |
| 60 | * Added WooCommerce 9.1 compatibility. |
| 61 | * Added WordPress 6.6 compatibility. |
| 62 | |
| 63 | = 2.0.2 = |
| 64 | * Added WooCommerce 8.9 compatibility. |
| 65 | * Added WordPress 6.5 compatibility. |
| 66 | |
| 67 | = 2.0.1 = |
| 68 | * Fixed the issue of the state of the checkbox field type not getting updated on My Account page. |
| 69 | * Added WooCommerce 8.5 compatibility. |
| 70 | * Added PHP 8.2 compatibility |
| 71 | |
| 72 | = 2.0.0 = |
| 73 | * Fixed the issue of advanced settings not saving on initial installation. |
| 74 | * Added compatibility with Kadence WooCommerce Email Designer plugin |
| 75 | * Added WooCommerce 8.3 compatibility. |
| 76 | * Added WordPress 6.4 compatibility. |
| 77 | |
| 78 | = 1.9.1 = |
| 79 | * Added WooCommerce 8.0 compatibility. |
| 80 | * Added WordPress 6.3 compatibility. |
| 81 | |
| 82 | = 1.9.0 = |
| 83 | * Added compatibility with HPOS(High-Performance order storage). |
| 84 | * Added WooCommerce 7.8 compatibility. |
| 85 | * Added WordPress 6.2 compatibility. |
| 86 | |
| 87 | = 1.8.2 = |
| 88 | * Added filter to show/hide custom fields in my account page. |
| 89 | * Added WooCommerce 7.5 compatibility. |
| 90 | |
| 91 | = 1.8.1 = |
| 92 | * Fixed the issue of shipping fields not showing on my account page. |
| 93 | * Added WooCommerce 7.2 compatibility. |
| 94 | * Added WordPress 6.1 compatibility. |
| 95 | |
| 96 | = 1.8.0 = |
| 97 | * Added quick links in the plugin settings page and integrated with looped-in for idea submission. |
| 98 | * Added an option to show custom fields on the My Account page. |
| 99 | * Added WooCommerce 7.0 compatibility. |
| 100 | |
| 101 | = 1.7.2 = |
| 102 | * Fixed the issue with [WooCommerce PayPal Payments](https://wordpress.org/plugins/woocommerce-paypal-payments/) plugin. |
| 103 | * Added WooCommerce 6.8 compatibility. |
| 104 | |
| 105 | = 1.7.1 = |
| 106 | * Minor bug fixes. |
| 107 | |
| 108 | = 1.7.0 = |
| 109 | * Added WooCommerce 6.7 compatibility |
| 110 | * Added default value property for checkbox field. |
| 111 | * Added an option to backup plugin settings. |
| 112 | |
| 113 | = 1.6.1 = |
| 114 | * Added Wordpress 6.0 compatability. |
| 115 | * Added WooCommerce 6.5 compatability. |
| 116 | |
| 117 | = 1.6.0 = |
| 118 | * Added WordPress 5.9 compatibility. |
| 119 | * Added WooCommerce 6.3.1 compatibility. |
| 120 | * Added new field type "Datetime local". |
| 121 | * Added new field type "Date". |
| 122 | * Added new field type "Month". |
| 123 | * Added new field type "Time". |
| 124 | * Added new field type "Week". |
| 125 | * Added new field type "URL". |
| 126 | * Added new field type "Paragraph". |
| 127 | |
| 128 | = 1.5.3 = |
| 129 | * Added WooCommerce 6.1.0 compatibility. |
| 130 | |
| 131 | = 1.5.2 = |
| 132 | * Added WooCommerce 6.0.0 compatibility. |
| 133 | * Added Number, Hidden, Multi-Select, Checkbox, Checkbox Group and Heading as new field types. |
| 134 | |
| 135 | = 1.5.1 = |
| 136 | * Added WooCommerce 5.9.0 compatibility. |
| 137 | |
| 138 | = 1.5.0 = |
| 139 | * Improved the pot file. |
| 140 | * Added compatibility with Loco Translate plugin. |
| 141 | * Added WPML compatibility for dynamic strings. |
| 142 | * Added WooCommerce 5.8.0 compatibility. |
| 143 | |
| 144 | = 1.4.9 = |
| 145 | * Added security improvements. |
| 146 | * Added compatibility with PHP 8 version. |
| 147 | * Added WooCommerce version - 5.6.0 compatibility. |
| 148 | * Added WordPress version - 5.8 compatibility. |
| 149 | |
| 150 | = 1.4.8 = |
| 151 | * Added backward compatibility with PHP 5.6. |
| 152 | |
| 153 | = 1.4.7 = |
| 154 | * Dismissable review request notice added to the admin screens. |
| 155 | * Added Woocommerce version - 5.2.2 compatibility. |
| 156 | |
| 157 | = 1.4.6 = |
| 158 | * Settings screen UI improved. |
| 159 | * WordPress and WooCommerce compatible version updated. |
| 160 | |
| 161 | = 1.4.5 = |
| 162 | * Enhanced Select(Select2) style issues fixed. |
| 163 | * Settings screen popup button style issues fixed. |
| 164 | * WordPress and WooCommerce compatible version updated. |
| 165 | |
| 166 | = 1.4.4 = |
| 167 | * Fixed the issue for showing red asterisk for optional address fields when overridng with locale. |
| 168 | * New settings to manage locale overrides. |
| 169 | * New filter to disable class override with locale. |
| 170 | * WooCommerce compatible version updated. |
| 171 | |
| 172 | = 1.4.3 = |
| 173 | * Improved shipping fields section handling when 'Force shipping to the customer billing address' option is selected. |
| 174 | * WooCommerce compatible version updated. |
| 175 | |
| 176 | = 1.4.2 = |
| 177 | * WooCommerce compatible version updated. |
| 178 | |
| 179 | = 1.4.1 = |
| 180 | * Fixed the issue of showing option value instead of option text in order details page. |
| 181 | * WooCommerce compatible version updated. |
| 182 | |
| 183 | = 1.4.0 = |
| 184 | * Fixed the issue of displaying option value instead of option text in order details pages. |
| 185 | * Improved radio button display style. |
| 186 | |
| 187 | = 1.3.9 = |
| 188 | * Fixed the issue of not showing save button in field settings popup when more options added to select field after chaged the popup position. |
| 189 | |
| 190 | = 1.3.8 = |
| 191 | * Fixed the issue of not showing custom fields in resend emails. |
| 192 | * Fixed the issue of not loading settings page scripts & styles when translated to Hebrew." |
| 193 | |
| 194 | = 1.3.7 = |
| 195 | * Fixed the issue of not showing placeholder text for select fields. |
| 196 | * Fixed the warning "Deprecated: Non-static method should not be called statically" |
| 197 | |
| 198 | = 1.3.6 = |
| 199 | * New field types added (Textarea, Radio, Email, Phone, Password). |
| 200 | |
| 201 | = 1.3.5 = |
| 202 | * WooCommerce compatible version updated. |
| 203 | |
| 204 | = 1.3.4 = |
| 205 | * Dynamic fields translation issue resolved. |
| 206 | |
| 207 | = 1.3.3 = |
| 208 | * Displaying customer fields in "Order details" section in admin order detail page. |
| 209 | * Language file(pot) added. |
| 210 | |
| 211 | = 1.3.2 = |
| 212 | * WooCommerce version 3.6.1 compatibility added. |
| 213 | |
| 214 | = 1.3.1 = |
| 215 | * Fix for the issue of showing warning message when settings data missing. |
| 216 | |
| 217 | = 1.3.0 = |
| 218 | * Fix for the issue of showing warning message in checkout page. |
| 219 | |
| 220 | = 1.2.9 = |
| 221 | * Fix for the compatibility issues with WooCommerce latest version. |
| 222 | * WooCommerce tested up to version updated. |
| 223 | |
| 224 | = 1.2.8 = |
| 225 | * Fix for the issue of displaying 'Optional' text for required fields. |
| 226 | |
| 227 | = 1.2.7 = |
| 228 | * WooCommerce tested up to version updated. |
| 229 | |
| 230 | = 1.2.6 = |
| 231 | * New filter to allow default field names for new fields. |
| 232 | * Fix for the issue of not displaying settings popup properly. |
| 233 | |
| 234 | = 1.2.5 = |
| 235 | * WooCommerce tested up to version updated. |
| 236 | |
| 237 | = 1.2.4 = |
| 238 | * Improvement for checkout fields display ordering. |
| 239 | |
| 240 | = 1.2.3 = |
| 241 | * Replaced the hooks those are removed from WooCommerce version 3.2.0. |
| 242 | |
| 243 | = 1.2.2 = |
| 244 | * Replaced deprecated hook. |
| 245 | |
| 246 | = 1.2.1 = |
| 247 | * Fix for required validation issue with default address fields. |
| 248 | * Added placeholder for select field. |
| 249 | * Added confirmation check for reset button. |
| 250 | |
| 251 | = 1.2.0 = |
| 252 | * Fix for required validation issue with default address fields. |
| 253 | |
| 254 | = 1.1.9 = |
| 255 | * Fix for required validation issue with default address fields. |
| 256 | |
| 257 | = 1.1.8 = |
| 258 | * Fix for the issue of showing wrong value for placeholder text. |
| 259 | |
| 260 | = 1.1.7 = |
| 261 | * Fix for checkout fields sorting(display order) issue. |
| 262 | |
| 263 | = 1.1.6 = |
| 264 | * Multisite support added |
| 265 | * Removed deprecated function call. |
| 266 | |
| 267 | = 1.1.5 = |
| 268 | * Updated plugin to make it compatible with WooCommerce version 3.0.0 |
| 269 | |
| 270 | = 1.1.4 = |
| 271 | * Fix for unsupported operand types issue. |
| 272 | |
| 273 | = 1.1.3 = |
| 274 | * Fix for Address Fields property modification issues. |
| 275 | |
| 276 | = 1.1.2 = |
| 277 | * Fix for 'Invalid argument passed' warning message. |
| 278 | |
| 279 | = 1.1.1 = |
| 280 | * Fix for 'Undefined index' warning/error message. |
| 281 | |
| 282 | = 1.0.9 = |
| 283 | * Fix for enhanced select pre populate issue in admin settings page. |
| 284 | |
| 285 | = 1.0.8 = |
| 286 | * Fix for translation issue with default checkout fields. |
| 287 | * Fix for additional field(s) display issue in order details page. |
| 288 | * Fix for additional field(s) disable feature not working issue. |
| 289 | |
| 290 | = 1.0.7 = |
| 291 | * Fix for Additional Filed title display issue when Additional Fields are not available. |
| 292 | |
| 293 | = 1.0.6 = |
| 294 | * Fix for the issue, custom field(s) value in additional filed section not displaying in order review page. |
| 295 | |
| 296 | = 1.0.3 = |
| 297 | * Change checkout field order JavaScript conflict workaround added |
| 298 | |
| 299 | = 1.0.2 = |
| 300 | * Display custom fields in order review issue fix |
| 301 | |
| 302 | = 1.0.1 = |
| 303 | * Added the reset to default button |
| 304 | |
| 305 | = 1.0.0 = |
| 306 | * First Release |
| 307 | * Add new checko.ut fields. |
| 308 | * Edit checkout fields. |
| 309 | * Remove checkout fields. |
| 310 | * Change the display order of checkout fields |