WordPress version bumped to 5.2.2#18
WordPress version bumped to 5.2.2#18robert-skarzycki wants to merge 1 commit intoellefsen:masterfrom robert-skarzycki:f/bump-wp-version-to-5.2.2
Conversation
|
Thanks! - I'll check it out. You should be able to clone your existing Heroku repo, git clone https://git.heroku.com/your-project.git, update the composer files and push back to origin master to see the changes reflected. |
|
Hmm... @ellefsen, I don't understand this: when I do |
|
When you create a new Heroku app, its repository is empty. In this case, you want to pull your branch into your local repo and then push to Heroku. Here's how I did it: (Set up addons as described in the readme.) However, your change won't have any effect. After changing composer.json, I had to run Whenever I use |
Hi, @ellefsen, I've bumped WordPress version on this package - to
5.2.2. Do you have an idea how to deploy it to my already deployed page on Heroku?