Changeset 3483821
- Timestamp:
- 03/16/2026 11:58:22 AM (2 weeks ago)
- Location:
- mailplus-shipmate
- Files:
-
- 8 added
- 3 edited
-
tags/0.2.3 (added)
-
tags/0.2.3/includes (added)
-
tags/0.2.3/includes/mailplus-shipmate-admin-settings.php (added)
-
tags/0.2.3/includes/mailplus-shipmate-order-sync.php (added)
-
tags/0.2.3/includes/mailplus-shipmate-rest-endpoints.php (added)
-
tags/0.2.3/includes/mailplus-shipmate-shipping-method.php (added)
-
tags/0.2.3/mailplus-shipmate.php (added)
-
tags/0.2.3/readme.txt (added)
-
trunk/includes/mailplus-shipmate-rest-endpoints.php (modified) (1 diff)
-
trunk/mailplus-shipmate.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mailplus-shipmate/trunk/includes/mailplus-shipmate-rest-endpoints.php
r3483813 r3483821 93 93 $method_id = $item->get_method_id(); 94 94 $last_method = $method_id; 95 if ($method_id === ' local_pickup') {95 if ($method_id === 'pickup_location') { 96 96 $is_local_pickup = true; 97 97 break; // Found local pickup, no need to check further -
mailplus-shipmate/trunk/mailplus-shipmate.php
r3483813 r3483821 3 3 * Plugin Name: MailPlus Shipmate 4 4 * Description: As an Australian shipping service, MailPlus Shipmate integrates MailPlus delivery options with WooCommerce, providing real-time shipping rates and automated parcel management through your MailPlus account. 5 * Version: 0.2. 25 * Version: 0.2.3 6 6 * Author: MailPlus 7 7 * License: GPL v2 or later -
mailplus-shipmate/trunk/readme.txt
r3483813 r3483821 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.2 7 Stable tag: 0.2. 27 Stable tag: 0.2.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.