Commit Graph

145 Commits

Author SHA1 Message Date
VirtuBox
7277d3e565 Add support for Ubuntu 22.04 & Debian 11 2022-05-23 13:48:00 +02:00
VirtuBox
f85342f72c Bump version 2022-04-28 12:17:28 +02:00
VirtuBox
c50b6a7803 Prepare for release v3.14.1 2022-02-16 14:45:51 +01:00
VirtuBox
9523ce05aa Update wp-cli to v2.6.0 and adminer to v4.8.1 2022-01-26 13:05:34 +01:00
VirtuBox
4d18b78274 Update wo version 2022-01-25 15:49:11 +01:00
VirtuBox
db57d22279 Fix php7.4 modules 2022-01-24 16:38:28 +01:00
Janio Sarmento
555269decf #348: PHP8 2022-01-23 15:14:24 -03:00
Yogesh Beniwal
44835405ac Update wp-cli to v2.5.0 2021-10-23 16:37:40 +08:00
Hendy Irawan
000e5c70ef fix: Support arm64 architecture (e.g. AWS Graviton2) 2021-08-30 13:47:33 +07:00
VirtuBox
68cc21aa84 Merge pull request #377 from yogeshbeniwal/fix-redis-repo
Update Redis repo to Redis Labs team
2021-05-20 17:16:39 +02:00
Yogesh Beniwal
4171adeca0 Update Redis repo to Redis Labs team 2021-05-05 13:11:22 +08:00
VirtuBox
b225b6e339 Bump version for testing 2020-11-10 16:28:04 +01:00
VirtuBox
164f817d25 Fix github actions 2020-10-28 11:45:30 +01:00
VirtuBox
46c8dd7dd9 Ready for release 2020-10-27 11:49:21 +01:00
VirtuBox
dbb58192ec Ready for release 2020-10-26 15:15:19 +01:00
VirtuBox
cbd29a968c Perform a full dump before upgrading MariaDB 2020-10-22 20:39:25 +02:00
VirtuBox
dff13eb345 Testing MariaDB 10.5 2020-10-22 11:04:23 +02:00
VirtuBox
5b6fbe278b Fix wo_extra_repo variable 2020-10-15 13:25:07 +02:00
VirtuBox
afa17b62dd Final fix for Xenial stack 2020-10-15 13:24:00 +02:00
VirtuBox
c3076cfdfe Fix cert.csv encoding to utf-8 2020-10-14 15:29:06 +02:00
VirtuBox
4f2cd2a295 Travis related testing 2020-10-12 19:27:23 +02:00
VirtuBox
7050bd5894 Fix php8.0-cli issue 2020-10-12 10:20:03 +02:00
VirtuBox
7e782ec3f4 Prepare for release v3.12.2 2020-05-15 11:06:10 +02:00
VirtuBox
2573cbe13b Prepare hotfix v3.12.1 2020-05-14 01:01:56 +02:00
VirtuBox
0f5fd0a349 Fix php-memcached on Ubuntu 20.04 2020-05-04 19:33:10 +02:00
VirtuBox
2475d1c4b3 Add Ubuntu 20.04 support to install script 2020-04-24 15:59:35 +02:00
VirtuBox
b31aadb3e8 Improve adminer install/upgrade
* always get the latest release from adminer.org
2020-04-23 16:44:23 +02: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
671cfbb739 Bump version de v3.11.2 2019-12-07 04:26:18 +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
914f049852 Fix acme certificate on domain 2019-11-05 16:11:43 +01:00
VirtuBox
23be601c11 //WIP 2019-10-31 15:42:42 +01:00
VirtuBox
cbd587d82b HotFix install/update 2019-10-30 17:25:52 +01:00
VirtuBox
f2d4bcb353 Fix wo info and add tweaks to wo stack upgrade 2019-10-30 04:23:20 +01:00
VirtuBox
2c2b9c28fb Refactor wo update 2019-10-28 06:52:23 +01:00
VirtuBox
5584d90a25 Refactor install
* remove all tweaking sections
* integrate them directly in wo
* add pip install from github repo
2019-10-23 12:24:30 +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
3c0498c4ad Fix subdomains detection for acme 2019-10-12 11:07:25 +02:00
VirtuBox
cf4f9c17b1 Switch MariaDB APT mirrors to OVH 2019-10-09 17:38:00 +02:00
VirtuBox
07755b13ff Fix secure 2019-10-08 10:04:40 +02:00
VirtuBox
c731d806d6 Refactor acme.sh and WOVariables 2019-10-02 13:13:32 +02:00
VirtuBox
555760164b Fix keylength 2019-09-30 15:05:07 +02:00
VirtuBox
905ef0660a Fix some errors with pylint 2019-09-30 12:38:28 +02:00
VirtuBox
6c3d645d9e ngxblocker implementation 2019-09-30 03:10:30 +02:00
VirtuBox
a2854e73dd Add allowpassword 2019-09-26 15:45:38 +02:00
VirtuBox
0170366ce4 Add DNS alias mode 2019-09-24 02:36:46 +02:00