Releases: EasyEngine/site-command
Releases · EasyEngine/site-command
Version 2.1.0
What's Changed
- Refactor to accommodate new DB changes (#96) @kirtangajjar
- Get image versions from utils (#95) @mrrobot47
- Correct ssl behaviour (#98) @kirtangajjar
- Support global nginx-proxy container (#99) @kirtangajjar
- Fix nginx network (#100) @kirtangajjar
- Refactor for --type support of ee site command (#104) @mrrobot47
- Update site-status check for auth enabled enviournment (#108) @mrrobot47
- Add examples in site-command (#113) @kirtangajjar
Version 2.0.0
- Moved all wp specific code to site-wp-command
- Add code for html site type.
- Extend the abstract EE_Site_Command class from EasyEngine core to use common functions and overload necessary methods.
- Fix tests. PR: #91
Version 1.0.0-beta.3
- Port global reverse proxy from
traefik
tojwilder/nginx-proxy
. - Add letsencrypt ssl support for single as well as multi-site types. (Wildcard certificates for WordPress Multisite Subdomain installation)
- Add image tagging to ensure proper pulling of images during site-creation.
Version 1.0.0-beta.2
- Export site list in multiple formats - table, yaml, csv, json, count, text
- Enables filtering based on whether site is enabled or not
- woff2 extension is now cached by default
- Add provision to install using remote database
- Add following functions to manage site containers/services - start, stop, restart, reload
Version 1.0.0-beta.1
- Initial Release