Skip to content

Commit

Permalink
Added Packagist support
Browse files Browse the repository at this point in the history
hrsetyono committed May 24, 2021
1 parent 30b66b4 commit d4fb35e
Showing 2 changed files with 35 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## WooCommerce Indonesia Shipping
## WooCommerce Indonesia Shipping v2

![Indo Shipping - Checkout Page](https://cdn.pixelstudio.id/indo-shipping/wcis-select-courier.jpg)

@@ -8,6 +8,8 @@ Add JNE, TIKI, POS, PCP, RPX, and J&T Express to your WooCommerce. Requires PRO

This plugin is free and provided as is. If you found a bug, please submit it [here](https://github.com/hrsetyono/wc-indo-shipping/issues).

> **Version 2 is now available!**
### Tested working on:

- PHP 7.3 with `CURL` and `ALLOW_URL_FOPEN` enabled.
@@ -29,6 +31,17 @@ Done! Now you can see the shipping cost in your Checkout page after filling out

You can have that by simply installing my other plugin: [WooCommerce Edje](https://github.com/hrsetyono/woocommerce-edje)

### 3. Visit our Wiki for Details
### 3. Version 2 Changelog

Released 24 May 2021

- Added support for PHP 7.3
- Added support for WooCommerce 5.3
- Splitted the City and District selection into 2 dropdowns
- Added guidance and loading text for better user experience.
- Smoother City and District selection.
- Added condition to disable the selection if Country is not Indonesia.

We have lots of helpful guide and tips for your online shop. [Click here](https://github.com/hrsetyono/woocommerce-indo-shipping/wiki) to check out our wiki.
COMING SOON:
- Add English language translation
- Support for RajaOngkir free license
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "pixelstudio/woocommerce-indo-shipping",
"description": "WooCommerce FREE Shipping plugin for JNE, J&T, TIKI, POS, etc. Requires PRO License from RajaOngkir.",
"keywords": ["wordpress", "woocommerce", "plugin", "library"],
"type": "wordpress-plugin",
"homepage": "https://github.com/hrsetyono/woocommerce-indo-shipping/",
"authors": [
{
"name": "Pixel Studio",
"email": "[email protected]",
"homepage": "https://pixelstudio.id"
}
],
"license": "MIT",
"require": {
"php": ">=7.0.0",
"composer/installers": "~1.0"
}
}

0 comments on commit d4fb35e

Please sign in to comment.