Skip to content

Commit 029be89

Browse files
authored
Merge pull request #2 from HPWebdeveloper/main
Just merge
2 parents 3d88b49 + 095d354 commit 029be89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-pay-pocket` will be documented in this file.
44

5+
## v2.0.0 - 2024-01-12
6+
7+
- [2.x] Add Transaction note by @3m1n3nc3 in https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10
8+
59
## v1.0.3 - 2023-12-15
610

711
- [1.x] Fix problematic class references by @imanghafoori1 in https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ php artisan vendor:publish --tag="pay-pocket-wallets"
5353
php artisan vendor:publish --tag="config"
5454
```
5555

56-
This command will automatically publish the `WalletEnums.php` file into your application's `app/Enums` directory.
56+
This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `app/Enums` directory.
5757

5858
## Updating
5959

0 commit comments

Comments
 (0)