Skip to content
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

Update to Wordpress 4.1 #89

Open
pburtchaell opened this issue Dec 18, 2014 · 4 comments
Open

Update to Wordpress 4.1 #89

pburtchaell opened this issue Dec 18, 2014 · 4 comments

Comments

@pburtchaell
Copy link

Hey @mchung just installed this on Heroku and noticed it is running at version 3.9.1. Are there plans to bump it up to version 4.1?

@richsinn
Copy link

richsinn commented Feb 6, 2015

👍

@richsinn
Copy link

Not sure if this is recommended, but to update to Version 4.1 (or version 4.1.1 which is the current version), if you simply add a heroku config value WORDPRESS_VERSION, it'll upgrade the wordpress with your next commit push to Wordpress.

$> heroku config:set WORDPRESS_VERSION=4.1.1

Remember, you have to make a new release (i.e. push a new commit to your heroku project) before the upgrade take place. After pushing the new changes, and wordpress updates, you might be prompted to update your Wordpress database when you access the admin page. You might also have to flush your memcache (this can be done from your heroku admin page for your heroku app).

@domtancredi
Copy link

I think you mean:

heroku config:set WORDPRESS_VERSION=4.2.2

You missed an = sign

@richsinn
Copy link

@domtancredi ah good catch. I fixed the typo in my previous post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants