Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Aug 8, 2023
1 parent ba5cce5 commit c7b66d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release Notes for Element Meta

## 4.0.0 - 2023-07-30
> {note} Breaking Change. See [README](https://github.com/matfish2/craft-entry-meta#version-4) for further information
> {note} Breaking Change. See [README](https://github.com/matfish2/craft-entry-meta#migrating-to-version-4) for further information
### Improved
- Use a dedicated polymorphic table

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
> Version 4 is now out using a dedicated polymorphic table.
> If you are migrating from version 3, please read the relevant section [here](#version-4)
> If you are migrating from version 3, please read the relevant section [here](#migrating-to-version-4)
# Element Meta

This package adds the ability to save schemaless metadata to all element types, including custom elements.
Expand Down Expand Up @@ -156,7 +156,7 @@ Entry::find()->whereMetadata('foo.bar','baz')->orderByMetadata('foobar.baz');
By default metadata is rendered on the sidebar along with Craft's metadata (status, created at, updated at).
You can disable this behaviour via the plugin settings page.

## Version 4
## Migrating to version 4
Version 4 introduces an internal change to the way metadata is stored.
Up until now metadata was saved to an additional `emMetadata` column on the respective tables (e.g `entries`).
This was replaced in version 4 with a single polymorphic table that stores all metadata.
Expand Down

0 comments on commit c7b66d8

Please sign in to comment.