Minor changes to readme (and source files) for consistency.#361
Merged
benbalter merged 3 commits intowp-document-revisions:mainfrom May 19, 2025
Merged
Minor changes to readme (and source files) for consistency.#361benbalter merged 3 commits intowp-document-revisions:mainfrom
benbalter merged 3 commits intowp-document-revisions:mainfrom
Conversation
Resync from wp-document-revisions
Remerge from wp-document-revisions
This comment was marked as outdated.
This comment was marked as outdated.
NeilWJames
added a commit
to NeilWJames/wp-document-revisions
that referenced
this pull request
May 19, 2025
Merge pull request wp-document-revisions#361 from NeilWJames/main
This file contains hidden or 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
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.
I had not fully realised how your readme build process works. This should now be correct- whether you rerun the readme build or not.
BTW. I discovered an issue last week. WordPress now uses the "Stable tag" in trunk to determine which version to download. If there is a corresponding tag version, then that will be downloaded.
Currently there are tag versions of 3.6.0 and 3.6.1 (amongst many others). The "Stable tag" in the readme in trunk is 3.6.0. It is therefore that version that is downloaded when someone asks for a download; not the version in trunk.
I assume this is to enable trunk to be used as a development version.