Skip to content

Commit

Permalink
πŸ”– prepare v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfazioli committed Oct 16, 2024
1 parent a0416af commit 01e9a3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for 1.6.x

## 1.6.6 - October 10, 2024
## 1.7.0 - October 16, 2024

### ✨ Added

Expand All @@ -11,15 +11,14 @@
- Added new `$usePrefix`property in the `Migration` class to query the database table with or without the table prefix.
- Added new `$usePrefix`property in the `Seeder` class to query the database table with or without the table prefix.
- Added new [WPKirk-Database-Boilerplate](https://github.com/wpbones/WPKirk-Database-Boilerplate) example plugin.
- Added new [Templates]() section in the documentation.

### πŸ’Ž Changed and Improved

- Updated the [Logging documentation](https://wpbones.com/docs/CoreConcepts/logging) to reflect the new changes.
- Updated the [Core Plugin Files documentation](https://wpbones.com/docs/CorePluginFiles/config/config-plugin) to reflect the new changes.
- Database table prefix is now optional in the `DB::table()` method, `Model`, `Migration`, and `Seeder` classes.
- Updated the [Database](https://wpbones.com/docs/DatabaseORM/eloquent-orm) documentation to reflect the new changes.
- Updated and improved the [WPKirk Demo]() plugin.
- Updated and improved the [WPKirk Demo](https://github.com/wpbones/WPKirk) plugin.

### πŸ› Fixed

Expand Down

0 comments on commit 01e9a3c

Please sign in to comment.