Changeset 3396970
- Timestamp:
- 11/17/2025 08:05:37 AM (5 months ago)
- Location:
- posti-warehouse
- Files:
-
- 10 edited
- 1 copied
-
tags/3.5.1 (copied) (copied from posti-warehouse/trunk)
-
tags/3.5.1/README.md (modified) (1 diff)
-
tags/3.5.1/classes/class-api.php (modified) (1 diff)
-
tags/3.5.1/posti-warehouse.php (modified) (1 diff)
-
tags/3.5.1/readme.txt (modified) (1 diff)
-
tags/3.5.1/templates/myaccount-order.php (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/classes/class-api.php (modified) (1 diff)
-
trunk/posti-warehouse.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/templates/myaccount-order.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
posti-warehouse/tags/3.5.1/README.md
r3366263 r3396970 98 98 99 99 ## Version history 100 - 3.5.1: 101 - Bug fix: Pickup point label was not displayed on Order review in My account. 100 102 - 3.5.0: 101 103 - Changed ordering to use SKU only instead of SKU + EAN. -
posti-warehouse/tags/3.5.1/classes/class-api.php
r3366263 r3396970 13 13 private $logger; 14 14 private $token_option = 'posti_wh_api_auth'; 15 private $user_agent = 'woo-wh-client/3.5. 0';15 private $user_agent = 'woo-wh-client/3.5.1'; 16 16 17 17 public function __construct(Posti_Warehouse_Logger $logger, array &$options) { -
posti-warehouse/tags/3.5.1/posti-warehouse.php
r3366263 r3396970 3 3 /** 4 4 * Plugin Name: Posti Warehouse 5 * Version: 3.5. 05 * Version: 3.5.1 6 6 * Description: Provides integration to Posti warehouse and dropshipping services. 7 7 * Author: Posti -
posti-warehouse/tags/3.5.1/readme.txt
r3366263 r3396970 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 3.5. 07 Stable tag: 3.5.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
posti-warehouse/tags/3.5.1/templates/myaccount-order.php
r3031993 r3396970 9 9 ?> 10 10 11 <h2><?php e sc_html($texts['title']); ?></h2>11 <h2><?php echo esc_html($texts['title']); ?></h2> 12 12 <p><?php echo esc_html($pickup_point); ?></p> -
posti-warehouse/trunk/README.md
r3366263 r3396970 98 98 99 99 ## Version history 100 - 3.5.1: 101 - Bug fix: Pickup point label was not displayed on Order review in My account. 100 102 - 3.5.0: 101 103 - Changed ordering to use SKU only instead of SKU + EAN. -
posti-warehouse/trunk/classes/class-api.php
r3366263 r3396970 13 13 private $logger; 14 14 private $token_option = 'posti_wh_api_auth'; 15 private $user_agent = 'woo-wh-client/3.5. 0';15 private $user_agent = 'woo-wh-client/3.5.1'; 16 16 17 17 public function __construct(Posti_Warehouse_Logger $logger, array &$options) { -
posti-warehouse/trunk/posti-warehouse.php
r3366263 r3396970 3 3 /** 4 4 * Plugin Name: Posti Warehouse 5 * Version: 3.5. 05 * Version: 3.5.1 6 6 * Description: Provides integration to Posti warehouse and dropshipping services. 7 7 * Author: Posti -
posti-warehouse/trunk/readme.txt
r3366263 r3396970 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 3.5. 07 Stable tag: 3.5.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
posti-warehouse/trunk/templates/myaccount-order.php
r3031993 r3396970 9 9 ?> 10 10 11 <h2><?php e sc_html($texts['title']); ?></h2>11 <h2><?php echo esc_html($texts['title']); ?></h2> 12 12 <p><?php echo esc_html($pickup_point); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.