Skip to content

Releases: dimitriBouteille/wp-orm

3.2.0

20 May 13:32
5a7fd30
Compare
Choose a tag to compare

What's Changed

New Features 💎

Other Changes 🖇️


Current Eloquent Version: 10.x


Full Changelog: 3.1.3...3.2.0

3.1.3

12 May 17:50
0eeeadb
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

Other Changes 🖇️

  • docs: update Eloquent documentation link by @rafaucau in #58

New Contributors


Current Eloquent Version: 10.x


Full Changelog: 3.1.2...3.1.3

3.1.2

13 Apr 13:11
e19c0d0
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

Other Changes 🖇️

New Contributors


Current Eloquent Version: 10.x


Full Changelog: 3.1.1...3.1.2

3.1.1

24 Mar 08:59
f16f742
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

Other Changes 🖇️


Current Eloquent Version: 10.x


Full Changelog: 3.1.0...3.1.1

3.1.0

16 Mar 18:39
7174a04
Compare
Choose a tag to compare

What's Changed

The Database class has been completely refactored to fix several bugs, improve compatibility with models and prepare the next version of the module that should contain new features.

In addition, In order to improve the quality, tests related to the WordPress database have been added.

New Features 💎

Fixes ⛑️

Other Changes 🖇️


Current Eloquent Version: 10.x


Full Changelog: 3.0.2...3.1.0

3.0.2

09 Mar 10:42
ba3296f
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

Other Changes 🖇️

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

04 Mar 21:05
0a5defc
Compare
Choose a tag to compare

What's Changed

Other Changes 🖇️

Full Changelog: 3.0.0...3.0.1

3.0.0

11 Feb 17:33
dc099ff
Compare
Choose a tag to compare

What's Changed

New major version that contains some changes. Many of the changes have no impact on your code if you don’t have a custom model. Conversely, if you have custom models, please take the time to test your code.

⚠️ Several functions have been deprecated, please replace these functions with the new ones. Deprecated functions will be removed in a future release.

❤️ if you have any problem with this version, you can create an issue :)

💡 Versions V1 and V2 are no longer maintained.


Breaking Changes 🛠

  • Welcome PHP 8.1 in #6
  • Refactor meta (Post & User) logic
  • Refactor CustomPost logic
  • Update illuminate/database to ^10.0
  • The properties hasOne/hasMany are read-only (property-read)
  • Delete model \Dbout\WpOrm\Models\CustomComment - Planned in a future release

New Features 💎

  • Add findOneBy* functions on some models in #12
  • Create multiple taps in #12
  • Create documentations in #7
  • Add Wordpress Enums (PingStatus, PostStatus and YesNo)

Other Changes 🖇️

  • Add PHPStan tool level 5
  • Add PHPCsFixer
  • Add PHPUnit
  • Add Rector
  • Create github actions
  • Create issue templates
  • Define default_migration_table and default_database options in \Dbout\WpOrm\Migration\Config::createPhinxConfig()
  • Deprecated some functions in \Dbout\WpOrm\Models\Comment

3.0.0-beta.6

29 Jan 21:04
Compare
Choose a tag to compare
3.0.0-beta.6 Pre-release
Pre-release
  • Add WithMetaBuilderTest
  • Fix bug in \Dbout\WpOrm\Builders\AbstractWithMetaBuilder::joinToMeta() with join

v3.0.0-beta.5

22 Jan 14:31
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

Be-careful with this version, is a beta. If you have any problem with this beta, you can create an issue :)

📖 You can find details here: #14.

📆 If there are no issues with this version, the real release will be published in late February when the documentation will be completely finished.