Skip to content

Releases: EasyEngine/site-command

Version 2.1.0

13 Sep 05:31
v2.1.0
0ee6694
Compare
Choose a tag to compare

What's Changed

Version 2.0.0

07 Aug 15:59
v2.0.0
a3f5ba5
Compare
Choose a tag to compare
  • 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

10 Jul 18:49
v1.0.0-beta.3
d0f2214
Compare
Choose a tag to compare
Version 1.0.0-beta.3 Pre-release
Pre-release
  • Port global reverse proxy from traefik to jwilder/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

28 Jun 18:34
v1.0.0-beta.2
ef914e3
Compare
Choose a tag to compare
Version 1.0.0-beta.2 Pre-release
Pre-release
  • 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

12 Jun 14:48
v1.0.0-beta.1
884d3b4
Compare
Choose a tag to compare
Version 1.0.0-beta.1 Pre-release
Pre-release
  • Initial Release