Angus McLeod
8b1a7d68d8
Update to PHPUnit 9 ( #493 )
...
* Update phpunit
* phpunit dependency should only be require-dev
* Exclude tests from CI php version syntax check
* We only need to run sniff and jshint on the latest supported version
* Run tests on php 8.2
2023-11-14 16:55:36 -08:00
Simon Cossar
d5d84d9db5
DEV: Refactor xmlrpc_publish_post_to_discourse ( #491 )
...
* Refactor xmlrpc_publish_post_to_discourse; Return wp_mail success response from publish_failure_notification.
* Add missing doc comments; don't use magic method to access title.
* Pass post title to sync_to_discourse without setting it as a variable; Use '__return_true' in add_filter callback.
2023-10-30 09:38:54 -07:00
Simon Cossar
70fbc7ca32
DEV: Refactor publish_post_after_save function ( #488 )
...
* Refactor publish_post_after_save function
* Simplify return statements; move update_post_meta call out of force_publish_post function.
* Simplify publish_to_discourse condition; Add tests for the force-publish option.
* Use gmdate() instead of date() in force_publish_max_age test.
* Add force_publish_allowed method and property; Update unit tests.
* Remove type declaration from property. Not suported in < php7.4
2023-10-20 09:50:02 -07:00
dependabot[bot]
7a810ab710
Bump @babel/traverse from 7.20.1 to 7.23.2 in /blocks/comments ( #490 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.20.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 15:53:54 +02:00
dependabot[bot]
6b6829fa97
Bump @babel/traverse from 7.13.0 to 7.23.2 in /admin/discourse-sidebar ( #489 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.13.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 15:27:06 +02:00
dependabot[bot]
e2657990a3
Bump word-wrap from 1.2.3 to 1.2.4 in /admin/discourse-sidebar ( #482 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-20 00:03:55 +02:00
Angus McLeod
0e4e7d944b
Two Four Nine ( #480 )
...
* WP < 5.5 backwards compatibility
* WP 5.1.2 to 5.3 compatibility
* Fix linting
* Fix test workflow matrix
* Matrix requires array
* Update multisite phpunit config
* More linting fixes
* Update metadata
* Update release note
2023-03-09 16:37:10 -07:00
Daniel Thomas
2c498b73ec
Add missing initialisation of optional parameter ( #461 )
...
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 breaks login on our Wordpress instance. Adding ```= null``` seems to fix the problem.
Co-authored-by: Angus McLeod <angus@mcleod.org.au>
2023-02-15 12:17:16 -08:00
Gary McPherson
42b81e903f
Fixes incompatibility issue with S3 Uploads plugin ( #454 )
...
* fix: fixes fatal error caused by 'r+' mode
Fixes incompatibility with S3 Uploads plugin
* chore: bump plugin version
---------
Co-authored-by: Angus McLeod <angus@mcleod.org.au>
2023-02-15 12:16:41 -08:00
Jme
33d7f1fe75
Update for compatibility with get_the_excerpt filter ( #433 )
...
Fixes #432
Co-authored-by: Angus McLeod <angus@mcleod.org.au>
2023-02-15 12:16:32 -08:00
James Nylen
3fd1644c13
Fix HTML of avatars in quotes in comments ( #369 )
...
* Add alt attributes for participant avatars
* Add alt attributes for quote avatars in comment bodies
* Update formatting and utility usage, and fix tests.
* Convert add_avatar_alt to fix_avatars_in_quotes
Adds a fix for avatar srcs with relative protocols.
---------
Co-authored-by: timbocode <timbocode@gmail.com>
Co-authored-by: Angus McLeod <angus@mcleod.org.au>
2023-02-15 12:16:19 -08:00
Angus McLeod
0473d432b3
Target workflow to release labels ( #478 )
2023-02-14 13:36:46 -08:00
dependabot[bot]
58f0ba66f3
Bump json-schema and jsprim in /admin/discourse-sidebar ( #466 )
...
Bumps [json-schema](https://github.com/kriszyp/json-schema ) and [jsprim](https://github.com/joyent/node-jsprim ). These dependencies needed to be updated together.
Updates `json-schema` from 0.2.3 to 0.4.0
- [Release notes](https://github.com/kriszyp/json-schema/releases )
- [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0 )
Updates `jsprim` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/joyent/node-jsprim/releases )
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md )
- [Commits](https://github.com/joyent/node-jsprim/compare/v1.4.1...v1.4.2 )
---
updated-dependencies:
- dependency-name: json-schema
dependency-type: indirect
- dependency-name: jsprim
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 17:07:32 +01:00
dependabot[bot]
7aa0da8a78
Bump json5 from 1.0.1 to 1.0.2 in /admin/discourse-sidebar ( #474 )
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 17:02:18 +01:00
dependabot[bot]
02ebbb29ac
Bump json5 from 1.0.1 to 1.0.2 in /blocks/comments ( #476 )
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 17:01:59 +01:00
Jarek Radosz
11606396ac
DEV: Update CI workflows ( #475 )
...
1. Updated actions
2. Updated node to the latest LTS
3. Ran a yaml linter
4. Enabled npm caching
5. Disabled metadata checks for PRs that only update `.github` directory, or package.json/package-lock.json files
2023-01-09 16:59:38 +01:00
Angus McLeod
cb6e3343bd
Two Four Eight ( #472 )
...
* Only update metafile when needed and always add date to filename
* Add setting to disable logs entirely
* Bump version and add release notes
* Update unit-test.php
2022-12-31 20:57:16 -08:00
Angus McLeod
cb91768161
Two Four Seven ( #469 )
...
* Add comment block
* Various bugfixes
* Bump versions
* Fix unit tests
* phpcs fixes
* Escape html output
* Update .jshintignore
* Update WP PHPCS usage && fix warning in log_viewer
* Update contact section of readme
We'll be closing issues on the github repo and directing all contact to https://meta.discourse.org/c/support/wordpress
2022-12-23 11:28:43 -08:00
dependabot[bot]
94298c790f
Bump qs from 6.5.2 to 6.5.3 in /admin/discourse-sidebar ( #471 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-11 17:08:51 +01:00
dependabot[bot]
7a6e4adfe1
Bump decode-uri-component in /admin/discourse-sidebar ( #468 )
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 12:27:41 +01:00
dependabot[bot]
3f5193d901
Bump minimatch from 3.0.4 to 3.0.8 in /admin/discourse-sidebar ( #465 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 11:34:05 +01:00
dependabot[bot]
4a3e806046
Bump loader-utils from 1.4.0 to 1.4.2 in /admin/discourse-sidebar ( #464 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 11:30:46 +01:00
Angus McLeod
c49b5098ce
Two four six ( #459 )
...
* IMPROVE: improvements to utility function get_discourse_comments
Allows for get_discourse_comments to:
- Operate without comments being enabled
- Trigger a sync
- Bypass the comment cache
- Determine the comment type
* IMPROVE: add wpdc_after_webhook_post_update action to topic webhook
Adds the action wpdc_after_webhook_post_update which fires after the topic sync webhook has finished updating the topic metadata. Receives any updated wordpress post ids as an argument.
* Apply phpcs to lib/utilities
* Update version and release notes
* Update composer
2022-09-21 11:46:17 -07:00
dependabot[bot]
c06c516567
Bump terser from 4.8.0 to 4.8.1 in /admin/discourse-sidebar ( #452 )
2022-07-22 16:38:45 +02:00
Angus McLeod
b4a5539706
two four five ( #451 )
...
* FIX: when WP is the connect client and sync logout is enabled the response needs to be raw
https://meta.discourse.org/t/wpdiscourse-logout-not-working/232011
* IMPROVE: add the WP post_id to the wpdc_publish_body filter
https://meta.discourse.org/t/how-to-tag-posts-that-are-published-from-wordpress-to-discourse/99927
* Fix metadata and linting
2022-07-06 10:21:44 -07:00
Angus McLeod
27842753cd
Add wp_discourse_after_publish action ( #450 )
2022-07-04 09:49:19 -07:00
Angus McLeod
b19c82a7a9
Two Four Three ( #431 )
...
* Use scopes in connection status test
* Apply linting
* Add scopes root
* Fix unit tests
* Apply phpcs to test-discourse-connection
* Apply better spacing to test file
* Copy and version fixes
* Test and copy updates
* Update Logo (Wordpress 6.0 Support)
See further https://core.trac.wordpress.org/ticket/55539
* Add wpdc_publish_body filter
Filter to modify body sent when creating or updating posts
* Sidebar linting
* Make phpcs happy
* Update release notes
2022-05-24 09:27:51 -07:00
Angus McLeod
7e86834666
Fixes for comment formatter log issue ( #449 )
...
* Comment out comment_formatter log
* Format comment
* Update version
* Comment out relevant test
* Try removing PHPEnv
* Update formatting.yml
* Update formatting.yml
* Apply changes to other actions
* Add release note about github action changes
* Update to fix note
* Return without running formatter if comments are disabled
* Fix test linting
* Update test-discourse-comment.php
2022-05-11 11:29:59 -07:00
dependabot[bot]
8f763abf5a
Bump async from 2.6.3 to 2.6.4 in /admin/discourse-sidebar ( #448 )
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 01:38:17 +02:00
dependabot[bot]
7abcf5d575
Bump ansi-regex from 4.1.0 to 4.1.1 in /admin/discourse-sidebar ( #444 )
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 11:59:06 +02:00
dependabot[bot]
ca7a4c9744
Bump trim-newlines from 3.0.0 to 3.0.1 in /admin/discourse-sidebar ( #412 )
...
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases )
- [Commits](https://github.com/sindresorhus/trim-newlines/commits )
---
updated-dependencies:
- dependency-name: trim-newlines
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 11:56:48 +02:00
dependabot[bot]
08f01516f6
Bump tmpl from 1.0.4 to 1.0.5 in /admin/discourse-sidebar ( #423 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 11:56:13 +02:00
dependabot[bot]
1054484456
Bump minimist from 1.2.5 to 1.2.6 in /admin/discourse-sidebar ( #443 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 11:55:53 +02:00
dependabot[bot]
84b2d8626f
Bump ws from 7.4.4 to 7.5.7 in /admin/discourse-sidebar ( #442 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.4.4 to 7.5.7.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.4...7.5.7 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-05 18:51:20 +01:00
dependabot[bot]
e873dd788a
Bump browserslist from 4.16.3 to 4.19.3 in /admin/discourse-sidebar ( #441 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.3 to 4.19.3.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.19.3 )
---
updated-dependencies:
- dependency-name: browserslist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-05 18:51:07 +01:00
dependabot[bot]
7c1a25cf78
Bump tar from 6.1.0 to 6.1.11 in /admin/discourse-sidebar ( #427 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-05 18:42:53 +01:00
dependabot[bot]
22cdba77d8
Bump postcss from 7.0.35 to 7.0.39 in /admin/discourse-sidebar ( #428 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.35 to 7.0.39.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.39 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-05 18:42:30 +01:00
Angus McLeod
79e5953e67
Copy updates and discourse-publish bugfix ( #440 )
...
* post_update bugfix (after moving to discourse_request)
* Update api key copy
* Bump version
2022-02-28 11:22:26 -08:00
Angus McLeod
e69b1798dc
Two four zero ( #439 )
...
* Reinstate api-username for publication user
- Reinstate api-username in the publication header as the default method of user selection
- Keep change_owner approach wrapped in a setting
- Add tests for both
* Apply phpcs to tests
* Bump version
* Fix phpcs issues
2022-02-24 10:49:15 -08:00
dependabot[bot]
75e32d45b0
Bump node-fetch from 2.6.1 to 2.6.7 in /admin/discourse-sidebar ( #438 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 19:50:26 +01:00
Angus McLeod
90db807e1c
Improve Discourse Username support && request and test updates ( #437 )
...
* Add proper support for Discourse Username
* Update tests config
* Update version
* Bump version
2022-02-22 10:38:46 -08:00
Angus McLeod
0269054ee6
Wordpress 5.9 support, request standardisation and unit test improvements. ( #436 )
...
* Request consolidation && Version increment
- Confirm Wordpress 5.9 support.
- Complete wp_remote_request standardisation.
- Add discourse_request tests.
* Move to JSON posting and tag support
* Readme updates
* Update readme.txt
2022-02-10 13:33:21 -08:00
Angus McLeod
5dc4ac0871
Update workflows and documentation ( #430 )
...
* Reformat workflows, add metadata workflow and add contributing doc
* Update workflow names
* Update metadata.yml
* Update metadata.yml
* Fix script syntax
* Add package.json for tests
* Move setup node up
* Remove npm caching
* Rearrange metadata run order
* Fix metadata script comparisons
* Increment versions and add release note
2021-12-07 13:53:22 -08:00
Natalie Tay
2d8e88f957
FIX: Use correct verb for sync_sso request ( #429 )
...
* Use correct verb for sync_sso request
* Fix formatting issue for the PHP codesniffer
* Bump version to 2.3.6
Co-authored-by: scossar <scossar3@gmail.com>
2021-12-06 17:37:56 -08:00
Angus McLeod
866038dc6c
Complete tests and logs ( #426 )
...
* WIP: various tests and logs
* Complete tests and logs for primary classes
* Minor fix
* WIP: various tests and logs
* Complete tests and logs for primary classes
* Minor fix
* Remove incorrectly merged code
* PHPCS fixes
* Add phpunit polifils as a dev dependency
* Bump phpunit polyfills version
* Minor test and dependency fixes
* Update ci.yml
* Complete multisite tests and integrate in CI
* Change coverage focus to entire lib folder
* Update TESTS.md
* Add logging to connection status
* Update verbose log settings
* Make verbose logging network settings in multisite
* Add utilities tests
* PHPCS fix
* Update version and add release notes
* Update settings-validator.php
2021-12-01 12:36:18 -08:00
Angus McLeod
012596620e
DEV: data-* attributes are now allowed by default ( #425 )
...
* DEV: data-* attributes are now allowed by default
See https://core.trac.wordpress.org/changeset/43981 . Note that this old usage causes issues with data attributes used by other plugins.
* Bump version and add release notes
2021-11-09 19:01:22 -08:00
Angus McLeod
bb7354bacf
Update api key copy ( #424 )
...
* Update copy
* Bump version and add release notes
2021-11-09 09:24:55 -08:00
Angus McLeod
420d577aa0
IMPROVE: add translation pipeline for configurable text ( #422 )
...
* IMPROVE: add translation pipeline for configurable text
* Update version and release notes
* Update ci.yml
2021-11-05 12:17:25 -07:00
Angus McLeod
d6920fd665
Adopt Discourse approach to tag cleaning ( #421 )
...
* Add diacritics to allowed characters in tags
* Adopt the same approach to tag cleaning as used in core
* Bump version
2021-10-06 16:50:45 -07:00
dependabot[bot]
653d83c8fc
Bump path-parse from 1.0.6 to 1.0.7 in /admin/discourse-sidebar ( #419 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-13 11:45:22 +02:00