Skip to content

Commit d46521e

Browse files
Merge branch 'main' of github.com:WatheqAlshowaiter/backup-tables
2 parents 231938d + a8948bf commit d46521e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to `backup-tables` will be documented in this file.
44

5+
## 1.4.0 - 2025-02-26
6+
7+
### What's Changed
8+
9+
* refactor: change now() to $now in tests to prevent some issues in som… by @WatheqAlshowaiter in https://github.com/WatheqAlshowaiter/backup-tables/pull/5
10+
* Support laravel 12 & php 8.4 by @WatheqAlshowaiter in https://github.com/WatheqAlshowaiter/backup-tables/pull/13
11+
12+
**Full Changelog**: https://github.com/WatheqAlshowaiter/backup-tables/compare/1.3.0...1.4.0
13+
514
## 1.3.0 - 2025-01-28
615

716
### What's Changed
@@ -12,6 +21,7 @@ All notable changes to `backup-tables` will be documented in this file.
1221
php artisan backup:tables users posts # users_backup_2024_08_22_17_40_01, posts_backup_2024_08_22_17_40_01
1322
php artisan backup:tables \\App\\Models\\User \\App\\Models\\Post # users_backup_2024_08_22_17_40_01, posts_backup_2024_08_22_17_40_01
1423

24+
1525
```
1626
**Full Changelog**: https://github.com/WatheqAlshowaiter/backup-tables/compare/1.2.2...1.3.0
1727

0 commit comments

Comments
 (0)