Skip to content

Commit

Permalink
Prepare changelog and upgrade guide for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorras committed Jun 1, 2024
1 parent f915598 commit d0efaa5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to `redsys-php` will be documented in this file.

## 3.0.0 - 2024-06-xx

### New features:
- POST requests responses are now handled by the package.

### Breaking changes
- Renamed exceptions: All the exceptions have been renamed to include the `*Exception` suffix.
- Renamed `RedsysNotification` as `RedsysResponse`.
- POST requests responses returns `NotificationParameters` or a `PostRequestError`.

### Low impact changes
- Drop spatie/data-transfer-object dependency

## 2.0.1 - 2023-05-16

Fixes tests compatibility
Expand Down
7 changes: 7 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Upgrading

## From v2 to v3

Version 3.x now handles responses for POST requests and some classes are renamed to accommodate that:

- Renamed `RedsysNotification` as `RedsysResponse`.
- Renamed exceptions: All the exceptions have been renamed to include the `*Exception` suffix and replaced `RedsysNotification` as `RedsysResponse`.

## From v1 to v2

Version 2.x is a complete rewrite, so there isn't a step-by-step upgrade guide. We recommend you to read the updated docs
Expand Down

0 comments on commit d0efaa5

Please sign in to comment.