Changeset 3495422
- Timestamp:
- 03/31/2026 10:07:13 AM (5 days ago)
- Location:
- probo-connect
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from probo-connect/trunk)
-
tags/1.2.1/includes/probo/class-probo-helper.php (modified) (1 diff)
-
tags/1.2.1/probo-connect.php (modified) (1 diff)
-
tags/1.2.1/readme.txt (modified) (3 diffs)
-
trunk/includes/probo/class-probo-helper.php (modified) (1 diff)
-
trunk/probo-connect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
probo-connect/tags/1.2.1/includes/probo/class-probo-helper.php
r3494752 r3495422 526 526 $this->shipping_cache_delete( $calculation_id ); 527 527 } 528 529 $address_hash = $this->shipping_address_hash(); 530 if ( $address_hash ) { 531 delete_transient( 'connect_shipping_parsed_options_' . $address_hash ); 532 } 533 delete_transient( 'connect_shipping_address_hash' ); 534 528 535 $this->shipping_session_clear(); 529 536 } -
probo-connect/tags/1.2.1/probo-connect.php
r3494752 r3495422 13 13 * Plugin URI: https://www.probo.nl/ 14 14 * Description: Plugin to connect Probo API to WooCommerce. 15 * Version: 1.2. 015 * Version: 1.2.1 16 16 * Requires at least: 6.7 17 17 * Requires PHP: 8.0 -
probo-connect/tags/1.2.1/readme.txt
r3494752 r3495422 3 3 Requires at least: 6.7 4 4 Tested up to: 6.9 5 Stable tag: 1.2. 05 Stable tag: 1.2.1 6 6 Requires PHP: 8.0 7 7 License: GPLv2 or later … … 39 39 Service Provider: [Probo Print BV](https://www.probo.nl) 40 40 41 Data Transmitted :41 Data Transmitted 42 42 43 43 * Customer name and shipping address … … 64 64 65 65 == Changelog == 66 = 1.2.1 = 67 * Fixed Bug in calculation checkout 68 66 69 = 1.2.0 = 67 * Added :Menu for easy Probo related navigation68 * Added : New uploader type; Files after order. Initiates an probo uploader session/69 * Added :Uploader sessions page, to manually set the status for uploaders or to check these.70 * Added :Probo Configurable Product => Pricing discounts per user and per product.71 * Updated :Settings to be more clear and understandable.70 * Added Menu for easy Probo related navigation 71 * Added New uploader type; Files after order. Initiates an probo uploader session 72 * Added Uploader sessions page, to manually set the status for uploaders or to check these. 73 * Added Probo Configurable Product => Pricing discounts per user and per product. 74 * Updated Settings to be more clear and understandable. 72 75 * Fixed Bugs 73 76 74 77 = 1.1.3 = 75 * Fix :Styling settings not applying to configurator component.76 * Added :Text color settings for uploader status buttons.78 * Fixed Styling settings not applying to configurator component. 79 * Added Text color settings for uploader status buttons. 77 80 78 81 = 1.1.2 = 79 * Fix :Plugin translations not loading correctly (i18n).80 * Fix :General tab hidden for non-Probo product types.81 * Fix :Paper products in configurator82 * Fix :m2 calculations in configurator83 * Fix :Fixed "new configuration" in configurator82 * Fixed Plugin translations not loading correctly (i18n). 83 * Fixed General tab hidden for non-Probo product types. 84 * Fixed Paper products in configurator 85 * Fixed m2 calculations in configurator 86 * Fixed Fixed "new configuration" in configurator 84 87 85 88 = 1.1.1 = 86 * Fix :double cart addition by removing add-to-cart value from AJAX FormData.87 * Fix :Added country selection dropdown using `<datalist>` in the settings form to make sure correct iso land code is added88 * Fix :shipping method return correct price as sell price89 * Fix :Productes that do not need an uploader, no longer show this button.89 * Fixed double cart addition by removing add-to-cart value from AJAX FormData. 90 * Fixed Added country selection dropdown using `<datalist>` in the settings form to make sure correct iso land code is added 91 * Fixed shipping method return correct price as sell price 92 * Fixed Productes that do not need an uploader, no longer show this button. 90 93 91 94 = 1.1.0 = 92 * Fix API product code not saving on probo_configurable products.93 * Fix products catalog search and filter94 * Fix cron not scheduling on activation.95 * Fix missing translations.96 * Fix for adding your own location as pick-up location97 * Fix to make sure the overwrites are loaded again properly when opening the Editor in the product tab.95 * Fixed API product code not saving on probo_configurable products. 96 * Fixed products catalog search and filter 97 * Fixed cron not scheduling on activation. 98 * Fixed missing translations. 99 * Fixed for adding your own location as pick-up location 100 * Fixed to make sure the overwrites are loaded again properly when opening the Editor in the product tab. 98 101 * Improved file specifications modal under the configurator 99 102 * Improved validation when order line item contains Probo Uploader -
probo-connect/trunk/includes/probo/class-probo-helper.php
r3494752 r3495422 526 526 $this->shipping_cache_delete( $calculation_id ); 527 527 } 528 529 $address_hash = $this->shipping_address_hash(); 530 if ( $address_hash ) { 531 delete_transient( 'connect_shipping_parsed_options_' . $address_hash ); 532 } 533 delete_transient( 'connect_shipping_address_hash' ); 534 528 535 $this->shipping_session_clear(); 529 536 } -
probo-connect/trunk/probo-connect.php
r3494752 r3495422 13 13 * Plugin URI: https://www.probo.nl/ 14 14 * Description: Plugin to connect Probo API to WooCommerce. 15 * Version: 1.2. 015 * Version: 1.2.1 16 16 * Requires at least: 6.7 17 17 * Requires PHP: 8.0 -
probo-connect/trunk/readme.txt
r3494752 r3495422 3 3 Requires at least: 6.7 4 4 Tested up to: 6.9 5 Stable tag: 1.2. 05 Stable tag: 1.2.1 6 6 Requires PHP: 8.0 7 7 License: GPLv2 or later … … 39 39 Service Provider: [Probo Print BV](https://www.probo.nl) 40 40 41 Data Transmitted :41 Data Transmitted 42 42 43 43 * Customer name and shipping address … … 64 64 65 65 == Changelog == 66 = 1.2.1 = 67 * Fixed Bug in calculation checkout 68 66 69 = 1.2.0 = 67 * Added :Menu for easy Probo related navigation68 * Added : New uploader type; Files after order. Initiates an probo uploader session/69 * Added :Uploader sessions page, to manually set the status for uploaders or to check these.70 * Added :Probo Configurable Product => Pricing discounts per user and per product.71 * Updated :Settings to be more clear and understandable.70 * Added Menu for easy Probo related navigation 71 * Added New uploader type; Files after order. Initiates an probo uploader session 72 * Added Uploader sessions page, to manually set the status for uploaders or to check these. 73 * Added Probo Configurable Product => Pricing discounts per user and per product. 74 * Updated Settings to be more clear and understandable. 72 75 * Fixed Bugs 73 76 74 77 = 1.1.3 = 75 * Fix :Styling settings not applying to configurator component.76 * Added :Text color settings for uploader status buttons.78 * Fixed Styling settings not applying to configurator component. 79 * Added Text color settings for uploader status buttons. 77 80 78 81 = 1.1.2 = 79 * Fix :Plugin translations not loading correctly (i18n).80 * Fix :General tab hidden for non-Probo product types.81 * Fix :Paper products in configurator82 * Fix :m2 calculations in configurator83 * Fix :Fixed "new configuration" in configurator82 * Fixed Plugin translations not loading correctly (i18n). 83 * Fixed General tab hidden for non-Probo product types. 84 * Fixed Paper products in configurator 85 * Fixed m2 calculations in configurator 86 * Fixed Fixed "new configuration" in configurator 84 87 85 88 = 1.1.1 = 86 * Fix :double cart addition by removing add-to-cart value from AJAX FormData.87 * Fix :Added country selection dropdown using `<datalist>` in the settings form to make sure correct iso land code is added88 * Fix :shipping method return correct price as sell price89 * Fix :Productes that do not need an uploader, no longer show this button.89 * Fixed double cart addition by removing add-to-cart value from AJAX FormData. 90 * Fixed Added country selection dropdown using `<datalist>` in the settings form to make sure correct iso land code is added 91 * Fixed shipping method return correct price as sell price 92 * Fixed Productes that do not need an uploader, no longer show this button. 90 93 91 94 = 1.1.0 = 92 * Fix API product code not saving on probo_configurable products.93 * Fix products catalog search and filter94 * Fix cron not scheduling on activation.95 * Fix missing translations.96 * Fix for adding your own location as pick-up location97 * Fix to make sure the overwrites are loaded again properly when opening the Editor in the product tab.95 * Fixed API product code not saving on probo_configurable products. 96 * Fixed products catalog search and filter 97 * Fixed cron not scheduling on activation. 98 * Fixed missing translations. 99 * Fixed for adding your own location as pick-up location 100 * Fixed to make sure the overwrites are loaded again properly when opening the Editor in the product tab. 98 101 * Improved file specifications modal under the configurator 99 102 * Improved validation when order line item contains Probo Uploader
Note: See TracChangeset
for help on using the changeset viewer.