Skip to content

Releases: garethmidwood/cdev

1.1.17

19 Feb 21:54
3d2c7c7
Compare
Choose a tag to compare

Resolves issue where cdev created plugins composer.json with invalid package name.

This does not correct package names on existing installs, to do that you can use the following command:

sed -i -e 's/cdev-plugins/cdev\/plugins/g' ~/.cdev/plugins/composer.json

1.0.37

24 Sep 00:23
Compare
Choose a tag to compare
Add release script

Add pubkey to release

23 Sep 23:58
Compare
Choose a tag to compare
1.0.35

Change update process

Change update process to use maintained phar update package

23 Sep 23:46
Compare
Choose a tag to compare

Bug fix: volume: null

18 Aug 16:43
Compare
Choose a tag to compare

Prevent issue where docker-compose.yml file would include a null volume attribute when docker-sync was not used

Add env:db:connect

18 Aug 16:54
Compare
Choose a tag to compare

Add the environment db connection command