# Changelog

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

## [1.1.2](https://github.com/getplutu/plutu-php/compare/1.1.1...1.1.2) - 2023-08-24

### Changed
- Updated `README.md` file to accurately specify that PHP ^8.1 is required.

## [1.1.1](https://github.com/getplutu/plutu-php/compare/1.1.0...1.1.1) - 2023-08-24

### Improvements
- The Regex format of the mobile phone number related to Sadad payment service has been updated to accept phone numbers starting with 093.
- Update `phpunit.xml` to be compatible with the latest version.

### Fixed
- Addressed and corrected PHPDoc issues identified by PHPStan.

### Added
- Added `phpstan/phpstan` for enhanced code analysis.
- Added changelog file `CHANGELOG.MD`.

### Changed
- Locked the package to PHP ^8.1; PHP 8.0 is no longer supported, and `phpunit/phpunit:^10.0` is incompatible with PHP 8.0.

## [1.1.0](https://github.com/getplutu/plutu-php/compare/1.0.0...1.1.0) - 2023-03-26

### Added
- Integrated MPGS payment services into Plutu.

## 1.0.0 - 2023-02-26

### Added
- This is the first release.
