Opened 3 years ago
Closed 7 months ago
#6014 closed defect (bug) (fixed)
Plugin Directory: Make compatible with Jetpack 10.5
Reported by: | kraftbj | Owned by: | kraftbj |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
Jetpack has updated the Search module to move it into a package.
The refactoring, at least, breaks the require
s in class-plugin-search.php
:
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-search.php#L71
Need to update those to the new locations and confirm that the migration of the Helper class does not cause any additional issues.
I can handle the testing and patch, but I lack commit to meta.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Since we've upgraded past Jetpack 10.5, I'm assuming we've worked around this already.
@tellyworth @kraftbj am I recalling correctly?