Skip to content

Commit 0e32225

Browse files
committed
- update readme.txt
1 parent c4d6dae commit 0e32225

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,17 @@ This release is a complete re-architecture of WPGraphQL for ACF, introducing bre
118118

119119
= 2.1.0 =
120120

121+
**New Features**
121122

123+
- [#156](https://github.com/wp-graphql/wpgraphql-acf/pull/156): feat: Use published ACF values in resolvers for fields associated with posts that use the block editor, since the Block Editor has a bug preventing meta from being saved for previews. Adds a debug message if ACF fields are queried for with "asPreview" on post(s) that use the block editor.
124+
125+
**Chores / Bugfixes**
126+
127+
- [#156](https://github.com/wp-graphql/wpgraphql-acf/pull/156): fix: ACF Fields not resolving when querying "asPreview"
128+
- [#155](https://github.com/wp-graphql/wpgraphql-acf/pull/155): fix: "show_in_graphql" setting not being respected when turned "off"
129+
- [#152](https://github.com/wp-graphql/wpgraphql-acf/pull/152): fix: performance issues with mapping ACF Field Groups to the Schema
130+
- [#148](https://github.com/wp-graphql/wpgraphql-acf/pull/148): fix: bug when querying taxonomy field on blocks
131+
- [#146](https://github.com/wp-graphql/wpgraphql-acf/pull/146): chore: update phpcs to match core WPGraphQL
122132

123133
= 2.0.0 =
124134

0 commit comments

Comments
 (0)