{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":104458989,"defaultBranch":"trunk","name":"health-check","ownerLogin":"WordPress","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-09-22T09:48:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/276006?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1697718056.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"af21537f0538581b324719617dbb7bc31ffbe3a9","ref":"refs/heads/dependabot/npm_and_yarn/babel/traverse-7.23.2","pushedAt":"2023-10-19T12:20:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump @babel/traverse from 7.22.8 to 7.23.2\n\nBumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)\n\n---\nupdated-dependencies:\n- dependency-name: \"@babel/traverse\"\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump @babel/traverse from 7.22.8 to 7.23.2"}},{"before":null,"after":"4658ff78a9a1cf3ce1078c9ef24bf66631972b50","ref":"refs/heads/dependabot/npm_and_yarn/postcss-8.4.31","pushedAt":"2023-10-08T00:37:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump postcss from 8.4.27 to 8.4.31\n\nBumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.\n- [Release notes](https://github.com/postcss/postcss/releases)\n- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31)\n\n---\nupdated-dependencies:\n- dependency-name: postcss\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump postcss from 8.4.27 to 8.4.31"}},{"before":"57260a27b8ac4a286ad32e4d7810d4d432948ab4","after":"ed432ee08df367a8c1900bc470bb66d12f54cf2a","ref":"refs/heads/trunk","pushedAt":"2023-08-13T17:59:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Fix typos (#463)","shortMessageHtmlLink":"Fix typos (#463)"}},{"before":"2ea386050b74d0937496f5a59a336979033e41ab","after":"57260a27b8ac4a286ad32e4d7810d4d432948ab4","ref":"refs/heads/trunk","pushedAt":"2023-08-13T17:56:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Fix copy text for robots.txt viewer (#464)","shortMessageHtmlLink":"Fix copy text for robots.txt viewer (#464)"}},{"before":"b9d4288aa1959c8bff9efca6d623cf329b051097","after":"2ea386050b74d0937496f5a59a336979033e41ab","ref":"refs/heads/trunk","pushedAt":"2023-08-06T12:34:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Version bump mu-plugin 1.9.1","shortMessageHtmlLink":"Version bump mu-plugin 1.9.1"}},{"before":"2c0dce8ca83100fb0c33165eaaef74ae5b02caf3","after":"b9d4288aa1959c8bff9efca6d623cf329b051097","ref":"refs/heads/trunk","pushedAt":"2023-08-06T12:32:02.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Version bump 1.7.0","shortMessageHtmlLink":"Version bump 1.7.0"}},{"before":"7027a106d506fa20fd8b993640b20d02da724052","after":"2c0dce8ca83100fb0c33165eaaef74ae5b02caf3","ref":"refs/heads/trunk","pushedAt":"2023-08-06T11:59:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"PHPCS: Fix code style after previous commit.","shortMessageHtmlLink":"PHPCS: Fix code style after previous commit."}},{"before":"c8c2b1e548ce689a9518699af13f18ed73bd099d","after":"7027a106d506fa20fd8b993640b20d02da724052","ref":"refs/heads/trunk","pushedAt":"2023-08-06T11:58:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Plugin init: Ensure files relying on translations are called after `plugins_loaded`.\n\nTranslation data may not be immediately available until WordPress has finished initializing. Moving all calls that happen before this that contain translation functions within an action hook to ensure correct load orders will let both WordPress core, and any translation plugins used, get ready before the plugin needs them.\n\nProps @swisspidy, @Zodiac1978, @ipajen.\nFixes #448.","shortMessageHtmlLink":"Plugin init: Ensure files relying on translations are called after `p…"}},{"before":"509b88a810b82b25ba25d7545890668c7ba50062","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/word-wrap-1.2.5","pushedAt":"2023-08-06T11:20:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"5d5ff22789682336d74cbb3561f51dda5be0d11d","after":"c8c2b1e548ce689a9518699af13f18ed73bd099d","ref":"refs/heads/trunk","pushedAt":"2023-08-06T11:20:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Tools: Update Composer and Node packages.","shortMessageHtmlLink":"Tools: Update Composer and Node packages."}},{"before":"d9f9b04117f95fc931e130fb7cc67a0fe98dcfc8","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/word-wrap-1.2.4","pushedAt":"2023-08-06T11:11:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"509b88a810b82b25ba25d7545890668c7ba50062","ref":"refs/heads/dependabot/npm_and_yarn/word-wrap-1.2.5","pushedAt":"2023-08-06T11:11:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump word-wrap from 1.2.3 to 1.2.5\n\nBumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.\n- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)\n- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)\n\n---\nupdated-dependencies:\n- dependency-name: word-wrap\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump word-wrap from 1.2.3 to 1.2.5"}},{"before":"fe67280a228a6a5ee4f4fc5607961e49c8370134","after":"5d5ff22789682336d74cbb3561f51dda5be0d11d","ref":"refs/heads/trunk","pushedAt":"2023-08-06T11:08:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Troubleshooting mode: Explicitly set cookie as an empty string when disabling troubleshooting mode.\n\nFixes #453.","shortMessageHtmlLink":"Troubleshooting mode: Explicitly set cookie as an empty string when d…"}},{"before":"7bfcba4be33bc275dcb580654d57a493c874b5a6","after":null,"ref":"refs/heads/feature/beta/screenshots","pushedAt":"2023-08-06T11:01:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"}},{"before":"2e70fcc05a9d6b599e16c9c4c1894bf833797a27","after":"fe67280a228a6a5ee4f4fc5607961e49c8370134","ref":"refs/heads/trunk","pushedAt":"2023-08-06T11:01:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Tools: Introduce beta feature toggle. (#458)","shortMessageHtmlLink":"Tools: Introduce beta feature toggle. (#458)"}},{"before":"6e0bbba80d4e50a461013ddda638f6c97efe30d1","after":"7bfcba4be33bc275dcb580654d57a493c874b5a6","ref":"refs/heads/feature/beta/screenshots","pushedAt":"2023-08-06T10:50:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"PHPCS: Remove trailing comma in function call.","shortMessageHtmlLink":"PHPCS: Remove trailing comma in function call."}},{"before":"84ff3ee9974fb656ab2858c0ead3f5ff0944a4f1","after":"6e0bbba80d4e50a461013ddda638f6c97efe30d1","ref":"refs/heads/feature/beta/screenshots","pushedAt":"2023-08-06T10:38:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Screenshots: Introduce the new screenshot beta feature.\n\nScreenshots are often vital to a support request, but not everyone is familiar with how to take one, or how to share it. This introduces a beta feature with a fixed button that will both take a screenshot, and store it on your site (outside the media library), and then provides the user both the ability to view them, copy the image code for sharing directly on the support forums, and even own the content by being able to delete it as they wish.\n\nThe feature is currently in beta mode, as screenshots may not always accurately represent the markup of a site, and is there to gather wider feedback on implementation and behavior.","shortMessageHtmlLink":"Screenshots: Introduce the new screenshot beta feature."}},{"before":"015347bc7cf1b5fb81281add0a7db5d4f7b5de66","after":"2e70fcc05a9d6b599e16c9c4c1894bf833797a27","ref":"refs/heads/trunk","pushedAt":"2023-08-06T10:36:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Update doc block (#457)","shortMessageHtmlLink":"Update doc block (#457)"}},{"before":"1e0b6f51d2cada60fbc58c10db94d1688af2bb8c","after":"015347bc7cf1b5fb81281add0a7db5d4f7b5de66","ref":"refs/heads/trunk","pushedAt":"2023-08-06T10:35:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Add check for robots.txt file (#456)","shortMessageHtmlLink":"Add check for robots.txt file (#456)"}},{"before":null,"after":"84ff3ee9974fb656ab2858c0ead3f5ff0944a4f1","ref":"refs/heads/feature/beta/screenshots","pushedAt":"2023-08-06T01:26:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Screenshots: Introduce the new screenshot beta feature.\n\nScreenshots are often vital to a support request, but not everyone is familiar with how to take one, or how to share it. This introduces a beta feature with a fixed button that will both take a screenshot, and store it on your site (outside the media library), and then provides the user both the ability to view them, copy the image code for sharing directly on the support forums, and even own the content by being able to delete it as they wish.\n\nThe feature is currently in beta mode, as screenshots may not always accurately represent the markup of a site, and is there to gather wider feedback on implementation and behavior.","shortMessageHtmlLink":"Screenshots: Introduce the new screenshot beta feature."}},{"before":null,"after":"d9f9b04117f95fc931e130fb7cc67a0fe98dcfc8","ref":"refs/heads/dependabot/npm_and_yarn/word-wrap-1.2.4","pushedAt":"2023-07-19T05:29:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump word-wrap from 1.2.3 to 1.2.4\n\nBumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.\n- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)\n- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)\n\n---\nupdated-dependencies:\n- dependency-name: word-wrap\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump word-wrap from 1.2.3 to 1.2.4"}},{"before":"906e7e727ddbffaeaac56221f12051c75f8bd9db","after":"1e0b6f51d2cada60fbc58c10db94d1688af2bb8c","ref":"refs/heads/trunk","pushedAt":"2023-06-26T13:24:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Troubleshooting Mode: Use correct URL for the disable action in subdirectory scenarios.\n\nWhen either WordPress is installed in a subdirectory, or a multisite is used, the path to the site is added to `site_url()`. The Troubleshooting Mode event of deactivating itself would append `$_SERVER['REQUEST_URI']` to this call, leading to unintentionally appending double subdirectory entries.\n\nProps @ipajen.\nFixes #445.","shortMessageHtmlLink":"Troubleshooting Mode: Use correct URL for the disable action in subdi…"}},{"before":"b1175b9a8a5a63054da1af4ab044afd7388fb887","after":"906e7e727ddbffaeaac56221f12051c75f8bd9db","ref":"refs/heads/trunk","pushedAt":"2023-06-26T10:50:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Styles: Nicer navigation tabs on smaller viewports.\n\n When the viewport becomes small, the longer titles introduced by the plugin may cause the wrapper to overflow, and break the wp-admin layout.\n\nThis switches to a 2-wide grid when the viewport becomes reasonably small to address this.\n\nProps @ipajen.\nFixes #446.","shortMessageHtmlLink":"Styles: Nicer navigation tabs on smaller viewports."}},{"before":"e5ad3d08da69499b69ba4c4a85ed09e104304903","after":"b1175b9a8a5a63054da1af4ab044afd7388fb887","ref":"refs/heads/trunk","pushedAt":"2023-06-26T10:10:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Troubleshooting Mode: Add reference to how one can troubleshoot as other users, or site visitors.\n\nThis adds references to the User Switching plugin, which does a wonderful job of letting you switch to other users, or anonymous site visitors. The plugin is compatible with troubleshooting mode, letting you use the site as intended, while the troubleshooting options remain active.\n\nSee #103","shortMessageHtmlLink":"Troubleshooting Mode: Add reference to how one can troubleshoot as ot…"}},{"before":"1b095a7568d483df69565bcec7b95fa759fa5a58","after":"e5ad3d08da69499b69ba4c4a85ed09e104304903","ref":"refs/heads/trunk","pushedAt":"2023-06-26T09:53:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Tools: Check the time it takes to send an e-mail with `wp_mail`.\n\nE-mail deliverables are complicated things, and although `wp_mail` may not be triggering errors, if a SMTP plugin is in use for example, a prolonged sending time may indicate upstream issues, or an overloaded local system in cases where it is used.\n\nThis will warn users if an email message took more than 3 seconds to send.\n\nFixes #376.","shortMessageHtmlLink":"Tools: Check the time it takes to send an e-mail with wp_mail."}},{"before":"86823e5ffd0592bb09903cc3c3e683690365c29f","after":"1b095a7568d483df69565bcec7b95fa759fa5a58","ref":"refs/heads/trunk","pushedAt":"2023-06-26T09:39:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Tools: Add unexpected file detection to integrity checker.\n\nValidation of core checksums is nice, but if there are other unexpected files in the filesystem, the integrity of them is _technically_ not passing.\n\nThis introduces a second pass of any files in the core file locations that will alert of unknown files (files that do not exist within the checksum response).\n\nProps @Zodiac1978.\nFixes #259.","shortMessageHtmlLink":"Tools: Add unexpected file detection to integrity checker."}},{"before":"6160ae0e895761e3a6791629eb5521ed49912936","after":"86823e5ffd0592bb09903cc3c3e683690365c29f","ref":"refs/heads/trunk","pushedAt":"2023-06-25T22:57:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Tools: Debug log viewer.\n\nThis is an initial implementation of a debug log viewer, it will only provide output if debug logging is enabled, and due to the potential fragility of modifying `wp-config.php` on the fly, does not allow the user to enable/disable logging at this time.\n\nProps @mrxkon, @Zodiac1978.\nFixes #63.","shortMessageHtmlLink":"Tools: Debug log viewer."}},{"before":"621808ddbf7df2c6a8136347c3cf2fd4a6de1734","after":"6160ae0e895761e3a6791629eb5521ed49912936","ref":"refs/heads/trunk","pushedAt":"2023-06-25T22:21:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Tooling: Update package dependencies","shortMessageHtmlLink":"Tooling: Update package dependencies"}},{"before":"5efc3e62b9e5ef2ea6048c8c40d018dea2047fd6","after":"621808ddbf7df2c6a8136347c3cf2fd4a6de1734","ref":"refs/heads/trunk","pushedAt":"2023-05-26T11:13:11.274Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"PHP Compat Checker: Fix WPTide API requests.\n\nThe API for WPTide has changed, both in URL structure, but also the output it generates.\n\nThis updates the API to the new location, and also updates sets the correct JSON path for retrieving PHP compatibility information.\n\nProps @ipajen.\nFixes #447.","shortMessageHtmlLink":"PHP Compat Checker: Fix WPTide API requests."}},{"before":"91d9abb1f683b13d03053102ee11bee33bec2820","after":"5efc3e62b9e5ef2ea6048c8c40d018dea2047fd6","ref":"refs/heads/trunk","pushedAt":"2023-03-31T13:13:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clorith","name":"Marius L. Jensen","path":"/Clorith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/468735?s=80&v=4"},"commit":{"message":"Plugin File: Version bump.","shortMessageHtmlLink":"Plugin File: Version bump."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADmu6RFgA","startCursor":null,"endCursor":null}},"title":"Activity · WordPress/health-check"}