It's the little things that count, hundreds of 'em.
ππ New CLI Minor Release ππ
We have a host of important updates in this release - please update as soon as you can! Here's a brief summary:
- β¨ Improved CLI update notifications: you'll now get a notification before running any Ghost-CLI command prompting you to update if there is a new version. We added this so that you can always be running the latest functionality
- π₯ Removed the global dependency on knex-migrator, instead we'll always use the one installed with Ghost. This fixes a number of issues related to multiple node versions (e.g. managed through nvm) and should help those who wish to use sqlite3 as the database
- Fixed a bug with ports being overridden if you specified the port in the URL
- π Added migration utilities and a migration for ssl certs set up using Ghost-CLI < 1.2.0. This migration can be run using
ghost migrate
, or will automatically be run withghost update
.
As always, a list of all the notable changes can also be found in the changelog.
Stay tuned - we're always working on new bugfixes and features :)