wp-discourse icon indicating copy to clipboard operation
wp-discourse copied to clipboard

WordPress plugin that lets you use Discourse as the community engine for a WordPress blog

Results 48 wp-discourse issues
Sort by recently updated
recently updated
newest added

Just wanted to see under the **Installation Instructions** heading on [the plugin page](https://wordpress.org/plugins/wp-discourse/) what permissions are required. Apparently it's only the API key, and no special user needs to be...

Before $comment_type was a required parameter following an optional parameter and this results in: ```Deprecated: Required parameter $comment_type follows optional parameter $perform_sync in [redacted]/wp-content/plugins/wp-discourse/lib/utilities.php on line 338``` This then completely...

Bumps [trim](https://github.com/Trott/trim) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies needed to be updated together. Removes `trim` Updates `@wordpress/scripts` from 14.0.1 to 24.1.0 Release notes Sourced from @​wordpress/scripts's releases. 14.1.1 Changelog Bug Fixes Blocks:...

dependencies

[S3 Uploads](https://github.com/humanmade/S3-Uploads) plugin enables WordPress uploads to be offloaded to S3 hosting. When this plugin is activated, enabling WP Discourse connection logs throws an unhandled fatal error because the 'r+'...

When installed in conjunction with [S3 Uploads](https://github.com/humanmade/S3-Uploads), enabling Discourse logging causes an error because the handler that validates the log file size unnecessarily opens in read-write mode, which the S3...

Bumps [nth-check](https://github.com/fb55/nth-check) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies needed to be updated together. Updates `nth-check` from 1.0.2 to 2.1.1 Release notes Sourced from nth-check's releases. v2.1.1 The ESM code had some issues...

dependencies

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies needed to be updated together. Updates `markdown-it` from 10.0.0 to 12.3.2 Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in...

dependencies

Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update version b62f1da Protect against constructor modification, #84 fb427cd Link to json-schema-org...

dependencies

Why its necessary to set relative path like `/login`? Ref: `/wp-admin/admin.php?page=wp_discourse_options&tab=sso_provider&parent_tab=sso_options` ![Loom_lWQkANo9kq](https://user-images.githubusercontent.com/1642796/186353276-62a1b82d-99ee-49f6-aa9e-a1c45f0d8212.png) --- As it causes issue on WordPress `$secure` cookie, because of `PHP_URL_SCHEME`, it doesn't return `https`, because its...