Problem/Motivation
Hello, it's been a while since I don't work with the WxT project but I wanted to revisit this again for a potential client, I'm seeing that the latest stable release is 5.4.0 for Drupal Core 10.4, I tried to go to the official installation page to get the DEV release, but I still see some old information:
# Requires PHP 8.1
composer self-update
composer create-project drupalwxt/site-wxt:10.1.x-dev <site-name> --no-interaction
# Requires PHP 8.2
composer self-update
composer create-project drupalwxt/site-wxt:10.2.x-dev <site-name> --no-interactionDo I need to run this to get the latest 5.4.x-dev release? It looks like it is.
composer create-project drupalwxt/site-wxt:10.4.x-dev wxt104 --no-interaction
I run that command indeed I was able to get 5.4.x-dev but it would have nice to have it
I guess it's the same if you want to get the latest 5.3.x-dev release:
composer create-project drupalwxt/site-wxt:10.3.x-dev wxt103 --no-interaction
I know it's not a big deal, but it would have been nice to have this information handy, same for installing the official releases (https://www.drupal.org/project/wxt/releases/5.4.0)
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #2
web247 commentedComment #3
web247 commentedComment #4
web247 commentedComment #5
smulvih2PR created to update documentation as per your request. I will need @sylus to merge this since I don't have perms to this repo - https://github.com/drupalwxt/drupalwxt.github.io/pull/6
Comment #6
joseph.olstadLooks good, just need a merge upstream from @sylus :)
Comment #7
joseph.olstadComment #8
web247 commentedCool ! don't forget the credits please :)
Comment #9
joseph.olstadadding credit to everyone here
Comment #11
joseph.olstadAdding credit to @sylus, please merge the documentation update here: https://github.com/drupalwxt/drupalwxt.github.io/pull/6
Comment #12
joseph.olstadAdding credit to @sylus, please merge the documentation update here: https://github.com/drupalwxt/drupalwxt.github.io/pull/6
Comment #13
smulvih2Ok I now have permissions and completed the merge. I can confirm the documentation has been updated. Thanks everyone!!!
Comment #14
joseph.olstad