Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Define WordPress Version #157

Open
lippoliv opened this issue Oct 3, 2020 · 1 comment · May be fixed by #239
Open

Define WordPress Version #157

lippoliv opened this issue Oct 3, 2020 · 1 comment · May be fixed by #239
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@lippoliv
Copy link

lippoliv commented Oct 3, 2020

Is your enhancement related to a problem? Please describe.

My "problem" is, that I want to develop/support for older WordPress Versions. Therfore I need environments for older versions.

Describe the solution you'd like

Currently I do the setup like this (example):

10updocker create
10updocker shell
wp core download --version=4.7.11 --force
wp core update-db

It would be way more easy, if the create command would ask for the WordPress Version to install, default could be "latest".

Designs

Describe alternatives you've considered

An alternativ could be an parameter for 10updocker create, something like --wp-version={version} so not every user will be spamed with questions.

Additional context

@lippoliv lippoliv added the type:enhancement New feature or request. label Oct 3, 2020
@eugene-manuilov eugene-manuilov added this to the 2.9.0 milestone Oct 3, 2020
@eugene-manuilov eugene-manuilov added good first issue Good for newcomers enhancement New feature or request and removed type:enhancement New feature or request. labels Oct 3, 2020
@eugene-manuilov eugene-manuilov modified the milestones: 2.9.0, Future Release Sep 6, 2021
tomalec added a commit to tomalec/wp-local-docker-v2 that referenced this issue Sep 10, 2021
@tomalec tomalec linked a pull request Sep 10, 2021 that will close this issue
6 tasks
@tomalec
Copy link
Contributor

tomalec commented Dec 6, 2021

FWIW, this issue may be fixed by #239

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants