Skip to content

Releases: technway/graphql-starter

v1.2.1

30 Jan 07:11
27c081e
Compare
Choose a tag to compare

1.2.1 (2025-01-30)

Bug Fixes

  • composer: resolve version mismatch between composer.json and Git tags (6f264c9)

Miscellaneous Chores

1.1.0 (2025-01-30)

30 Jan 06:14
Compare
Choose a tag to compare

Features

  • add docs and tests for post comments (ee88ee3)
  • add like/unlike functionality for posts (82126df)
  • add posts pagination docs and tests (4703284)
  • add theme configuration file (69eba1c)

Bug Fixes

  • import file responsible for like/unlike functionality (26b8de9)
  • resolve 'Publishing failed' error (d028d89)

Miscellaneous Chores

  • decrease initialized CPTs/CFs by default (1a0c261)

1.0.0 (2025-01-28)

28 Jan 14:50
Compare
Choose a tag to compare

Features

  • add support for navigation menus (067738d)
  • redirect FE and REST requests to wp-admin instead of /graphql (5ebd2f2)

Bug Fixes

  • ensure reliable FE redirection to /graphql (937112f)
  • gracefully load theme without WPGraphQL (2e3a16d)
  • undefined variable in CustomField class (410360e)