Skip to content

Commit 9dc3a4f

Browse files
committed
feat:
* IntlCurrency and IntAmount added * API 2.0 Support * Production and testing API * Removed T-Com brand names * Added other languages support * Removed Woo Multi Currency Support * HNB auto conversion support * added gitignore file * removed old readme file * Replace banner image of PayWay on checkout with smaller 250px width
1 parent 6d70505 commit 9dc3a4f

File tree

10 files changed

+223
-223
lines changed

10 files changed

+223
-223
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ modules.xml
22
php.xml
33
vcs.xml
44
woocommerce-tcom-payway.iml
5+
.idea

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Most recent latest changes is defined on every major, minor and bug fixes.
66

77
## Versions
88

9+
### 1.6
10+
11+
* IntlCurrency and IntAmount added
12+
* API 2.0 Support
13+
* Production and testing API
14+
* Removed T-Com brand names
15+
* Added other languages support
16+
* Removed Woo Multi Currency Support
17+
* HNB auto conversion support
18+
* added gitignore file
19+
* removed old readme file
20+
* Replace banner image of PayWay on checkout with smaller 250px width
21+
922
### 1.3.3
1023

1124
* fixing minor bugs

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2018 Marin Sagovac
3+
Copyright (c) 2017-2022 Marin Sagovac
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,47 @@
1-
# Woocommerce HT PayWay (Croatia)
2-
3-
Woocommerce plugin for Wordpress to support payment gateway using Hrvatski Telekom PayWay payment gateway service.
1+
# Woocommerce HT PayWay
42

53
![Woo](https://ps.w.org/woocommerce/assets/banner-1544x500.png)
64

7-
![PayWay](assets/images/payway-logo.png)
5+
---
6+
7+
![PayWay](assets/images/payway-logo.png|width=100 | width=150)
88

9-
# Woocommerce Payment Wordpress Plugin
9+
**Wordpress Woocommerce plugin** (payment gateway for Croatia)
1010

11-
Woocommerce plugin is payment gateway service plugin using with Hrvatski Telekom API payment gateway service.
11+
Support payment gateway for PayWay HT payment gateway.
1212

1313
## API
1414

15-
From version 1.4 payway plugin support with API 2.0. Below 1.4 version: API of payment gateway 1.0.7 from official T-Com PayWay on July 2015 are supported.
15+
API 2.0 support updated to latest IntlCurrency and IntAmount
1616

17-
Official T-Com Croatia [PayWay](https://www.hrvatskitelekom.hr/poslovni/ict/poslovna-rjesenja/web-shop#payway).
17+
Official Croatia Hrvatski Telekom [PayWay](https://www.hrvatskitelekom.hr/poslovni/ict/poslovna-rjesenja/web-shop#payway).
1818

1919
## FEATURES
2020

21-
* API 2.0 Support
22-
* Added autoform submit function to send customer data.
23-
* Added T-Com PayWay cards types
24-
* Auto multilanguage detection form
25-
* List table of PayWay transactions on administration page
26-
* Locale support on PayWay based on language on Wordpress page
27-
* WPML and Woo Multi Currency support currency rate
28-
* Multilanguage support using po/mo translation
21+
Features
22+
: IntlCurrency and IntAmount added
23+
: API 2.0 Support
24+
: Production and testing API
25+
: Added other languages with automation language switching on PayWay form
26+
: PayWay transaction admin page lists
27+
: WPML support conversion rate
28+
: Locale support based on WP locale settings (EN/HR)
29+
: Multilanguage support using po/mo translation
30+
: Replace banner image of PayWay on checkout with smaller 250px width
31+
32+
Removed
33+
: Removed woo-multi-currency support and integration
34+
: Removed T-Com names
2935

3036
## RELEASES
3137

3238
### OFFICIAL RELEASES
3339

3440
API 2.0:
3541

36-
* Version [1.5 API 2.0](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.5.zip) November/2021
37-
* Version [1.4 API 2.0](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.4.zip) June/2021
42+
* Version [1.6](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.6.zip) September/2022
43+
* Version [1.5](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.5.zip) November/2021
44+
* Version [1.4](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.4.zip) June/2021
3845

3946
Old releases:
4047

@@ -43,13 +50,6 @@ Old releases:
4350
* Release [1.2](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tag/1.2)
4451
* Release [1.1](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tag/1.1)
4552

46-
### DEVELOPMENT RELEASE
47-
48-
Don't use for production. This is pre-release version or testing purposes only.
49-
50-
* Dev branch - [DEV](https://github.com/marinsagovac/woocommerce-tcom-payway/archive/dev.zip)
51-
52-
Those release are also updated as official release 1.4. You can download from official release.
5353

5454
## INSTALLATION
5555

@@ -71,3 +71,5 @@ We're continuing to improving, upgrading and fixing our repository using open so
7171
## LICENSE
7272

7373
A source code is an open-sourced and is under [MIT license](http://opensource.org/licenses/MIT) and is possible to change or improve code.
74+
75+
![Security](assets/images/payway.png)

assets/images/payway.png

16 KB
Loading

0 commit comments

Comments
 (0)