Changeset 3102311
- Timestamp:
- 06/13/2024 12:57:16 PM (22 months ago)
- Location:
- integration-shops-united-woocommerce
- Files:
-
- 8 edited
- 1 copied
-
tags/1.8.4 (copied) (copied from integration-shops-united-woocommerce/trunk)
-
tags/1.8.4/admin/class-parcelpro-admin.php (modified) (1 diff)
-
tags/1.8.4/changelog.md (modified) (1 diff)
-
tags/1.8.4/composer.json (modified) (1 diff)
-
tags/1.8.4/woocommerce-shopsunited.php (modified) (2 diffs)
-
trunk/admin/class-parcelpro-admin.php (modified) (1 diff)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/woocommerce-shopsunited.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integration-shops-united-woocommerce/tags/1.8.4/admin/class-parcelpro-admin.php
r3077398 r3102311 203 203 if (array_key_exists(3, $exploded_method) && array_key_exists($exploded_method[3], $types) && $exploded_method[1] === 'maatwerk') { 204 204 echo('<p>' . 'Gekozen dienst: ' . $types[($exploded_method[3])] . '</p>'); 205 } elseif (array_key_exists(2, $exploded_method)) { 206 echo '<p>' . 'Gekozen dienst: ' . $exploded_method[2] . '</p>'; 205 207 } else { 206 echo '<p>' . 'Gekozen dienst: ' . $exploded_method[2] . '</p>'; 208 // As a last resort, simply show the full shipping method. 209 echo '<p>' . 'Gekozen dienst: ' . $shipping_method . '</p>'; 207 210 } 208 211 } -
integration-shops-united-woocommerce/tags/1.8.4/changelog.md
r3094662 r3102311 1 1 # Changelog 2 3 ## 1.8.4 - 2024-06-13 4 * Fix potential "undefined array key 2" error in order box 2 5 3 6 ## 1.8.3 - 2024-05-29 -
integration-shops-united-woocommerce/tags/1.8.4/composer.json
r3094662 r3102311 3 3 "description": "Verzendmodule om gemakkelijk orders in te laden in het verzendsysteem van Parcel Pro.", 4 4 "type": "wordpress-plugin", 5 "version": "1.8. 3",5 "version": "1.8.4", 6 6 "require": { 7 7 "php": ">=7.1", -
integration-shops-united-woocommerce/tags/1.8.4/woocommerce-shopsunited.php
r3094662 r3102311 17 17 * Plugin URI: https://shops-united.nl/koppelingen/woocommerce/ 18 18 * Description: Geef klanten de mogelijkheid om hun pakket af te halen bij een afhaalpunt in de buurt. Daarnaast exporteert de plug-in uw zendingen direct in het verzendsysteem van Shops United. 19 * Version: 1.8. 319 * Version: 1.8.4 20 20 * Author: Shops United 21 21 * Author URI: https://shops-united.nl/ … … 31 31 32 32 define('PARCELPRO_NAME', 'WooCommerce Shops United'); 33 define('PARCELPRO_VERSION', '1.8. 3');33 define('PARCELPRO_VERSION', '1.8.4'); 34 34 define('PARCELPRO_REQUIRED_PHP_VERSION', '5.3'); 35 35 define('PARCELPRO_REQUIRED_WP_VERSION', '3.1'); -
integration-shops-united-woocommerce/trunk/admin/class-parcelpro-admin.php
r3077398 r3102311 203 203 if (array_key_exists(3, $exploded_method) && array_key_exists($exploded_method[3], $types) && $exploded_method[1] === 'maatwerk') { 204 204 echo('<p>' . 'Gekozen dienst: ' . $types[($exploded_method[3])] . '</p>'); 205 } elseif (array_key_exists(2, $exploded_method)) { 206 echo '<p>' . 'Gekozen dienst: ' . $exploded_method[2] . '</p>'; 205 207 } else { 206 echo '<p>' . 'Gekozen dienst: ' . $exploded_method[2] . '</p>'; 208 // As a last resort, simply show the full shipping method. 209 echo '<p>' . 'Gekozen dienst: ' . $shipping_method . '</p>'; 207 210 } 208 211 } -
integration-shops-united-woocommerce/trunk/changelog.md
r3094662 r3102311 1 1 # Changelog 2 3 ## 1.8.4 - 2024-06-13 4 * Fix potential "undefined array key 2" error in order box 2 5 3 6 ## 1.8.3 - 2024-05-29 -
integration-shops-united-woocommerce/trunk/composer.json
r3094662 r3102311 3 3 "description": "Verzendmodule om gemakkelijk orders in te laden in het verzendsysteem van Parcel Pro.", 4 4 "type": "wordpress-plugin", 5 "version": "1.8. 3",5 "version": "1.8.4", 6 6 "require": { 7 7 "php": ">=7.1", -
integration-shops-united-woocommerce/trunk/woocommerce-shopsunited.php
r3094662 r3102311 17 17 * Plugin URI: https://shops-united.nl/koppelingen/woocommerce/ 18 18 * Description: Geef klanten de mogelijkheid om hun pakket af te halen bij een afhaalpunt in de buurt. Daarnaast exporteert de plug-in uw zendingen direct in het verzendsysteem van Shops United. 19 * Version: 1.8. 319 * Version: 1.8.4 20 20 * Author: Shops United 21 21 * Author URI: https://shops-united.nl/ … … 31 31 32 32 define('PARCELPRO_NAME', 'WooCommerce Shops United'); 33 define('PARCELPRO_VERSION', '1.8. 3');33 define('PARCELPRO_VERSION', '1.8.4'); 34 34 define('PARCELPRO_REQUIRED_PHP_VERSION', '5.3'); 35 35 define('PARCELPRO_REQUIRED_WP_VERSION', '3.1');
Note: See TracChangeset
for help on using the changeset viewer.