Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Support strapi 4.10.7+ #37

Open chohner opened 1 year ago

chohner commented 1 year ago

There might be a cleaner solution but it seems like since strapi v4.10.7, the event parameter is passed as a string deep, rather than an array [deep].

This should be backwards compatible, tested locally on 4.10.7 and 4.11.0

askpatrickw commented 11 months ago

@Barelydead is there a plan to review and accept PRs to keep up with Strapi versions? @gabyzif, maybe you can offer to assist on this project?

paulwellnerbou commented 4 months ago

@chohner We are using Strapi 4.20 and it works out of the box, without this MR, is this still necessary for you?