Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Jul 12, 2024
1 parent 50df7a3 commit 3e14afb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: if [ $(grep -e "$this->version = '${{ github.event.inputs.version }}';" tpay.php -c) != 1 ]; then exit 1; fi

- name: Check Changelog
run: if [ $(grep ${{ github.event.inputs.version }} CHANGELOG.md -c) != 1 ]; then exit 1; fi
run: if [ $(grep ${{ github.event.inputs.version }} CHANGELOG.MD -c) != 1 ]; then exit 1; fi

- uses: shivammathur/setup-php@v2
with:
Expand Down
37 changes: 35 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,54 +1,87 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.2]

### Fixed

- Adapt plugin to an older version of Prestashop

## [1.9.1]

### Added

- Added regulations in english

## [1.9.0]

### Added

- Added generic payment method
- Added a widget view switch

---

### Fixed
- Fixed button view for card and blik

- Fixed button view for card and blik
- Fixed blik code validation

## [1.8.5]

### Added

- Added information about the notification address

---

### Fixed

- Fixed secure code validation
- Fixed cache storage
- Fixed uninstallation process

## [1.8.4]

### Fixed

- PHP >7.1 compatibility fixed
- Fixed installation to other language versions Prestashop

## [1.8.3]

### Fixed

- Fixed notification

## [1.8.2]

### Added

- Payment method Pekao Raty

---

### Fixed

- Fix hook
- Fixed translations
- Paypo and installments fix
- Fixed exception logging

## [1.8.1]

### Fixed

- Prestashop >1.7 compatibility fixed
- Parametr CRC fixed

## [1.8]

### Added

- Initial release

0 comments on commit 3e14afb

Please sign in to comment.