Skip to content

Releases: wp-graphql/wpgraphql-ide

v4.0.11

03 Jul 17:11
4933023
Compare
Choose a tag to compare

Patch Changes

v4.0.10

03 Jul 01:17
70eb19d
Compare
Choose a tag to compare

Patch Changes

  • 74c832c: chore: add period to description in readme.txt

v4.0.9

03 Jul 00:54
a6c3a9f
Compare
Choose a tag to compare

Patch Changes

  • 2eab1a7: chore: update license format in readme.txt to GPL-3.0

v4.0.8

03 Jul 00:27
0d4b4bf
Compare
Choose a tag to compare

Patch Changes

  • f610132: fix: remove duplicate git tag creation in release workflow

v4.0.7

02 Jul 01:23
5d05ae2
Compare
Choose a tag to compare

Patch Changes

  • bf627cc: Fixed an issue with plugin updates not appearing on WordPress.org
  • b47b46d: ci: attempt to fix GitHub actions auto deploy to wp.org.

v4.0.6

24 Jun 15:23
4e1d275
Compare
Choose a tag to compare

Patch Changes

  • d1df1d4: chore: update tested WordPress version to 6.8

v4.0.4

27 Feb 17:56
d99b6eb
Compare
Choose a tag to compare

Patch Changes

v4.0.3

07 Oct 14:31
60247a7
Compare
Choose a tag to compare

Patch Changes

  • fd9d099: chore: set workflow environment

v4.0.2

07 Oct 14:21
290fb68
Compare
Choose a tag to compare

Patch Changes

  • a2b5fbd: - chore: Bump supported WordPress version

v4.0.1

23 Sep 18:03
608fb23
Compare
Choose a tag to compare

Patch Changes

  • 477a555: Introduced wp_localize_escaped_data() function for recursively escaping data before localizing it in WordPress. This ensures safe output of strings, URLs, integers, and nested arrays when passing data to JavaScript, using native WordPress functions like wp_kses_post() and esc_url().

  • 477a555: Enhanced security by ensuring all localized data is properly sanitized before being passed to wp_localize_script(), preventing potential XSS vulnerabilities and ensuring safe use of dynamic data in JavaScript.

  • 4da3973: - chore: Bump the npm_and_yarn group across 1 directory with 7 updates