-
Notifications
You must be signed in to change notification settings - Fork 235
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
Closed
Dev #70
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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.
- 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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Compatibility for EE4, EE5 and EE6 including legacy data (pre EE4) , Fluid fieldtype support, extended relationships data