Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/ci-config/enginescript-variables-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
#-#-#-#-#-#-#-# CI Safe Variables #-#-#-#-#-#-#-#

# Software Versions
LIBURING_VER="2.14"
LIBURING_VER="2.15"
MARIADB_VER="11.8.6"
NGINX_DYN_TLS_PATCH_COMMIT_SHA="afb50796c16a2a8cdebfdd86ebb8806b05db3a35"
NGINX_HEADER_VER="0.39"
NGINX_HEADER_VER="0.40"
NGINX_PURGE_VER="3.0.2"
NGINX_VER="1.29.8"
OPENSSL_VER="3.5.6"
PCRE2_VER="10.47"
NGINX_VER="1.31.5"
OPENSSL_VER="3.5.8"
PCRE2_VER="10.48"
PHP_VER="8.5"
PHPMYADMIN_VER="5.2.3"
PNGOUT_VER="20200115"
ZLIB_VER="1.3.2"
ZLIB_NG_VER="2.3.3"
ZLIB_RS_VER="v0.6.3"
ZLIB_RS_VER="v0.6.7"

# EngineScript Plugins
ES_SE_PLUGIN_VER="2.0.0"
ES_SO_PLUGIN_VER="2.0.0"
ES_SE_PLUGIN_VER="2.1.0"
ES_SO_PLUGIN_VER="2.1.0"

# Frontend Dependencies
ES_DASHBOARD_VER="$(date +"%m.%d.%Y")"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ EngineScript includes a comprehensive web-based admin control panel accessible a
|**Certificate Management**|||
|ACME.sh||<https://get.acme.sh>|
|**Web Server**|||
|NGINX MAINLINE|1.29.8|<https://nginx.org/en/download.html>|
|NGINX MAINLINE|1.31.5|<https://nginx.org/en/download.html>|
|NGINX CACHE PURGE|3.0.2|<https://github.com/nginx-modules/ngx_cache_purge>|
|NGINX HEADERS MORE|0.39|<https://github.com/openresty/headers-more-nginx-module>|
|NGINX HEADERS MORE|0.40|<https://github.com/openresty/headers-more-nginx-module>|
|NGINX PATCH: Dynamic TLS Records|Latest|<https://github.com/nginx-modules/ngx_http_tls_dyn_size>|
|OPENSSL|3.5.6|<https://www.openssl.org/source/>|
|PCRE2|10.47|<https://github.com/PCRE2Project/pcre2/releases>|
|OPENSSL|3.5.8|<https://www.openssl.org/source/>|
|PCRE2|10.48|<https://github.com/PCRE2Project/pcre2/releases>|
|ZLIB|1.3.2|<https://github.com/madler/zlib>|
|**Application Server**|||
|PHP|8.5|<https://launchpad.net/~ondrej/+archive/ubuntu/php>|
Expand All @@ -199,8 +199,8 @@ EngineScript includes a comprehensive web-based admin control panel accessible a
|**Content Management System (CMS)**|||
|WORDPRESS|Latest|<https://wordpress.org>|
|PLUGIN: Action Scheduler *(optional)*||<https://wordpress.org/plugins/action-scheduler/>|
|PLUGIN: EngineScript Site Exporter *(optional)*|2.0.0|[https://github.com/EngineScript/enginescript-site-exporter](https://github.com/EngineScript/enginescript-site-exporter)|
|PLUGIN: EngineScript Site Optimizer *(optional)*|2.0.0|[https://github.com/EngineScript/enginescript-site-optimizer](https://github.com/EngineScript/enginescript-site-optimizer)|
|PLUGIN: EngineScript Site Exporter *(optional)*|2.1.0|[https://github.com/EngineScript/enginescript-site-exporter](https://github.com/EngineScript/enginescript-site-exporter)|
|PLUGIN: EngineScript Site Optimizer *(optional)*|2.1.0|[https://github.com/EngineScript/enginescript-site-optimizer](https://github.com/EngineScript/enginescript-site-optimizer)|
|PLUGIN: MariaDB Health Checks *(highly recommended)*||<https://wordpress.org/plugins/mariadb-health-checks/>|
|PLUGIN: Nginx Helper *(required)*||<https://wordpress.org/plugins/nginx-helper/>|
|PLUGIN: Performance Lab *(optional)*||<https://wordpress.org/plugins/performance-lab/>|
Expand All @@ -226,7 +226,7 @@ EngineScript includes a comprehensive web-based admin control panel accessible a
|LOCAL BACKUPS||Bash Scripts|
|AMAZON AWS CLI||<https://aws.amazon.com/cli/>|
|**Misc Supplemental Software**|||
|LIBURING|2.14|<https://github.com/axboe/liburing>|
|LIBURING|2.15|<https://github.com/axboe/liburing>|
|MYSQLTUNER||<https://github.com/major/MySQLTuner-perl>|

## Star History
Expand Down
16 changes: 8 additions & 8 deletions enginescript-variables.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
#-#-#-#-#-#-#-# Edit These At Your Own Risk #-#-#-#-#-#-#-#

# Software Versions
LIBURING_VER="2.14"
LIBURING_VER="2.15"
MARIADB_VER="11.8.6"
NGINX_DYN_TLS_PATCH_COMMIT_SHA="afb50796c16a2a8cdebfdd86ebb8806b05db3a35"
NGINX_HEADER_VER="0.39"
NGINX_HEADER_VER="0.40"
NGINX_PURGE_VER="3.0.2"
NGINX_VER="1.29.8"
OPENSSL_VER="3.5.6"
PCRE2_VER="10.47"
NGINX_VER="1.31.5"
OPENSSL_VER="3.5.8"
PCRE2_VER="10.48"
PHP_VER="8.5"
SUPPORTED_PHP_VERSIONS=(
"8.2"
Expand All @@ -25,11 +25,11 @@ PHPMYADMIN_VER="5.2.3"
PNGOUT_VER="20200115"
ZLIB_VER="1.3.2"
ZLIB_NG_VER="2.3.3"
ZLIB_RS_VER="v0.6.3"
ZLIB_RS_VER="v0.6.7"

# EngineScript Plugins
ES_SE_PLUGIN_VER="2.0.0"
ES_SO_PLUGIN_VER="2.0.0"
ES_SE_PLUGIN_VER="2.1.0"
ES_SO_PLUGIN_VER="2.1.0"

# Frontend Dependencies
ES_DASHBOARD_VER="$(date +"%m.%d.%Y")"
Expand Down