-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add a release page #407
Open
StevenDufresne
wants to merge
34
commits into
WordPress:trunk
Choose a base branch
from
StevenDufresne:try/release-page
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add a release page #407
+1,989
−231
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
StevenDufresne
force-pushed
the
try/release-page
branch
from
October 28, 2024 04:48
9c14634
to
718e465
Compare
This is more a starting point for discussion. I'm not really sure this ought to be a separate class, but it probably doesn't hurt to separate the code like this. Since each release of a plugin would be a separate CPT, we can use postmeta to store most of the details. For now I've made it mostly private, so the CPT shouldn't be visible except via the REST API. Maybe that could change too. This won't do anything yet, the code isn't called.
…ose a plugin from this bulk-process-bounced-emails script. See #7813. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14150 74240141-8908-4e6f-9713-ba540dce6ec7
…ors in theme.json Some block themes set the page background color not by setting the styles.color.background property, but instead by adding a top-level wrapper block. When done this way, the background is not picked up by the style variation card view. This PR attempts to pull out any relevant classes from the first wrapper element it sees, and applies those to the style card container Fixes WordPress/wporg-theme-directory#154. Closes WordPress#391. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14151 74240141-8908-4e6f-9713-ba540dce6ec7
See #7057. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14152 74240141-8908-4e6f-9713-ba540dce6ec7
…55 years ago'. See #7057. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14153 74240141-8908-4e6f-9713-ba540dce6ec7
…he last_updated data as the date instead. Most of the plugins which are affected by this appear to have been closed before 2018, and so at this point it's better to just consistently return a date to simplify logic. See #7057. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14154 74240141-8908-4e6f-9713-ba540dce6ec7
…rough the update api (we'll return the code), don't store it in the table. See #7057. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14155 74240141-8908-4e6f-9713-ba540dce6ec7
Namespace was causing override to not be loaded See WordPress#382 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14156 74240141-8908-4e6f-9713-ba540dce6ec7
Fixes WordPress/wporg-make#28 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14157 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14158 74240141-8908-4e6f-9713-ba540dce6ec7
Reduce height of reply and follow buttons to match likes. Make post buttons small size. Closes WordPress#379 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14159 74240141-8908-4e6f-9713-ba540dce6ec7
Update text and layout styles on Meta Pledges page. Fix alignment of x-post-author avatar and text. Fixes WordPress#409 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14160 74240141-8908-4e6f-9713-ba540dce6ec7
Fixes WordPress#410 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14161 74240141-8908-4e6f-9713-ba540dce6ec7
Fixes WordPress#414 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14162 74240141-8908-4e6f-9713-ba540dce6ec7
Closes WordPress#386 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14163 74240141-8908-4e6f-9713-ba540dce6ec7
See https://wordpress.slack.com/archives/C02QB8GMM/p1730320846081189 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14164 74240141-8908-4e6f-9713-ba540dce6ec7
Make the site title in the front page local nav an h1 instead. This fixes a lot of issues with heading tags being used in the welcome box. See WordPress#382 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14165 74240141-8908-4e6f-9713-ba540dce6ec7
Closes WordPress#404 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14166 74240141-8908-4e6f-9713-ba540dce6ec7
This change is intended to prevent the XProfile submenu nav items from being visible to logged-in users. Specifically, the "View/Edit/Change Profile Photo" links can be confusing when those should link to WordPress.org Profiles. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14167 74240141-8908-4e6f-9713-ba540dce6ec7
Merges WordPress/wporg-gp-translation-events#376 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14168 74240141-8908-4e6f-9713-ba540dce6ec7
Related: r14140 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14169 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14170 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14171 74240141-8908-4e6f-9713-ba540dce6ec7
Enables the slug for the welcome page to be translated, so that the 'Get started' links on the archive and homepage can be customized per locale. Fixes https://meta.trac.wordpress.org/ticket/7821 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14172 74240141-8908-4e6f-9713-ba540dce6ec7
See: WordPress#408 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14173 74240141-8908-4e6f-9713-ba540dce6ec7
See: WordPress#408 Related: r14173 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14174 74240141-8908-4e6f-9713-ba540dce6ec7
I've intentionally disabled the write code until I've been able to make sure it won't fill the prod tables with junk.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related https://meta.trac.wordpress.org/ticket/7783.
This PR adds the "Releases" tab behind a feature flag
show_release_beta
so we can work together on the site.