Commit Graph

22 Commits

Author SHA1 Message Date
VirtuBox
42b349ab13 Fix wo site update 2023-09-14 19:54:56 +02:00
VirtuBox
d24026077f Auto stash before merge of "updating-configuration" and "origin/updating-configuration" 2023-09-14 19:43:20 +02:00
VirtuBox
7da989276f Fix wo site update proxy 2023-08-15 18:43:11 +02:00
VirtuBox
b9958c8293 Fix wo site update alias 2023-08-15 18:38:38 +02:00
VirtuBox
f1db29c81a Fix wo site update alias 2023-08-15 18:27:27 +02:00
VirtuBox
a555ec2ff3 Fix wo site update alias 2023-08-15 18:00:10 +02:00
VirtuBox
d9023a5db2 Fix wo site update alias 2023-08-15 17:14:48 +02:00
VirtuBox
32db43a34d Add wo site update alias 2023-08-12 22:41:19 +02:00
VirtuBox
279ab9a832 Refactor site update 2023-08-12 16:41:07 +02:00
VirtuBox
f88a81182e Refactor site update 2023-08-12 16:31:49 +02:00
VirtuBox
f751968fe7 Refactor all php stack 2023-08-12 14:44:56 +02:00
Janio Sarmento
b16e018e8e #486 Bugfix PHP 8.2 support 2022-12-26 11:41:15 -03:00
VirtuBox
7e1a1bbf9c Fix missing and 2022-12-22 22:37:59 +01:00
VirtuBox
319d1d0afc Fix php8.2 2022-12-11 16:30:40 +01:00
VirtuBox
887cc1d3f0 Fix php8.2 2022-12-11 16:13:33 +01:00
VirtuBox
c2f0542afa Fix php8.1 package install 2022-01-25 16:43:55 +01:00
Janio Sarmento
555269decf #348: PHP8 2022-01-23 15:14:24 -03:00
VirtuBox
dce09ddadb update php stack check during site creating
* use the php version define in wo.conf
* define php7.3 as default
2020-01-28 13:31:18 +01:00
VirtuBox
65b950e5ac Add php version selection into wo.conf
* set PHP 7.3 as default php version
* update travis script
2020-01-28 12:47:00 +01:00
VirtuBox
87e46d9145 Fix site ssl status not updated 2020-01-18 18:43:58 +01:00
VirtuBox
c409d44246 Cleanup site imports 2019-12-09 13:56:00 +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