Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 874f2a7
Author: Henner R Setyono <[email protected]>
Date:   Sun May 22 09:34:04 2022 +0700

    2.3.2

    - Updated the version in Composer
  • Loading branch information
hrsetyono committed May 22, 2022
1 parent 594b702 commit 88a72c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions wc-ongkir-indonesia.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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');
Expand Down

0 comments on commit 88a72c3

Please sign in to comment.