Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #70

Closed
wants to merge 23 commits into from
Closed

Dev #70

wants to merge 23 commits into from

Conversation

Zignature
Copy link

@Zignature Zignature commented Nov 29, 2021

Compatibility for EE4, EE5 and EE6 including legacy data (pre EE4) , Fluid fieldtype support, extended relationships data

- ExpressionEngine 4 or 5 required
- Several changes to the code due to database changes
- Fluid fieldtype not supported
- **Note:** not tested with Assets, Matrix and Playa
- ExpressionEngine 6 required
- Several changes to the code due to database changes
- Fluid fieldtype not supported
- **Note:** not tested with Assets, Matrix and Playa
There were problems with legacy data in v2.0.0 (for EE4 and EE5) and v3.0.0 (for EE6).

I addressed the issues and made the plugin compatible with ExpressionEngine versions 4.x, 5.x and 6.x.

Since this version covers EE4 to EE6, v2.0.0 and v3.0.0 became obsolete.
- Removed all remnants of fluid fiel data
- bumped version to 2.5.1
- Bugfix: Removed all remnants of fluid field data, since the Fluid fieldtype is not (yet) supported the remnant data is unusable at this point. Working on support for Fluid fieldtype
- Bugfix: Updated the `members` function to fit EE6.x
- Updated README files
- Bugfix: Removed all remnants of fluid field data, since the Fluid fieldtype is not (yet) supported. The remnant data is unusable at this point. Working on support for Fluid fieldtype
- Bugfix: Updated the `members` function to fit EE6.x
- Changed `addon.setup.php` and cleaned it up
- Added Fluid fieldtype support
- Extended the data returned by relationships. It now includes channel id, channel name, entry id, entry title, entry url_title, entry author id and entry username.
- Removed duplicate lines of code in the entries_grid_relationship function
- Removed caching in the entries_relationship and entries_grid_relationship functions. It interfered with relationships fields embedded inside [File_]Grid and Fluid fields.
- Changed PATH_MOD to PATH_ADDONS.
- Simplified the members functions
- Bugfix: where the username parameter didn't work
- Updated README
@Zignature Zignature closed this Nov 29, 2021
@Zignature Zignature deleted the dev branch November 29, 2021 16:27
@tommymcgahee
Copy link

I see that this was closed without a merge. Can this still be considered?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants