Releases: wp-graphql/wpgraphql-ide
Releases · wp-graphql/wpgraphql-ide
v4.0.3
v4.0.2
v4.0.1
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 likewp_kses_post()
andesc_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
v3.0.0
v2.1.5
v2.1.4
v2.1.3
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 theadministrator
role by default.