From e7354b4a4eaa0968c5a7c0b07bf7b100e828352a Mon Sep 17 00:00:00 2001 From: HPWebdeveloper Date: Fri, 12 Jan 2024 10:38:52 +0000 Subject: [PATCH 01/11] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a0242..8280431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-pay-pocket` will be documented in this file. +## v1.1.0 - 2024-01-12 + +- [1.x] Add Transaction note by @3m1n3nc3 in https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10 + ## v1.0.3 - 2023-12-15 - [1.x] Fix problematic class references by @imanghafoori1 in https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/4 From 9fb6f2ae4e2e51bff06c0ba4f3f4512c67282451 Mon Sep 17 00:00:00 2001 From: Hamed Panjeh <16323354+HPWebdeveloper@users.noreply.github.com> Date: Fri, 12 Jan 2024 08:29:20 -0300 Subject: [PATCH 02/11] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8280431..cd3af9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to `laravel-pay-pocket` will be documented in this file. -## v1.1.0 - 2024-01-12 +## v2.0.0 - 2024-01-12 -- [1.x] Add Transaction note by @3m1n3nc3 in https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10 +- [2.x] Add Transaction note by @3m1n3nc3 in https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10 ## v1.0.3 - 2023-12-15 From 095d3546995799401e09cb724d87f4b15633ebeb Mon Sep 17 00:00:00 2001 From: Hamed Panjeh <16323354+HPWebdeveloper@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:04:10 -0300 Subject: [PATCH 03/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 335bc91..5706c90 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ php artisan vendor:publish --tag="pay-pocket-wallets" php artisan vendor:publish --tag="config" ``` -This command will automatically publish the `WalletEnums.php` file into your application's `app/Enums` directory. +This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `app/Enums` directory. ## Updating From c49d899d1486a443f12e8502848ac1012c9f02ac Mon Sep 17 00:00:00 2001 From: 3m1n3nc3 Date: Sat, 13 Jan 2024 04:42:45 +0100 Subject: [PATCH 04/11] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 335bc91..3def468 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ php artisan vendor:publish --tag="config" This command will automatically publish the `WalletEnums.php` file into your application's `app/Enums` directory. -## Updating +## Updating to ^2.0.0 -If updating from version `<= 1.0.3`, new migration and config files have been added to support the new [Transaction Info Feature](#transaction-info) +If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8i8) Follow the [Installation](#installation) Steps 2 and 3 to update your migrations. @@ -137,7 +137,7 @@ LaravelPayPocket::deposit($user, 'wallet_1', 123.45); Note: `wallet_1` and `wallet_2` must already be defined in the `WalletEnums`. -#### Transaction Info ([#8][i8]) +#### Transaction Notes ([#8][i8]) In a case where you want to enter descriptions for a particular transaction, the `$notes` param allows you to provide information about why a transaction happened. @@ -236,4 +236,4 @@ Please review [our security policy](../../security/policy) on how to report secu The MIT License (MIT). Please see [License File](LICENSE.md) for more information. -[i8]: Tag link (will be updated soon) +[i8]: https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10 From 3d88b499d32902531ac00afadad6368fa5d45df0 Mon Sep 17 00:00:00 2001 From: 3m1n3nc3 Date: Sat, 13 Jan 2024 04:43:08 +0100 Subject: [PATCH 05/11] Ondo readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3def468..335bc91 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ php artisan vendor:publish --tag="config" This command will automatically publish the `WalletEnums.php` file into your application's `app/Enums` directory. -## Updating to ^2.0.0 +## Updating -If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8i8) +If updating from version `<= 1.0.3`, new migration and config files have been added to support the new [Transaction Info Feature](#transaction-info) Follow the [Installation](#installation) Steps 2 and 3 to update your migrations. @@ -137,7 +137,7 @@ LaravelPayPocket::deposit($user, 'wallet_1', 123.45); Note: `wallet_1` and `wallet_2` must already be defined in the `WalletEnums`. -#### Transaction Notes ([#8][i8]) +#### Transaction Info ([#8][i8]) In a case where you want to enter descriptions for a particular transaction, the `$notes` param allows you to provide information about why a transaction happened. @@ -236,4 +236,4 @@ Please review [our security policy](../../security/policy) on how to report secu The MIT License (MIT). Please see [License File](LICENSE.md) for more information. -[i8]: https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10 +[i8]: Tag link (will be updated soon) From 4ea2be4f88fd8c67b8325cf8af2cd366442f2780 Mon Sep 17 00:00:00 2001 From: 3m1n3nc3 Date: Sat, 13 Jan 2024 04:50:50 +0100 Subject: [PATCH 06/11] Update README. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5706c90..4a93a76 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ php artisan vendor:publish --tag="pay-pocket-wallets" php artisan vendor:publish --tag="config" ``` -This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `app/Enums` directory. +This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `config` and `app/Enums` directory respectively. -## Updating +## Updating to version `^2.0.0` -If updating from version `<= 1.0.3`, new migration and config files have been added to support the new [Transaction Info Feature](#transaction-info) +If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8i8) Follow the [Installation](#installation) Steps 2 and 3 to update your migrations. @@ -137,7 +137,7 @@ LaravelPayPocket::deposit($user, 'wallet_1', 123.45); Note: `wallet_1` and `wallet_2` must already be defined in the `WalletEnums`. -#### Transaction Info ([#8][i8]) +#### Transaction Notes ([#8][i8]) In a case where you want to enter descriptions for a particular transaction, the `$notes` param allows you to provide information about why a transaction happened. @@ -236,4 +236,4 @@ Please review [our security policy](../../security/policy) on how to report secu The MIT License (MIT). Please see [License File](LICENSE.md) for more information. -[i8]: Tag link (will be updated soon) +[i8]: https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10 From f62116de9b54290220003823a8ef4363808d5111 Mon Sep 17 00:00:00 2001 From: 3m1n3nc3 Date: Sat, 13 Jan 2024 04:51:56 +0100 Subject: [PATCH 07/11] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a93a76..888b17c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This command will automatically publish the `pay-pocket.php` config file and als ## Updating to version `^2.0.0` -If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8i8) +If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8) Follow the [Installation](#installation) Steps 2 and 3 to update your migrations. From ea0d8913660f6f251d539a1d06a800242235f059 Mon Sep 17 00:00:00 2001 From: 3m1n3nc3 Date: Sat, 13 Jan 2024 04:53:02 +0100 Subject: [PATCH 08/11] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 888b17c..57b79d0 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ php artisan vendor:publish --tag="config" This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `config` and `app/Enums` directory respectively. -## Updating to version `^2.0.0` +## Updating If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8) From dfcdfc37e644df9783f7d9e11b2c2896030c6d68 Mon Sep 17 00:00:00 2001 From: 3m1n3nc3 Date: Sat, 13 Jan 2024 04:55:04 +0100 Subject: [PATCH 09/11] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57b79d0..ef1bf6f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ php artisan vendor:publish --tag="pay-pocket-wallets" php artisan vendor:publish --tag="config" ``` -This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `config` and `app/Enums` directory respectively. +This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `config` and `app/Enums` directories respectively. ## Updating From e73d77fefde565ccf836a58a44001db77e152cfd Mon Sep 17 00:00:00 2001 From: Hamed Panjeh Date: Sat, 13 Jan 2024 07:12:57 -0300 Subject: [PATCH 10/11] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef1bf6f..481aacd 100644 --- a/README.md +++ b/README.md @@ -236,4 +236,4 @@ Please review [our security policy](../../security/policy) on how to report secu The MIT License (MIT). Please see [License File](LICENSE.md) for more information. -[i8]: https://github.com/HPWebdeveloper/laravel-pay-pocket/pull/10 +[i8]: https://github.com/HPWebdeveloper/laravel-pay-pocket/releases/tag/2.0.0 From aa174d1315c8382223eb7efd03663b1d02695c8c Mon Sep 17 00:00:00 2001 From: Hamed Panjeh Date: Sat, 13 Jan 2024 09:29:53 -0300 Subject: [PATCH 11/11] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 481aacd..d344f8c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Note: `wallet_1` and `wallet_2` must already be defined in the `WalletEnums`. #### Transaction Notes ([#8][i8]) -In a case where you want to enter descriptions for a particular transaction, the `$notes` param allows you to provide information about why a transaction happened. +When you need to add descriptions for a specific transaction, the `$notes` parameter enables you to provide details explaining the reason behind the transaction. ```php $user = auth()->user();