Skip to content

Releases: wp-graphql/wpgraphql-ide

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

v4.0.0

11 Sep 18:57
2b39920
Compare
Choose a tag to compare

Major Changes

  • eda911d: Updated the plugin's custom filter and action names to be consistent across the plugin

Patch Changes

  • eda911d: Fixed bug where credentials were being sent in the headers unnecessarily under certain conditions

v3.0.0

10 Sep 14:33
7341c3b
Compare
Choose a tag to compare

Major Changes

  • 7a07c0c: Change JavaScript hook names to have consistent prefix, and update codebase to meet WordPress.org standards.

v2.1.5

05 Aug 18:31
fae80b9
Compare
Choose a tag to compare

Patch Changes

  • cb6eda0: Reorder sidebar menu to always have the IDE first.
  • 1f50c93: Fixes issue where custom capability was not being assigned to the administrator role. This now happens on plugin activation.

v2.1.4

25 Jun 15:50
6544745
Compare
Choose a tag to compare

Patch Changes

v2.1.3

25 Jun 15:26
43a3482
Compare
Choose a tag to compare

Patch Changes

  • 66f7e28: - Remove npm workspaces and have webpack handle compiling of the main app and internal plugins.
  • 43479e0: - Add settings link to the IDE Settings tab from the WordPress settings page.
  • 1cfbdff: - New Capability: Introduced a new custom capability manage_graphql_ide. This capability allows administrators to control access to the WPGraphQL IDE functionalities. The capability has been assigned to the administrator role by default.

v2.1.2

28 May 21:43
2c40ea8
Compare
Choose a tag to compare

Patch Changes

  • f6745e9: - fix missing styles in latest release

v2.1.1

28 May 21:17
84fd16b
Compare
Choose a tag to compare

Patch Changes

  • c450e5a: - Reorganized plugin directories/files.