Commit Graph

14 Commits

Author SHA1 Message Date
VirtuBox
01ee8c0a13 v3.11.0 (#211)
- PHP 7.4 support
- Improved Webp images support with Cloudflare (Issue [#95](https://github.com/WordOps/WordOps/issues/95)). Nginx will not serve webp images alternative with Cloudflare IP ranges.
- Stack upgrade for adminer
- Check acme.sh installation and setup acme.sh if needed before issuing certificate
- Add `--ufw` to `wo stack status`
- Add Nginx directive `gzip_static on;` to serve precompressed assets with Cache-Enabler or WP-Rocket. (Issue [#207](https://github.com/WordOps/WordOps/issues/207))
- Previous `--php73` & `--php73=off` flags are replaced by `--php72`, `--php73`, `--php74` to switch site's php version
- phpMyAdmin updated to v4.9.2
- Adminer updated to v4.7.5
- Replace dot and dashes by underscores in database names (Issue [#206](https://github.com/WordOps/WordOps/issues/206))
- Increased database name length to 32 characters from domain name + 8 random characters
- typo error in motd-news script (Issue [#204](https://github.com/WordOps/WordOps/issues/204))
- Install Nginx before ngxblocker
- WordOps install/update script text color
- Issue with MySQL stack on Raspbian 9/10
- Typo error  (PR [#205](https://github.com/WordOps/WordOps/pull/205))
- php version in `wo debug` (PR [#209](https://github.com/WordOps/WordOps/pull/209))
- SSL certificates expiration display with shared wildcard certificates
2019-12-03 19:48:18 +01:00
VirtuBox
7765b2ce84 Several improvements
* Run `mysql_upgrade` during MySQL upgrade with `wo stack upgrade` to perform migration if needed
* WordOps now check if a repository already exist before trying to adding it again.
* install script refactored
2019-10-25 23:58:08 +02:00
VirtuBox
98e6e6963f Remove imports 2019-10-16 13:31:30 +02:00
VirtuBox
baada0473e Remove deprecated hook.register 2019-09-24 00:04:32 +02:00
VirtuBox
547b356a76 Remove deprecated handler.register 2019-09-24 00:01:20 +02:00
VirtuBox
5cc723550e Fix wo stack purge 2019-09-21 01:08:51 +02:00
VirtuBox
50cc8a4d09 Sort import, create class DMN 2019-09-04 20:36:15 +02:00
VirtuBox
c7712ae6dd Sort imports 2019-09-02 04:37:13 +02:00
VirtuBox
f40d356875 Remove useless imports 2019-08-28 14:03:40 +02:00
VirtuBox
4819b26aa4 Fix redis.conf permissions and missing import glob 2019-08-08 23:41:28 +02:00
VirtuBox
d5dbbe6500 add letsencrypt support for --proxy 2019-03-19 16:58:35 +01:00
VirtuBox
d6d2ebe0fc cleanup code 2019-03-14 13:11:54 +01:00
VirtuBox
65f6e7a2a0 improve install script & site.py
* remove php7.2 installation
* cleanup code
* improve code quality according to shellcheck warnings
2019-03-05 15:47:24 +01:00
jeroenops
b36df4384a Refactored 2018-11-13 21:55:59 +01:00