evolution / wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
200 stars 18 forks source link

Automatic WP Updates #160

Closed jasoncomes closed 7 years ago

jasoncomes commented 7 years ago

If you go through this, Automatic Major Wordpress Update you'll notice two issues:

  1. It removes my dependencies from the bower.json list, should only update the Wordpress version instance.

  2. Its updating my theme folder(with probably an older release). Its only adding files that aren't there and updating files if they do exist on branch. Shouldn't touch theme folder at all.

https://github.com/HigherEducation/AccreditedOnlineColleges.org/commit/5b9337b458846298cca951ac2872b3b3a949300d

EvanK commented 7 years ago

I've reviewed the custom theme in question, and it does not appear to be registered in the wordpress theme directory or have any custom update mechanisms built into it....so I don't have a damn clue where it is updating from.

As a workaround, I'm going to add in the ability to skip plugin and/or theme updates

EvanK commented 7 years ago

@jasoncomes This is addressed in the 1.6.0 tagged release.

Note that, in addition to the usual regeneration of the site, this will require:

  1. removing your local bower_components dir & reinstalling bower deps via bower install
  2. reprovisioning remote stages (to update the autoupdate script and cron job)