{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":21128555,"defaultBranch":"trunk","name":"wp-super-cache","ownerLogin":"Automattic","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-06-23T14:08:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/887802?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710157550.0","currentOid":""},"activityList":{"items":[{"before":"a4b825f8c8cb12f909fe9ba88c055b55b66a4731","after":"f96b63e1ca7aeef8f3a6f5b5204e519069c78afb","ref":"refs/heads/trunk","pushedAt":"2024-05-06T21:08:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport mu-wpcom-plugin 2.1.21, jetpack 13.4-beta Changes (#37242)\n\n* Changelog and readme.txt edits.\n* Amend readme.txt\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8975656843\n\nUpstream-Ref: Automattic/jetpack@15e66b2466d88ed84ea869b26c6f456315a2884c","shortMessageHtmlLink":"Backport mu-wpcom-plugin 2.1.21, jetpack 13.4-beta Changes (#37242)"}},{"before":"e03195908d50eb568fef99069a19f0c75e1da5a8","after":"a4b825f8c8cb12f909fe9ba88c055b55b66a4731","ref":"refs/heads/trunk","pushedAt":"2024-05-03T15:44:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Fix some straightforward PhanUndeclared issues (#37201)\n\nMostly it's adding suppressions for false positives, and a few phpdoc\nupdates, `@phan-var` type assertions, and test updates.\n\nThere are some functional changes though:\n\n* packages/forms: Add a missing `use Jetpack_Options`.\n* packages/identity-crisis: Add missing `use` of some Connection\n classes.\n* packages/jetpack-mu-wpcom: Remove some references to wpcom stuff that\n was removed from wpcom itself a year+ ago.\n* packages/my-jetpack: Define `module_name` property on `Hybrid_Product`\n (defaulting to null). Then replace some `empty()` checks with boolean\n checks.\n* packages/plans: Add missing `use Store_Product_List`.\n* packages/search: Deprecate `Search_Widget->jetpack_search` prop that\n has never been set since the package was created.\n* packages/sync: Fix `Replicastore::get_user()` to actually work.\n\nI left Jetpack for a separate PR, it looks to have a long list of fixes\nbeing needed.\n\nI also left CRM, WP Super Cache, and VaultPress alone for now thanks to\nall the phpcs exclusions that will probably make any fixes have to go\ndown a rabbit hole of dealing with phpcs-changed.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8941347348\n\nUpstream-Ref: Automattic/jetpack@832a6a510eeaac31b49302475c4df65c8adbf531","shortMessageHtmlLink":"Fix some straightforward PhanUndeclared issues (#37201)"}},{"before":"abf8e41c9634eb64d2515083792d1de8c7a4bd1b","after":"e03195908d50eb568fef99069a19f0c75e1da5a8","ref":"refs/heads/trunk","pushedAt":"2024-05-01T20:52:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"phan: Improve phpunit stub munging (#37164)\n\nIn Psalm, `@psalm-assert Foo $arg` asserts both that if the function\ndoesn't throw then the argument is an instance of Foo _and_ that if the\nfunction does throw then the argument is not an instance of Foo. If you\nwant only the first without the second, you do `@psalm-assert =Foo $arg`\ninstead.\n\nPhan, on the other hand, never makes the inverse assumption. So\neffectively `@phan-assert Foo $arg` is equivalent to\n`@psalm-assert =Foo $arg`, and trying to `@phan-assert =Foo` is a syntax\nerror.\n\nThus, when we're munging the phpunit annotations, the `=` needs to be\nstripped when converting `@psalm-assert` to `@phan-assert`. This will\nallow Phan to infer correct types for `assertInstanceOf()` and\n`assertSame()`.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8914715128\n\nUpstream-Ref: Automattic/jetpack@8b9fb8454352f62f17672789f4f49cbd7a459f95","shortMessageHtmlLink":"phan: Improve phpunit stub munging (#37164)"}},{"before":"fb54c6690b49c699a0ca71d56bf1cfcafa60ef06","after":"abf8e41c9634eb64d2515083792d1de8c7a4bd1b","ref":"refs/heads/trunk","pushedAt":"2024-04-30T16:11:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"WP Super Cache: fix the CDN function when caching is disabled by logged-in check (#37112)\n\n* Remove links to non-existant website\n\n* Remove DONOTCACHEPAGE check this early as it stopped CDN working\n\n* Don't set $cache_enabled when DONOTCACHEPAGE is already set.\n\n* changelog\n\n* If cache disabled then set this constant\n\n* Revert that DONOTCACHPAGE, cache_enabled checks happen before it\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8897910545\n\nUpstream-Ref: Automattic/jetpack@ca60e4cd27557e2cc872cd28843bef9bedf9d5e6","shortMessageHtmlLink":"WP Super Cache: fix the CDN function when caching is disabled by logg…"}},{"before":"a9eddcc11ad6a06a0d97ee280c5ed56bef3cb186","after":"fb54c6690b49c699a0ca71d56bf1cfcafa60ef06","ref":"refs/heads/trunk","pushedAt":"2024-04-25T13:24:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Janitorial: use wp_admin_notice function introduced in WP 6.4 (#37051)\n\n* Janitorial: use wp_admin_notice function introduced in WP 6.4\n\nEpic: #33615\n\n* Handle possibility of no message\n\n* Switch from string to array\n\n* Add missing escaping\n\n* Fix indenting\n\n* Add missing escaping\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8833248507\n\nUpstream-Ref: Automattic/jetpack@993a91be99b42c9c5fd7ed397eb868ff637dbdc3","shortMessageHtmlLink":"Janitorial: use wp_admin_notice function introduced in WP 6.4 (#37051)"}},{"before":"2f30bb208f05b8287288143d2a2971346cde3f29","after":"a9eddcc11ad6a06a0d97ee280c5ed56bef3cb186","ref":"refs/heads/trunk","pushedAt":"2024-04-24T10:31:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"General: update WP version requirements to WordPress 6.4 (#37047)\n\nNow that WP 6.5 is out, we can start requiring a more recent version of WordPress, 6.4.\n\nEpic: #33615\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8814957222\n\nUpstream-Ref: Automattic/jetpack@e67ec3538bfcda73bfa8e8260ff984efd565de42","shortMessageHtmlLink":"General: update WP version requirements to WordPress 6.4 (#37047)"}},{"before":"045fa8415ad4dc81ce8b8a5495b57d6a3e3cd7be","after":"2f30bb208f05b8287288143d2a2971346cde3f29","ref":"refs/heads/trunk","pushedAt":"2024-04-23T15:30:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport mu-wpcom-plugin 2.1.16, jetpack 13.4-a.5 Changes (#37006)\n\nChangelog and readme.txt edits.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8802943091\n\nUpstream-Ref: Automattic/jetpack@908087142c492b9e3bfa116faa4c8fca0caef7e0","shortMessageHtmlLink":"Backport mu-wpcom-plugin 2.1.16, jetpack 13.4-a.5 Changes (#37006)"}},{"before":"1a9b6f6bd1e0b2f6a02ab1d770179080298ecb2b","after":"045fa8415ad4dc81ce8b8a5495b57d6a3e3cd7be","ref":"refs/heads/trunk","pushedAt":"2024-04-16T17:01:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"phan: Add stubs for PHPUnit 9.6 (#36881)\n\nPHPUnit 9.6 has three major issues when it comes to analysis with Phan:\n\n* It uses `@psalm`-prefixed phpdocs various places, which Phan doesn't\n understand. This most obviously shows up with mock objects where it\n only knows that they're `MockObject` and not also the class being\n mocked.\n* It has the parameter type incorrectly declared for `->with()`.\n* Phan loses the generic typing for methods that `@return $this` (it\n wants `@return $this` to tell it the generic still applies).\n\nWe can work around all of these issues by generating stubs for PHPUnit,\nthen munging them to rewrite the `@psalm-` docs to `@phan-` and to fix\nthe incorrect docs. All this is done by the same script from #36803 that\nwe already have set up to auto-update WooCommerce stubs.\n\nThen we may as well fix the new issues this turns up:\n\n* Don't try to php-lint stub files. They don't need to be valid PHP as\n long as Phan is happy with them.\n* For `yoast/phpunit-polyfills`, prefer the empty versions of the traits\n so we get the PHPUnit versions of things like `assertIsArray()` where\n PHPUnit already gives us `@phan-assert array $actual`.\n* Remove lots of Phan suppressions added in previous PRs with comments\n about the PHPUnit issues above.\n* Suppress lots of `PhanPluginUnreachableCode` now that Phan knows that\n methods like `->markTestSkipped()` never return.\n* Suppress some PhanEmptyFQSENInClasslike warnings issued due to a Phan\n bug when intersection types are passed in callables.\n* packages/jetpack-mu-wpcom is missing a dep on automattic/jetpack-status\n which was being hacked around in a test (and presumably only working\n in production because Jetpack is bringing in the package).\n* And some other miscellaneous things.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8709448100\n\nUpstream-Ref: Automattic/jetpack@3d714eb394f4ad67d5f1630560463a6f75839b26","shortMessageHtmlLink":"phan: Add stubs for PHPUnit 9.6 (#36881)"}},{"before":"58bf9338fdbd5ccb311cd83f2af350635f10c7e7","after":"1a9b6f6bd1e0b2f6a02ab1d770179080298ecb2b","ref":"refs/heads/trunk","pushedAt":"2024-04-15T19:56:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Changelog and readme.txt edits. (#36903)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8695057938\n\nUpstream-Ref: Automattic/jetpack@29f4dc1e93894b54cf4080b3c63a64bd93e126d5","shortMessageHtmlLink":"Changelog and readme.txt edits. (#36903)"}},{"before":"e960b3ec9fa8e150eb87c9c5d9db294d3c3f8b4c","after":"58bf9338fdbd5ccb311cd83f2af350635f10c7e7","ref":"refs/heads/trunk","pushedAt":"2024-04-12T13:52:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"phan: Allow deleting baseline files (#36857)\n\nIn many cases it's pointless to keep around the empty baseline files,\nideally they should never be repopulated. Update the tooling to allow\nfor these to be deleted, in which case they won't be re-created by\n`--update-baseline`.\n\nBut in case for some reason one does need to be re-created, add a\n`--force-update-baseline` option to allow for that.\n\nAlso update the GitHub Action checking for baseline changes to handle\nthese, and also to handle changes in pseudo-project baselines that\nwasn't done in #36467.\n\nFor the moment I'm only actually removing the empty baselines for stuff\nGarage maintains. We can look at the rest in a followup.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8663003905","shortMessageHtmlLink":"phan: Allow deleting baseline files (#36857)"}},{"before":"1e0dfdd40dbf6790f5eba75f4f661ffdaa5c1114","after":"e960b3ec9fa8e150eb87c9c5d9db294d3c3f8b4c","ref":"refs/heads/trunk","pushedAt":"2024-04-12T13:15:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"changelogger: Support symfony/console 7.0 (#36861)\n\nWhen I tried using stub-generator from Packagist, it broke because it\nwasn't actually compatible with symfony/console 7.0 (it needed\nspecification of a return type on a method). Turns out this is because\nchangelogger only specified working with up to 6.0, so 7.0 wasn't being\nused when it should have been.\n\nFortunately all the changes are still more-or-less backwards compatible\nall the way back to the 3.4 version we need for PHP 7.0 support. We wind\nup having to specify the commands' names and descriptions twice now,\nbut 🤷.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8662487279","shortMessageHtmlLink":"changelogger: Support symfony/console 7.0 (#36861)"}},{"before":"4cd0b96f5151925ff166603d33ac547fb85a815a","after":"1e0dfdd40dbf6790f5eba75f4f661ffdaa5c1114","ref":"refs/heads/trunk","pushedAt":"2024-04-11T12:50:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport social 4.2.0 Changes (#36848)\n\n* Changelog and readme.txt edits.\n\n* Version bumps\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8646793524","shortMessageHtmlLink":"Backport social 4.2.0 Changes (#36848)"}},{"before":"21bf16fcf2a6bf73de577975efd041a26c019663","after":"4cd0b96f5151925ff166603d33ac547fb85a815a","ref":"refs/heads/trunk","pushedAt":"2024-04-09T16:33:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"changelogger: Fix Phan issues (#36755)\n\n* changelogger: Fix Phan issues\n\n* Lots of phpdoc fixes.\n* Use `??` where applicable.\n* Deprecate the `$subheading` parameter to\n `ChangelogEntry::getChangesBySubheading()`, since it makes the return\n value confusing.\n* Assign some Symfony HelperInterfaces to variables so we can tell Phan\n the correct type.\n* Move most of `WordpressVersioning::normalizeVersion()` to a private\n `WordpressVersioning::normalizeVersionInternal()` so the `$version`\n parameter type can be properly documented.\n * Remove some parameter validation that is no longer needed with it\n\tbeing private.\n* Fix some `RuntimeException` → `LoadChangeFileException` renames left\n over from #27949.\n* Suppress some false positives.\n * Lots due to PHPUnit, sigh.\n* Add some missing `@codeCoverageIgnore` to bring the coverage back up.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8619009165","shortMessageHtmlLink":"changelogger: Fix Phan issues (#36755)"}},{"before":"9929b96ad2a76199fb490028945524037d03c252","after":"21bf16fcf2a6bf73de577975efd041a26c019663","ref":"refs/heads/trunk","pushedAt":"2024-04-09T15:41:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport mu-wpcom-plugin 2.1.14, jetpack 13.4-a.1 Changes (#36792)\n\nChangelog and readme.txt edits.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8618336925","shortMessageHtmlLink":"Backport mu-wpcom-plugin 2.1.14, jetpack 13.4-a.1 Changes (#36792)"}},{"before":"b9c87b40125aa773df816154e017fbc8c9191674","after":"9929b96ad2a76199fb490028945524037d03c252","ref":"refs/heads/trunk","pushedAt":"2024-04-09T11:56:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"phan: Rework how stubs are specified (#36791)\n\nIn preparation for adding more specialized stubs, add a way for configs\nto specify which they want by keyword rather than having to do file\npaths relative to the root.\n\nAs part of that, `'is_wordpress' => false` goes away in favor of\noverriding the default list of stubs to load.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8615103856","shortMessageHtmlLink":"phan: Rework how stubs are specified (#36791)"}},{"before":"6503275f97e5220b63a917fe1cb14d829f4dc0fd","after":"b9c87b40125aa773df816154e017fbc8c9191674","ref":"refs/heads/trunk","pushedAt":"2024-04-08T18:12:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Lock file maintenance (#36775)\n\nCo-authored-by: Renovate Bot \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8604598396","shortMessageHtmlLink":"Lock file maintenance (#36775)"}},{"before":"628765952211247a41fd65a60ad61b5cac2334f8","after":"6503275f97e5220b63a917fe1cb14d829f4dc0fd","ref":"refs/heads/trunk","pushedAt":"2024-04-08T08:15:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Fix obviously wrong class name references (#36769)\n\nAlmost all are phpdoc comments where the class was missing a `use` or\nleading `\\`. More specifically, I searched for cases where Phan was\ncomplaining about classes named like `\\Automattic\\...\\Automattic\\`, or\n`\\WP_...`, or `Exception` classes, and fixed all the obvious ones.\n\nThen I also searched for \"undeclared {class|type} \\[a-z]\" and fixed the\nobvious ones out of that too (e.g. \"obj\", \"number\", and various typos).\n\nNote that having the correct typing allows Phan to complain about\npossibly-real issues in some cases. Those will have to be reviewed\nlater.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8596601938","shortMessageHtmlLink":"Fix obviously wrong class name references (#36769)"}},{"before":"6be89be6d8edddcd73a71d0c6221bd868fad3251","after":"628765952211247a41fd65a60ad61b5cac2334f8","ref":"refs/heads/trunk","pushedAt":"2024-04-04T21:39:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Update/bot list (#36477)\n\n* Add: linkwalker and x11 as bots\n\n* changelog\n\n* remove the x11 user-agent as bot\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8561532171","shortMessageHtmlLink":"Update/bot list (#36477)"}},{"before":"a91601f82092155fba38f2192426c8f85c979710","after":"6be89be6d8edddcd73a71d0c6221bd868fad3251","ref":"refs/heads/trunk","pushedAt":"2024-04-03T11:16:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Extract browser and platform from user agent (#36568)\n\n* Add get_browser capability\n\n* changelog\n\n* Remove union types for backwards compatibility\n\n* Add get desktop platform method\n\n* Update Add get_browser capability for device stats\n\n* Browser and platform details to methods\n\n---------\n\nCo-authored-by: Michalis Despotopoulos \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8537589675","shortMessageHtmlLink":"Extract browser and platform from user agent (#36568)"}},{"before":"90e7a326ddc98e40b0c10a2417386b218ee3fc6f","after":"a91601f82092155fba38f2192426c8f85c979710","ref":"refs/heads/trunk","pushedAt":"2024-03-21T12:19:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"autorelease, autotag: Tag and release non-alpha prereleases too (#36482)\n\nIt has been a longstanding request to auto-tag and auto-release\nnon-alpha prerelease versions, particularly betas. Let's make that\nhappen.\n\nNote that even-numbered \"-a.n\" versions for Jetpack are considered\nalphas, while odd-numbered versions are not (they're what we release to\nAtomic). Right now Jetpack doesn't use the auto-tagger or auto-release,\nbut I see that we've been manually tagging the odd-numbered 'a'\nversions in jetpack-production.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8374616227","shortMessageHtmlLink":"autorelease, autotag: Tag and release non-alpha prereleases too (#36482)"}},{"before":"49e2960edbd02b0cacedfd37c3efa36892b980cc","after":"90e7a326ddc98e40b0c10a2417386b218ee3fc6f","ref":"refs/heads/trunk","pushedAt":"2024-03-18T19:07:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Backport Jetpack 13.3-a.3 Jetpack-mu-plugin 2.1.6 Changes (#36439)\n\n* Changelog and readme.txt edits.\n\n* Init new cycle.\n\n* Version bumps.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8332113517","shortMessageHtmlLink":"Backport Jetpack 13.3-a.3 Jetpack-mu-plugin 2.1.6 Changes (#36439)"}},{"before":"327496f554b3c0e90d100f6531d9df4162a293ca","after":"49e2960edbd02b0cacedfd37c3efa36892b980cc","ref":"refs/heads/trunk","pushedAt":"2024-03-18T00:17:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"WP Super Cache: don't define DONOTCACHEPAGE without checking if it's defined (#36423)\n\n* Check if DONOTCACHEPAGE is defined before setting it.\n\nref:\nhttps://wordpress.org/support/topic/warning-constant-donotcachepage-already-defined/\n\n* changelog\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8319226494","shortMessageHtmlLink":"WP Super Cache: don't define DONOTCACHEPAGE without checking if it's …"}},{"before":"986661325b8819c9c76e1cb5b8be8c11d7d79091","after":"327496f554b3c0e90d100f6531d9df4162a293ca","ref":"refs/heads/trunk","pushedAt":"2024-03-15T21:11:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"phan: Fix PhanRedefinedXXX issues due to yoast/phpunit-polyfills (#36421)\n\nWhen Phan processes vendor/yoast/phpunit-polyfills, it results in a\nbunch of `PhanRedefinedXXX` issues because the actual package only loads\none file depending on the PHP version running while Phan just processes\nthem all.\n\nSo let's add to the base config some `exclude_file_regex` rules to\nexclude some of the files so Phan sees only one copy of each class or\ntrait.\n\nAlso, remove an unnecessary manual polyfill in packages/forms.\nThe WorDBless base class already provides a polyfill for\n`assertStringContainsString`, no need to try to polyfill it manually.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8302226254","shortMessageHtmlLink":"phan: Fix PhanRedefinedXXX issues due to yoast/phpunit-polyfills (#36…"}},{"before":"5475df7c026c64547d5ac1dc282b9a967941b5b8","after":"986661325b8819c9c76e1cb5b8be8c11d7d79091","ref":"refs/heads/trunk","pushedAt":"2024-03-15T18:18:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Use phpdoc `@return never` where appropriate (#36419)\n\nPhan has a check for this, may as well go ahead and do it.\n\nI didn't touch plugins/crm, plugins/super-cache, or plugins/vaultpress\nthough, as the amount of legacy code in those seemed like it would be a\nrabbit hole of its own.\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8300483345","shortMessageHtmlLink":"Use phpdoc @return never where appropriate (#36419)"}},{"before":"5fe9d9b4d256305bd88f7677c7a0cd72ddd646bf","after":"5475df7c026c64547d5ac1dc282b9a967941b5b8","ref":"refs/heads/trunk","pushedAt":"2024-03-15T15:26:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Update dependency mediawiki/mediawiki-codesniffer to v43 (#36408)\n\n* Update dependency mediawiki/mediawiki-codesniffer to v43\n* Update snapshots\n Changed due to fix of a wrapping bug in phpcs\n* Update root composer.lock\n* Fix sniffs newly reported by phpcs 3.8.1\n\n---------\n\nCo-authored-by: Renovate Bot \nCo-authored-by: Brad Jorsch \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8298410577","shortMessageHtmlLink":"Update dependency mediawiki/mediawiki-codesniffer to v43 (#36408)"}},{"before":"b61ea188824d92b23135e8114d55cc3785f3c669","after":"5fe9d9b4d256305bd88f7677c7a0cd72ddd646bf","ref":"refs/heads/trunk","pushedAt":"2024-03-15T05:26:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Changelog and readme.txt edits. (#36399)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8291642291","shortMessageHtmlLink":"Changelog and readme.txt edits. (#36399)"}},{"before":"3bb52a02288aedd358ec39e1e990eae942f22ccf","after":"b61ea188824d92b23135e8114d55cc3785f3c669","ref":"refs/heads/trunk","pushedAt":"2024-03-13T07:03:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Changelog and readme.txt edits. (#36365)\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8260626321","shortMessageHtmlLink":"Changelog and readme.txt edits. (#36365)"}},{"before":"8ec98eb9c19cb7cba96b43dc3db7e0b5e9194428","after":"3bb52a02288aedd358ec39e1e990eae942f22ccf","ref":"refs/heads/trunk","pushedAt":"2024-03-12T20:07:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Phan: Add phan configs to all php projects (#36332)\n\nPer pdWQjU-IH-p2, we're going to use Phan for PHP static analysis.\n\nThis commit adds Phan configs to all the php-using projects, and to new\nprojects created with `jetpack generate`.\n\nIt also adds a global production-exclude for the `.phan/` directory, as\nwe'll never want that in mirror repos.\n\nAnd finally, it adds a structure test to ensure php-using projects\ncontinue to have phan configs.\n\n---------\n\nCo-authored-by: Igor Zinovyev \nCo-authored-by: Steve D <33553323+sdixon194@users.noreply.github.com>\nCo-authored-by: Samiff \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8254939655","shortMessageHtmlLink":"Phan: Add phan configs to all php projects (#36332)"}},{"before":"69624441d6bbd954933d3d792b0987a00a40444a","after":"8ec98eb9c19cb7cba96b43dc3db7e0b5e9194428","ref":"refs/heads/trunk","pushedAt":"2024-03-11T15:40:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"WP Super Cache: the start of a new cycle (#36327)\n\n* Init a new cycle for super-cache\n\n* Changelog\n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8235461530","shortMessageHtmlLink":"WP Super Cache: the start of a new cycle (#36327)"}},{"before":"9b07d95da8ad3ed4e283ec7a29f2a9b55487ee7e","after":"69624441d6bbd954933d3d792b0987a00a40444a","ref":"refs/heads/trunk","pushedAt":"2024-03-11T15:37:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matticbot","name":"Calypso Bot","path":"/matticbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18333116?s=80&v=4"},"commit":{"message":"Lock file maintenance (#36309)\n\nCo-authored-by: Renovate Bot \n\nCommitted via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8235403861","shortMessageHtmlLink":"Lock file maintenance (#36309)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQvFOPQA","startCursor":null,"endCursor":null}},"title":"Activity · Automattic/wp-super-cache"}