-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.txt
50 lines (40 loc) · 1.3 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Changelog
All notable changes to this project will be documented in this file.
## 4.3.0 - 2022-01-11
### Changed/Added
- Compatibility with Joomla 4 - removed JRequest class used in 'paylike/paylike.php' file & modified logic
## 1.1.0 - 2021-08-26
### Changed
- js SDK version to '10.js' in paylike\paylike_end.php file
- modified logic to work with v10 js SDK
- indent some code
- removed version from paylike\Paylike folder files
- updated Readme.md
## 1.0.7 - 2021-03-19
### Added
- "changelog.txt" file for this plugin
### Changed
- external JavaScript file import from '3.js' to '6.js' in paylike\paylike_end.php file
- paylike.zip - updated with modified files
- paylikestatus.zip - updated with modified files
- paylike.php (some code indent, minor implode function fix)
- paylike.xml, paylikestatus.xml, paylike_configuration.php, paylike_end.php - details about author etc.
## 1.0.6 - 2020-06-24
### Changed
- Bump Version - from 4.2.1 to 4.2.2.
## 1.0.5 - 2020-06-23
### Fixes
- Code review #1
## 1.0.4 - 2020-06-21
### Added
- logic to validate the public and private keys upon saving.
## 1.0.3 - 2020-05-08
### Updated
- README.md - plugin install steps description detailed
- .travis.yml - changed dist trusty to xenial
## 1.0.2 - 2020-03-27
### Added
- Testing
## 1.0.1 - 2019-08-30
### Added
- Initial commit