Commit Graph

103 Commits

Author SHA1 Message Date
VirtuBox
9053395423 Bump requests and psutil version 2022-11-14 16:02:06 +01:00
VirtuBox
346d571f3c Bump wo_version for testing 2022-11-14 15:58:43 +01:00
VirtuBox
bb5d9d4962 Prepare for Hotfix v3.15.4 2022-10-25 10:21:50 +02:00
VirtuBox
873b70c8d5 Prepare for release 3.15.3 2022-10-24 17:06:13 +02:00
VirtuBox
cd6f650e9e Prepare for release v3.15.2 2022-09-23 17:44:44 +02:00
VirtuBox
7d3934978b Update requirements 2022-09-09 22:53:21 +02:00
VirtuBox
7613746941 Hotfix v3.15.1 2022-09-09 22:36:59 +02:00
VirtuBox
0ffc52e0d5 Update to MariaDB 10.6 2022-09-08 20:49:35 +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
4d18b78274 Update wo version 2022-01-25 15:49:11 +01:00
VirtuBox
f9f1bf5b90 Update setup.py 2021-09-15 17:34:37 +02:00
VirtuBox
7c3c612def Update setup.py 2021-09-15 14:24:20 +02:00
VirtuBox
8a518f770f Update setup.py 2021-09-14 21:01:30 +02:00
VirtuBox
b225b6e339 Bump version for testing 2020-11-10 16:28:04 +01:00
VirtuBox
64f557857b Update dependencies 2020-11-10 14:05:04 +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
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
f0cbc77602 Update dependencies 2020-08-09 13:21:57 +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
2475d1c4b3 Add Ubuntu 20.04 support to install script 2020-04-24 15:59:35 +02:00
VirtuBox
2b16b5a0e3 Update changelog 2020-01-17 11:52:13 +01:00
VirtuBox
9a5b3e3368 Fix mysql stack purge with remote db 2020-01-07 16:18:17 +01:00
VirtuBox
13a6000c20 Update dependencies
* display domain type in `wo site info`
2019-12-11 11:45:20 +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
f202116249 Set minimum python version to 3.4 2019-10-31 00:13:30 +01:00
VirtuBox
cbd587d82b HotFix install/update 2019-10-30 17:25:52 +01:00
VirtuBox
2c2b9c28fb Refactor wo update 2019-10-28 06:52:23 +01:00
VirtuBox
2ab250f2ba Linux tweak integration in wo 2019-10-23 01:59:10 +02:00
VirtuBox
6eceb5ed35 Update install for pip 2019-10-21 11:37:19 +02:00
VirtuBox
0d1352eb5a Update function to get README.md content 2019-10-18 18:47:08 +02:00
VirtuBox
da22ef2ebc add description content type 2019-10-18 18:00:15 +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
e32a2a1102 Fix travis 2019-10-11 12:19:32 +02:00
VirtuBox
ab6d44afd4 Fix mariaDB key 2019-10-09 17:35:23 +02:00
VirtuBox
d691f3a319 Fix setup.py 2019-10-08 17:39:00 +02:00
VirtuBox
cc2621e6ff Change description 2019-10-08 17:36:24 +02:00
VirtuBox
c90ac2620e Fix issues with APT repositories 2019-10-08 17:14:22 +02:00
VirtuBox
07755b13ff Fix secure 2019-10-08 10:04:40 +02:00
VirtuBox
6329b61879 Install WordOps from pypi 2019-10-05 12:29:49 +02:00
VirtuBox
cf28d4b292 update setup.py 2019-10-05 00:46:23 +02:00
VirtuBox
da4cdcdbec Update setup.py 2019-10-04 17:29:29 +02:00