Plugin Directory

Changeset 3495422


Ignore:
Timestamp:
03/31/2026 10:07:13 AM (5 days ago)
Author:
proboconnect
Message:

Update to version 1.2.1 from GitHub

Location:
probo-connect
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • probo-connect/tags/1.2.1/includes/probo/class-probo-helper.php

    r3494752 r3495422  
    526526            $this->shipping_cache_delete( $calculation_id );
    527527        }
     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
    528535        $this->shipping_session_clear();
    529536    }
  • probo-connect/tags/1.2.1/probo-connect.php

    r3494752 r3495422  
    1313 * Plugin URI:        https://www.probo.nl/
    1414 * Description:       Plugin to connect Probo API to WooCommerce.
    15  * Version:           1.2.0
     15 * Version:           1.2.1
    1616 * Requires at least: 6.7
    1717 * Requires PHP:      8.0
  • probo-connect/tags/1.2.1/readme.txt

    r3494752 r3495422  
    33Requires at least: 6.7
    44Tested up to: 6.9
    5 Stable tag: 1.2.0
     5Stable tag: 1.2.1
    66Requires PHP: 8.0
    77License: GPLv2 or later
     
    3939Service Provider: [Probo Print BV](https://www.probo.nl)
    4040
    41 Data Transmitted:
     41Data Transmitted
    4242
    4343* Customer name and shipping address
     
    6464
    6565== Changelog ==
     66= 1.2.1 =
     67* Fixed Bug in calculation checkout
     68
    6669= 1.2.0 =
    67 * Added: Menu for easy Probo related navigation
    68 * 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.
    7275* Fixed Bugs
    7376
    7477= 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.
    7780
    7881= 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 configurator
    82 * Fix: m2 calculations in configurator
    83 * Fix: Fixed "new configuration" in configurator
     82* 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
    8487
    8588= 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 added
    88 * Fix: shipping method return correct price as sell price
    89 * 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.
    9093
    9194= 1.1.0 =
    92 * Fix API product code not saving on probo_configurable products.
    93 * Fix products catalog search and filter
    94 * Fix cron not scheduling on activation.
    95 * Fix missing translations.
    96 * Fix for adding your own location as pick-up location
    97 * 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.
    98101* Improved file specifications modal under the configurator
    99102* Improved validation when order line item contains Probo Uploader
  • probo-connect/trunk/includes/probo/class-probo-helper.php

    r3494752 r3495422  
    526526            $this->shipping_cache_delete( $calculation_id );
    527527        }
     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
    528535        $this->shipping_session_clear();
    529536    }
  • probo-connect/trunk/probo-connect.php

    r3494752 r3495422  
    1313 * Plugin URI:        https://www.probo.nl/
    1414 * Description:       Plugin to connect Probo API to WooCommerce.
    15  * Version:           1.2.0
     15 * Version:           1.2.1
    1616 * Requires at least: 6.7
    1717 * Requires PHP:      8.0
  • probo-connect/trunk/readme.txt

    r3494752 r3495422  
    33Requires at least: 6.7
    44Tested up to: 6.9
    5 Stable tag: 1.2.0
     5Stable tag: 1.2.1
    66Requires PHP: 8.0
    77License: GPLv2 or later
     
    3939Service Provider: [Probo Print BV](https://www.probo.nl)
    4040
    41 Data Transmitted:
     41Data Transmitted
    4242
    4343* Customer name and shipping address
     
    6464
    6565== Changelog ==
     66= 1.2.1 =
     67* Fixed Bug in calculation checkout
     68
    6669= 1.2.0 =
    67 * Added: Menu for easy Probo related navigation
    68 * 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.
    7275* Fixed Bugs
    7376
    7477= 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.
    7780
    7881= 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 configurator
    82 * Fix: m2 calculations in configurator
    83 * Fix: Fixed "new configuration" in configurator
     82* 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
    8487
    8588= 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 added
    88 * Fix: shipping method return correct price as sell price
    89 * 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.
    9093
    9194= 1.1.0 =
    92 * Fix API product code not saving on probo_configurable products.
    93 * Fix products catalog search and filter
    94 * Fix cron not scheduling on activation.
    95 * Fix missing translations.
    96 * Fix for adding your own location as pick-up location
    97 * 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.
    98101* Improved file specifications modal under the configurator
    99102* Improved validation when order line item contains Probo Uploader
Note: See TracChangeset for help on using the changeset viewer.