Plugin Directory

Changeset 3486370


Ignore:
Timestamp:
03/19/2026 10:46:08 AM (2 weeks ago)
Author:
fuvarhu
Message:

gls fix

Location:
fuvar-hu-api/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fuvar-hu-api/trunk/fuvarhu.php

    r3484903 r3486370  
    55      Plugin URI: https://app.packli.hu
    66      description: Bővítmény segítségével hozzáadhatod a packli.hu által kínált szolgáltatásokat a webshopodhoz
    7       Version: 3.0.3
     7      Version: 3.0.4
    88      Author: Packli Logistic KFT
    99      License: GPL2
  • fuvar-hu-api/trunk/inc/shipping_method.php

    r3484903 r3486370  
    608608function fuvarhu_pickup_store_custom_field( $method, $index ) {
    609609
    610     if( is_cart() || !in_array($method->method_id, ["fuvarhu_csp","fuvarhu_pop","fuvarhu_pos","fuvarhu_aut_dpd","fuvarhu_aut_pck","fuvarhu_aut_fxp"]) )
     610    if( is_cart() || !in_array($method->method_id, ["fuvarhu_csp","fuvarhu_pop","fuvarhu_pos","fuvarhu_aut_dpd","fuvarhu_aut_pck","fuvarhu_aut_fxp","fuvarhu_aut_gls","fuvarhu_csp_gls"]) )
    611611        return;
    612612
  • fuvar-hu-api/trunk/readme.txt

    r3484903 r3486370  
    44Requires at least: 5.6.1
    55Tested up to: 6.1
    6 Stable tag: 3.0.3
     6Stable tag: 3.0.4
    77Requires PHP: 8.1
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.