6.0.0 (2023-11-13)
- Disable Gutenberg for post and widget editors
- Child post sorting (5da3044)
5.5.1 (2022-10-18)
contentModularityModules
sometimes returned all modules (8c1d47c)
5.5.0 (2022-10-18)
- Allow module shortcodes inside modules (d74fbaa)
5.4.0 (2022-10-18)
- Add support for module shortcodes (d436a2c)
- check for undefined
postid
index before resolving (1387cb1)
5.3.0 (2022-04-13)
- Pass more args to
modularity_graphql/ModPosts/contentNodes/PostObjectConnectionResolver
filter (6547634)
- Exclude current post from post module (c6d9a51)
5.2.0 (2022-02-21)
- Removes
modularity-graphql/ModPosts/posts/connection
filters and usesWPGraphQL\Data\Connection\PostObjectConnectionResolver
- Add
modularity_graphql/ModPosts/contentNodes/PostObjectConnectionResolver
filter (18cc107) - expose form module options in graphql (d54f113)
- error on missing modules (709e759)
- errors in post object connection (e8748ee)
- saves posts in order chosen by the editor (754f74a)
- When we cant find some postContentMedia dont fail. Just carry on. (47158c8)
4.0.1 (2021-08-10)
- error on manual posts (f87bdc9)
4.0.0 (2021-06-16)
- move
hideTitle
field from each module type toContentNode
- rename field
posts
tocontentNodes
onModPosts
- replace
ModularityModule
union type withContentNode
interface
- move
hideTitle
field from each module type toContentNode
(aa06371) - rename field
posts
tocontentNodes
onModPosts
(67fddf8) - replace
ModularityModule
union type withContentNode
interface (bfb9dd1) - set explicit names for acf field groups (92d371b)
- set explicit names for acf field groups (9165148)
- avoid errors when parent post isn’t found in Posts module (5d66048)
- field group name for text module (7f2115e)
- posts module did not filter by chosen post type (629b846)
- use correct type for
postContentMedia
field (9493c7e) - wrong way to add
hideTitle
toContentNode
interface (1abf459)
3.2.0 (2021-04-17)
- allow public querying of module post types (720cbee)
3.1.0 (2021-03-19)
- modules were not registered on revisions (33bbd29)
3.0.1 (2021-01-25)
- querying
posts
onModPosts
caused an error (6c5e194)
3.0.0 (2020-12-15)
- remove fields on
MediaItem
that should not be here - restructure schema
- restructure schema (1b84386)
- remove fields on
MediaItem
that should not be here (75a1589)
2.1.0 (2020-11-11)
- remove fields added by [email protected]
- add modularityEnabled on ContentType (99ddac3)
- add modularityModules to enabled post types (203f571)
- add modularityOptions on RootQuery (62442e0)
- remove fields added by [email protected] (f33cec5)