Changeset 3011954
- Timestamp:
- 12/19/2023 01:40:40 PM (2 years ago)
- Location:
- woo-parcel-pro
- Files:
-
- 10 edited
- 1 copied
-
tags/1.6.18 (copied) (copied from woo-parcel-pro/trunk)
-
tags/1.6.18/admin/class-parcelpro-shipping.php (modified) (1 diff)
-
tags/1.6.18/admin/data/parcelpro-shipping-settings-fields.php (modified) (2 diffs)
-
tags/1.6.18/changelog.md (modified) (1 diff)
-
tags/1.6.18/composer.json (modified) (1 diff)
-
tags/1.6.18/woocommerce-parcelpro.php (modified) (2 diffs)
-
trunk/admin/class-parcelpro-shipping.php (modified) (1 diff)
-
trunk/admin/data/parcelpro-shipping-settings-fields.php (modified) (2 diffs)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/woocommerce-parcelpro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-parcel-pro/tags/1.6.18/admin/class-parcelpro-shipping.php
r2995760 r3011954 71 71 $this->method_title = PARCELPRO_SHOPSUNITED; 72 72 $this->method_description = 'Afhalen van een bestelling bij een door de klant gekozen afhaalpunt.'; 73 ;74 73 75 74 $this->services = include(plugin_dir_path(__FILE__) . 'data/parcelpro-shipping-settings-services.php'); -
woo-parcel-pro/tags/1.6.18/admin/data/parcelpro-shipping-settings-fields.php
r2995760 r3011954 14 14 15 15 return array( 16 // This title is necessary to ensure the `<table>` start tag is rendered. 17 array( 18 'type' => 'title', 19 ), 16 20 'enabled' => array( 17 21 'title' => 'Inschakelen', … … 125 129 'type' => 'services', 126 130 ), 131 // This title is necessary to ensure the save button is rendered here. 132 array( 133 'type' => 'title', 134 ), 127 135 ); -
woo-parcel-pro/tags/1.6.18/changelog.md
r3006713 r3011954 1 1 # Changelog 2 3 ## 1.6.18 - 2023-12-19 4 * Fix shipping settings page layout for WooCommerce 8.4.0 2 5 3 6 ## 1.6.17 - 2023-12-07 -
woo-parcel-pro/tags/1.6.18/composer.json
r3006713 r3011954 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 7",5 "version": "1.6.18", 6 6 "require": { 7 7 "php": ">=7.1" -
woo-parcel-pro/tags/1.6.18/woocommerce-parcelpro.php
r3006713 r3011954 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 719 * Version: 1.6.18 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 7');33 define('PARCELPRO_VERSION', '1.6.18'); 34 34 define('PARCELPRO_REQUIRED_PHP_VERSION', '5.3'); 35 35 define('PARCELPRO_REQUIRED_WP_VERSION', '3.1'); -
woo-parcel-pro/trunk/admin/class-parcelpro-shipping.php
r2995760 r3011954 71 71 $this->method_title = PARCELPRO_SHOPSUNITED; 72 72 $this->method_description = 'Afhalen van een bestelling bij een door de klant gekozen afhaalpunt.'; 73 ;74 73 75 74 $this->services = include(plugin_dir_path(__FILE__) . 'data/parcelpro-shipping-settings-services.php'); -
woo-parcel-pro/trunk/admin/data/parcelpro-shipping-settings-fields.php
r2995760 r3011954 14 14 15 15 return array( 16 // This title is necessary to ensure the `<table>` start tag is rendered. 17 array( 18 'type' => 'title', 19 ), 16 20 'enabled' => array( 17 21 'title' => 'Inschakelen', … … 125 129 'type' => 'services', 126 130 ), 131 // This title is necessary to ensure the save button is rendered here. 132 array( 133 'type' => 'title', 134 ), 127 135 ); -
woo-parcel-pro/trunk/changelog.md
r3006713 r3011954 1 1 # Changelog 2 3 ## 1.6.18 - 2023-12-19 4 * Fix shipping settings page layout for WooCommerce 8.4.0 2 5 3 6 ## 1.6.17 - 2023-12-07 -
woo-parcel-pro/trunk/composer.json
r3006713 r3011954 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 7",5 "version": "1.6.18", 6 6 "require": { 7 7 "php": ">=7.1" -
woo-parcel-pro/trunk/woocommerce-parcelpro.php
r3006713 r3011954 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 719 * Version: 1.6.18 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 7');33 define('PARCELPRO_VERSION', '1.6.18'); 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.