Plugin Directory

Changeset 3051968

Timestamp:
03/15/2024 10:31:43 PM (4 months ago)
Author:
sofyansitorus
Message:

Update to version 1.3.11

Location:
woongkir
Files:
64 added
4 edited

Legend:

Unmodified
Added
Removed
  • woongkir/trunk/README.txt

    r3037543 r3051968  
    66Tested up to: 6.4.3
    77Requires PHP: 7.4
    8 Stable tag: 1.3.10
     8Stable tag: 1.3.1
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    124124== Changelog ==
    125125
     126
     127
     128
     129
    126130= 1.3.10 =
    127131
  • woongkir/trunk/includes/classes/class-woongkir.php

    r3037503 r3051968  
    101101        add_filter( 'woocommerce_shipping_calculator_enable_city', array( $this, 'shipping_calculator_enable_city' ), 10 );
    102102
    103         // Hook to declare compatibility with High-Performance Order Storage.
     103        // Hook to declare compatibility with High-Performance Order Storage.
    104104        add_action(
    105105            'before_woocommerce_init',
     
    107107                if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
    108108                    \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', WOONGKIR_FILE, true );
     109
     110
     111
     112
     113
     114
     115
     116
     117
     118
    109119                }
    110120            }
  • woongkir/trunk/languages/woongkir.pot

    r3037540 r3051968  
    318318msgstr ""
    319319
    320 #: includes/classes/class-woongkir.php:189
     320#: includes/classes/class-woongkir.php:19
    321321msgid "Settings"
    322322msgstr ""
  • woongkir/trunk/woongkir.php

    r3037540 r3051968  
    1616 * Plugin URI:        https://github.com/sofyansitorus/Woongkir
    1717 * Description:       WooCommerce shipping rates calculator for Indonesia domestic and international shipment: AnterAja, 21 Express, Expedito, IDexpress Service Solution, Indotama Domestik Lestari, Indah Logistic, JET Express, Jalur Nugraha Ekakurir (JNE), J&T Express, JTL Express, Lion Parcel, Ninja Xpress, Pahala Express, Pandu Logistics, PCP, POS Indonesia, Royal Express Indonesia, RPX, SAP Express, Sentral Cargo, SiCepat Express, Solusi Ekspres, Star Cargo, TIKI, Wahana Express.
    18  * Version:           1.3.10
     18 * Version:           1.3.1
    1919 * Author:            Sofyan Sitorus
    2020 * Author URI:        https://github.com/sofyansitorus
Note: See TracChangeset for help on using the changeset viewer.