diff --git a/composer.json b/composer.json index d911463..d119747 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "pixelstudio/woocommerce-ongkir", + "name": "pixelstudio/wc-ongkir-indonesia", "description": "Calculate shipping cost for Indonesian couriers like JNE, J&T, TIKI, POS, etc. Requires PRO or FREE License from RajaOngkir. Not affiliated with RajaOngkir.", "keywords": ["wordpress", "woocommerce", "plugin", "library"], "type": "wordpress-plugin", - "homepage": "https://github.com/hrsetyono/woocommerce-ongkir/", + "homepage": "https://github.com/hrsetyono/wc-ongkir-indonesia/", "authors": [ { "name": "Pixel Studio", diff --git a/wc-ongkir-indonesia.php b/wc-ongkir-indonesia.php index a4d2cc9..d3082cc 100644 --- a/wc-ongkir-indonesia.php +++ b/wc-ongkir-indonesia.php @@ -3,7 +3,7 @@ * Plugin Name: Ongkos Kirim Indonesia for WooCommerce * Plugin URI: http://github.com/hrsetyono/wc-ongkir-indonesia * Description: Calculate the shipping costs for Indonesian couriers like JNE, J&T, TIKI, POS, etc. Requires RajaOngkir PRO License. - * Version: 2.3.1 + * Version: 2.3.2 * Author: Pixel Studio * Author URI: https://pixelstudio.id/ * License: GPL-3.0+ @@ -18,7 +18,7 @@ return; } -define('ONGKIR_VERSION', '2.3.1'); +define('ONGKIR_VERSION', '2.3.2'); define('ONGKIR_FILE', plugins_url('', __FILE__)); define('ONGKIR_DIR', __DIR__); define('ONGKIR_NAMESPACE', 'ongkir/v1');