-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Road to 1.0: Preparing trunk
for prime-time and phasing out legacy-plugin
branch
#283
Comments
@bordoni @mrfoxtalbot @EvanHerman @mukeshpanchal27 @joemcgill Opening this overview issue to log and holistically monitor the things we want to do before exclusively working from the We'll want to make sure there are no feature gaps between the two branches, so I think with any new features and enhancements we should hold off working in On that note, how do you feel about #269? Wondering whether you're planning to implement this short-term in |
@felixarntz You are 100% correct here, I would love for us to not take any more features or even enhancements on To me #269 should be held for when we are working of Tonight I will work on getting a couple of the PRs reviewed and checked. Also due to the move away from 10up organization we need to put some templates back for Issues and Pull Request creation. |
Friendly ping here @bordoni @mrfoxtalbot @EvanHerman It would be great if you could share an update on where the legacy plugin is currently at and what needs to happen for us to transition to using the |
I have opened new issues for what I currently estimate as the remaining work that needs to be done in #299, #300, and #302. All of these have been added to the description of this overview issue. Please let me know if you have other things in mind that we should accomplish before switching to the |
I have identified another issue that we should probably address for parity with the |
@bordoni now that you've gotten v0.2.2 released, can you share any additional updates about what needs to be done before we release 1.0.0 based on trunk, besides completing #322? |
@felixarntz @joemcgill @eclarke1 Now that the list of issues for milestone 1.0.0 has been completed, what are the next steps? |
@mukeshpanchal27 We are still waiting on an update from @bordoni and the other contributors to the |
Hi folks, we apologize for the delay in following up here. I'll share some initial details as an update, and @bordoni will complement this further today/tomorrow or clarify specific details if needed. There were several changes that we had to handle before being able to use PCP Legacy in most environments, so version 0.2.2 of PCP delivers on that.
While 0.2.2 works well now for plugin authors to self-check on WP installations, the primary goal is to add the PCP Legacy to the submission page on WP.org. For this to be possible @bordoni is implementing a separate output handler so it can be used to output into the submission page. The goal here is to expose an array of all the data with their levels so we (or the meta team) can build a rendering method for that data on the Submission page. After PCP Legacy is working on the submission page, we will need to review this plan for adding 1.0 in a way that works on the submission page. After chatting with folks on the meta team, one of the blockers is the use of Composer (as they wouldn't want that), so we will likely need to change the code to reflect that. The expected timeline:
|
I believe the 1.0 version is set up in a way that would make it very easy to add this new output format. Doing the same work twice for both versions seems like a wasted effort because it just duplicates work IMHO. By making these changes directly to the 1.0 version we would accelerate this timeline automatically.
What's the blocker specifically? Composer does not need to be installed on the server and the built plugin could very easily simply use a static class map for autoloading if there's a concern there. But some autoloading is needed as PHPCS is pulled in as a dependency. |
Thanks @foosantos! I'd like to give a big +1 to everything that @swissspidy said above. I think continuing additional effort to integrate the legacy plugin into critical workflows while maintaining a separate version here in GitHub is not ideal, and it would be better to coordinate on a path to making the necessary updates to In addition, if the necessary issues that need to be addressed can be tracked in this GitHub issue tracker, then several of us can help with the engineering and take some of the pressure off of @bordoni and the Plugin Review team. Having an expected timeline of 6 months, with no visibility in to a roadmap or issues to address does not seem acceptable and I would be very happy to support you and others in finding solutions to speed up that timeline. |
Hi folks! As @bordoni is directly responsible for the project from our end, I'm working with him to confirm some of your questions and next steps to follow up with you. I really appreciate your patience. |
Composer was never a blocker. Anyone who suggested as such would've been expressing personal opinion. Composer based things are used in WordPress.org already. |
Hey folks, I had a call with @dd32 yesterday and one with @bordoni today to clarify some details.
Gustavo, can you confirm the following:
I believe the decision to move focus to PCP 1.0 already would depend on how long it would take to add it to the submission page (while comparing it to PCP Legacy). |
As @foosantos talked about on the post about 3 days ago, I had some personal problems that prevented me from having any time to jump in here and reply.
Not anymore actually, if we can use composer as previously stated by Dion above, we should be in the clear. We got the Checkbox to be persistent on a changeset that @felixarntz did earlier: With that my only ask is that the "Plugin Repo" should be the only one that comes checked by default to avoid confusion from new plugin developers.
I have something that I was going to add to the legacy version but based on the composer not being a requirement I feel like the correct choice is to focus on version I will port my work to version 1.0 starting tonight and coordinate with the Meta team to include that version on the WordPress.org plugin submission form.
I am hopeful that it shouldn't add much since the code build on version 1.0 allows me to deliver that HTML easily. I will confirm after talking to @tellyworth later today (2024-01-22). I am doing some testing and making sure we are in a good spot to maybe launch version I will create the Issue here on the repository to make sure we have that work tracked. |
This is now done ✅ as per #401 |
Thank you so much, @swissspidy! In this case, how do you folks feel about moving 1.0 to the plugin directory already? @bordoni, I believe we're ready for that in terms of checks and requirements, right? Then, we can keep working on the output in the meantime, but with the new version already there. 🎉 |
Thank you @swissspidy and @ernilambar for creating the issue and the PR about that. This week I am working towards the output PR.I will keep working to make sure Dion and Alex have what they need to add it to the form, but in my eyes this should be a separate thing from us releasing version Maybe we should aim to start curating a Changelog for all the changes between version |
Sounds great 👍 This is very exciting! 🎉 Happy to help with getting this out of the door. With the automated GitHub Action workflow it should be trivial to publish 1.0.0 and any versions beyond that. I just started #404 for collaborating on the changelog. |
So the changelog in #404 got merged. Now I just opened #407 to set up the automated deployment for the plugin. This way, we can tag a new release on GitHub and it will be automatically pushed to the plugin directory. Since I don't have admin access to the repo, do we know whether the @bordoni @foosantos If that sounds good to you, can you grant commit access for Then we should be able to launch with the click of a button :-) Of course I'm happy to document the deploy workflow for future releases so that it's clear for everyone. |
Oh, also, maybe we want to publish a blog post on make/plugins about this? This would close the loop on https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/. What do you all think? |
We're 99% set when it comes to shipping v1.0.0! Last remaining to-dos:
While testing the ZIP file I noticed that v0.2.3's main plugin file is Edit: #419 is now merged |
This comment was marked as resolved.
This comment was marked as resolved.
Plugin Check 1.0 is now available in the WordPress plugin directory 🎉 Thanks everyone for helping to make this happen! Let's open new issues for any follow-up tasks. |
Version 0.2 of the plugin checker was recently released (see https://wordpress.org/plugins/plugin-check/) based on the
legacy-plugin
branch.Other than bug fixes and critical enhancements, no changes should be pushed to the
legacy-plugin
branch.This avoids duplicate work and prevents us from getting stuck in a place where the gaps between the two branches increases further. New 0.* releases with bug fixes should continue to be published from
legacy-plugin
branch as needed, but at the same time we need to focus on working towards a single codebase.This issue should be used as an overview for which tasks (other issues) need to be addressed to switch from
legacy-plugin
totrunk
and publish an eventual1.0.0-beta.1
from there.List of tasks / issues (please add anything else you can think of)
readme.txt
contents to reflect the different use-cases and purposes of the plugin checker #300trunk
#302trunk
#322The text was updated successfully, but these errors were encountered: