-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from genuineq/master
[fix] prevent double load of PHP API library
- Loading branch information
Showing
6 changed files
with
581 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,49 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## 1.1.0 - 2021-08-26 | ||
### Changed | ||
- js SDK version upgrade to '10.js' in includes\modules\payment\paylike\paylike.php file | ||
- modified logic to work with v10 js SDK | ||
- updated Readme.md | ||
|
||
## 1.0.7 - 2021-03-18 | ||
### Added | ||
- "changelog.txt" file for this plugin | ||
### Changed | ||
- external JavaScript file import from '3.js' to '6.js' in includes\modules\payment\paylike\paylike.php file | ||
|
||
## 1.0.6 - 2020-09-30 | ||
### Changed | ||
- The README.md file | ||
|
||
## 1.0.5 - 2020-09-29 | ||
### Updated | ||
- Test units | ||
- Testing.md | ||
- Readme.md | ||
- paylike_version.txt from "0.1" to "0.2" | ||
### Added | ||
- "travis.yml" testing configuration file | ||
|
||
## 1.0.4 - 2020-09-28 | ||
### Added | ||
- Test units | ||
|
||
## 1.0.3 - 2020-09-25 | ||
### BUG Fix | ||
- Apply currency changes option to amount to be paid via Paylike module - Apply currency changes option to transaction requests (Instant capture, Delayed Capture, Refund, Partial refund, Void) | ||
|
||
## 1.0.2 - 2020-05-08 | ||
### Changed | ||
- The README.md file | ||
|
||
## 1.0.1 - 2019-03-26 | ||
### Added | ||
- The README.md file | ||
- Initial commit | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## 1.1.1 - 2022-04-21 | ||
### Changed | ||
Prevent double load of PHP API library. | ||
|
||
## 1.1.0 - 2021-08-26 | ||
### Changed | ||
- js SDK version upgrade to '10.js' in includes\modules\payment\paylike\paylike.php file | ||
- modified logic to work with v10 js SDK | ||
- updated Readme.md | ||
|
||
## 1.0.7 - 2021-03-18 | ||
### Added | ||
- "changelog.txt" file for this plugin | ||
### Changed | ||
- external JavaScript file import from '3.js' to '6.js' in includes\modules\payment\paylike\paylike.php file | ||
|
||
## 1.0.6 - 2020-09-30 | ||
### Changed | ||
- The README.md file | ||
|
||
## 1.0.5 - 2020-09-29 | ||
### Updated | ||
- Test units | ||
- Testing.md | ||
- Readme.md | ||
- paylike_version.txt from "0.1" to "0.2" | ||
### Added | ||
- "travis.yml" testing configuration file | ||
|
||
## 1.0.4 - 2020-09-28 | ||
### Added | ||
- Test units | ||
|
||
## 1.0.3 - 2020-09-25 | ||
### BUG Fix | ||
- Apply currency changes option to amount to be paid via Paylike module | ||
- Apply currency changes option to transaction requests (Instant capture, Delayed Capture, Refund, Partial refund, Void) | ||
|
||
## 1.0.2 - 2020-05-08 | ||
### Changed | ||
- The README.md file | ||
|
||
## 1.0.1 - 2019-03-26 | ||
### Added | ||
- The README.md file | ||
- Initial commit |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.