Changeset 3006713
- Timestamp:
- 12/07/2023 10:59:04 AM (2 years ago)
- Location:
- woo-parcel-pro
- Files:
-
- 8 edited
- 1 copied
-
tags/1.6.17 (copied) (copied from woo-parcel-pro/trunk)
-
tags/1.6.17/changelog.md (modified) (1 diff)
-
tags/1.6.17/composer.json (modified) (1 diff)
-
tags/1.6.17/includes/class-parcelpro.php (modified) (2 diffs)
-
tags/1.6.17/woocommerce-parcelpro.php (modified) (2 diffs)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/includes/class-parcelpro.php (modified) (2 diffs)
-
trunk/woocommerce-parcelpro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-parcel-pro/tags/1.6.17/changelog.md
r3000682 r3006713 1 1 # Changelog 2 3 ## 1.6.17 - 2023-12-07 4 * Improve parcelshop popup hooks resilience with other checkouts 2 5 3 6 ## 1.6.16 - 2023-11-22 -
woo-parcel-pro/tags/1.6.17/composer.json
r3000682 r3006713 3 3 "description": "Verzendmodule om gemakkelijk orders in te laden in het verzendsysteem van Parcel Pro.", 4 4 "type": "wordpress-plugin", 5 "version": "1.6.1 6",5 "version": "1.6.17", 6 6 "require": { 7 7 "php": ">=7.1" -
woo-parcel-pro/tags/1.6.17/includes/class-parcelpro.php
r2995760 r3006713 176 176 177 177 $this->loader->add_action('woocommerce_before_checkout_form', $plugin_public, 'add_popup'); 178 $this->loader->add_action('woocommerce_after_checkout_ shipping_form', $plugin_public, 'add_input');178 $this->loader->add_action('woocommerce_after_checkout_form', $plugin_public, 'add_input'); 179 179 $this->loader->add_action('woocommerce_before_cart_contents', $plugin_public, 'add_popup'); 180 180 $this->loader->add_action('woocommerce_after_cart_contents', $plugin_public, 'add_input'); … … 187 187 } 188 188 189 190 191 192 189 /** 193 190 * Initializes shipping method. -
woo-parcel-pro/tags/1.6.17/woocommerce-parcelpro.php
r3000682 r3006713 17 17 * Plugin URI: https://www.parcelpro.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 Parcel Pro. 19 * Version: 1.6.1 619 * Version: 1.6.17 20 20 * Author: Parcel Pro 21 21 * Author URI: https://parcelpro.nl/ … … 31 31 32 32 define('PARCELPRO_NAME', 'WooCommerce Parcel Pro'); 33 define('PARCELPRO_VERSION', '1.6.1 6');33 define('PARCELPRO_VERSION', '1.6.17'); 34 34 define('PARCELPRO_REQUIRED_PHP_VERSION', '5.3'); 35 35 define('PARCELPRO_REQUIRED_WP_VERSION', '3.1'); -
woo-parcel-pro/trunk/changelog.md
r3000682 r3006713 1 1 # Changelog 2 3 ## 1.6.17 - 2023-12-07 4 * Improve parcelshop popup hooks resilience with other checkouts 2 5 3 6 ## 1.6.16 - 2023-11-22 -
woo-parcel-pro/trunk/composer.json
r3000682 r3006713 3 3 "description": "Verzendmodule om gemakkelijk orders in te laden in het verzendsysteem van Parcel Pro.", 4 4 "type": "wordpress-plugin", 5 "version": "1.6.1 6",5 "version": "1.6.17", 6 6 "require": { 7 7 "php": ">=7.1" -
woo-parcel-pro/trunk/includes/class-parcelpro.php
r2995760 r3006713 176 176 177 177 $this->loader->add_action('woocommerce_before_checkout_form', $plugin_public, 'add_popup'); 178 $this->loader->add_action('woocommerce_after_checkout_ shipping_form', $plugin_public, 'add_input');178 $this->loader->add_action('woocommerce_after_checkout_form', $plugin_public, 'add_input'); 179 179 $this->loader->add_action('woocommerce_before_cart_contents', $plugin_public, 'add_popup'); 180 180 $this->loader->add_action('woocommerce_after_cart_contents', $plugin_public, 'add_input'); … … 187 187 } 188 188 189 190 191 192 189 /** 193 190 * Initializes shipping method. -
woo-parcel-pro/trunk/woocommerce-parcelpro.php
r3000682 r3006713 17 17 * Plugin URI: https://www.parcelpro.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 Parcel Pro. 19 * Version: 1.6.1 619 * Version: 1.6.17 20 20 * Author: Parcel Pro 21 21 * Author URI: https://parcelpro.nl/ … … 31 31 32 32 define('PARCELPRO_NAME', 'WooCommerce Parcel Pro'); 33 define('PARCELPRO_VERSION', '1.6.1 6');33 define('PARCELPRO_VERSION', '1.6.17'); 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.