Commit Graph

233 Commits

Author SHA1 Message Date
VirtuBox
8047440acf Add link to changelog after upgrade 2020-02-04 12:26:36 +01:00
VirtuBox
47dbb65ed8 Set opcache.preload_user for PHP 7.4 2020-01-24 09:37:47 +01:00
VirtuBox
a40a96c3e3 Fix MySQL purge with remote MySQL server 2020-01-21 12:44:07 +01:00
VirtuBox
2b16b5a0e3 Update changelog 2020-01-17 11:52:13 +01:00
VirtuBox
a7e34f0c23 prepare for release 3.11.3 2020-01-16 15:22:41 +01:00
VirtuBox
f27f491765 Additional check for existant SSL certificates 2020-01-14 16:30:08 +01:00
VirtuBox
937898bfd6 Fix netdata 2020-01-14 16:26:25 +01:00
VirtuBox
9a5b3e3368 Fix mysql stack purge with remote db 2020-01-07 16:18:17 +01:00
VirtuBox
85465c442b Remove unused variables 2019-12-11 14:42:27 +01:00
VirtuBox
ef6c1d2a99 Improve opcache clean
* force enabling php imagick extension
2019-12-10 18:42:27 +01:00
VirtuBox
66c73ce8e1 Update Changelog 2019-12-10 00:30:19 +01:00
VirtuBox
a9fc1ab9d8 update changelog 2019-12-07 04:27:31 +01:00
VirtuBox
671cfbb739 Bump version de v3.11.2 2019-12-07 04:26:18 +01:00
VirtuBox
e45955a513 Fix variables_hash_bucket_size 2019-12-05 20:36:18 +01:00
VirtuBox
5282000d4f Fix nginx variables_hash_bucket_size 2019-12-05 15:56:12 +01:00
VirtuBox
9f22455770 v3.11.1 (#215)
- `--fail2ban` in wo stack upgrade
- error with `wo maintenance`
- php-igbinary missing for php74 (run `wo stack upgrade` to install it)
- opcache reset with `wo clean`
2019-12-04 23:34:03 +01:00
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
b771b2578e Updating configuration (#197)
#### Added

- [ACME] Display warning about sudo usage when issuing certificate with DNS API validation (require `sudo -E`)

#### Changed

- [ACME] Resolve domain IP over HTTPS with Cloudflare DNS Resolver
- [CORE] Cement Framework updated to v2.10.2
- [SITE] database name = 0 to 16 characters from the site name + 4 randomly generated character
- [SITE] database user = 0 to 12 characters from the site name + 4 randomy generated character
- [STACK] Improve sysctl tweak deployment

#### Fixed

- [SITE] https redirection missing on subdomains sites
- Issues with digitalocean mariadb repository
- Cement Framework output handler issues
- [CLEAN] check if Nginx is installed before purging fastcgi or opcache
2019-11-11 19:06:11 +01:00
VirtuBox
85e863bdd6 Bump version to v3.10.2 2019-11-06 00:29:31 +01:00
VirtuBox
2dde7fe94a Update changelog 2019-11-06 00:28:24 +01:00
VirtuBox
ce39787564 Print help with wo stack remove/purge 2019-11-05 20:25:44 +01:00
VirtuBox
e0165a7312 Fix wp-cli path 2019-11-05 17:51:44 +01:00
VirtuBox
914f049852 Fix acme certificate on domain 2019-11-05 16:11:43 +01:00
VirtuBox
cbd587d82b HotFix install/update 2019-10-30 17:25:52 +01:00
VirtuBox
7d28d66d11 Add wo stack upgrade --ngxblocker 2019-10-30 12:06:42 +01:00
VirtuBox
fdfe60315c Update changelog 2019-10-30 06:18:34 +01:00
VirtuBox
f2d4bcb353 Fix wo info and add tweaks to wo stack upgrade 2019-10-30 04:23:20 +01:00
VirtuBox
5cb8ab6268 Set --force required to renew > 30 days 2019-10-29 22:20:36 +01:00
VirtuBox
fd1105f459 Improve wo stack services 2019-10-29 01:10:37 +01:00
VirtuBox
5b9a17c116 Fix wo stack install --cheat 2019-10-28 20:07:38 +01:00
VirtuBox
2d21ba82e6 Fix wo clean issue
* add `wo update --mainline`
* move mariadb tweaks into wo
2019-10-28 14:53:15 +01:00
VirtuBox
45252fdd1b Change MySQL backup path 2019-10-28 09:09:28 +01:00
VirtuBox
2c2b9c28fb Refactor wo update 2019-10-28 06:52:23 +01:00
VirtuBox
179ea7d9cf Improve acme process and error log 2019-10-26 19:28:56 +02: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
b3cf601879 Improve wo update 2019-10-24 22:04:52 +02:00
VirtuBox
85e68b1fc6 Fix templates not updated after upgrade 2019-10-24 11:13:46 +02:00
VirtuBox
44ee18a705 update changelog and re-order install 2019-10-23 12:33:48 +02:00
VirtuBox
3537867e0d Update changelog 2019-10-18 21:19:16 +02:00
VirtuBox
5ad068dc7c Several fixes
* don't deploy ssl certificate if acme.sh failed
* install script issues
* GPG keys error with old EasyEngine Nginx repository
2019-10-18 10:49:06 +02:00
VirtuBox
969b432947 Fix ngxblocker stack 2019-10-16 13:09:06 +02:00
VirtuBox
a0cba85156 Fix Logwatcher 2019-10-12 13:34:45 +02:00
VirtuBox
9d5072c751 Fix WordPress install error 2019-10-12 11:46:11 +02:00
VirtuBox
e32a2a1102 Fix travis 2019-10-11 12:19:32 +02:00
VirtuBox
bcd2416c16 Update changelog 2019-10-08 17:52:29 +02:00
VirtuBox
abe5949825 Update changelog 2019-10-08 17:51:23 +02:00
VirtuBox
a26fc2cb10 update changelog 2019-10-08 17:48:34 +02:00
VirtuBox
c90ac2620e Fix issues with APT repositories 2019-10-08 17:14:22 +02:00
VirtuBox
4181b49e5d Fix wo secure --sshport 2019-10-08 11:17:07 +02:00
VirtuBox
92c2bdfd3a Fix for secure 2019-10-07 12:27:16 +02:00