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
8 changes: 4 additions & 4 deletions .github/ci-config/enginescript-variables-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
#-#-#-#-#-#-#-# CI Safe Variables #-#-#-#-#-#-#-#

# Software Versions
LIBURING_VER="2.12"
LIBURING_VER="2.13"
MARIADB_VER="11.8.5"
NGINX_DYN_TLS_PATCH_COMMIT_SHA="aabb43ffd31ede1849d0a9657cc7767b4f76b71c"
NGINX_HEADER_VER="0.39"
NGINX_PURGE_VER="2.5.4"
NGINX_VER="1.29.3"
NGINX_PURGE_VER="2.5.5"
NGINX_VER="1.29.4"
OPENSSL_VER="3.5.4"
PCRE2_VER="10.47"
PHP_VER="8.4"
PHPMYADMIN_VER="5.2.3"
PNGOUT_VER="20200115"
ZLIB_VER="1.3.1"
ZLIB_VER="1.3.1.2"

# EngineScript Plugins
SSE_PLUGIN_VER="1.9.1"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ EngineScript integrates with **Uptime Robot** to monitor your WordPress websites
|**Certificate Management**|||
|ACME.sh||<https://get.acme.sh>|
|**Web Server**|||
|NGINX MAINLINE|1.29.3|<https://nginx.org/en/download.html>|
|NGINX CACHE PURGE|2.5.4|<https://github.com/nginx-modules/ngx_cache_purge>|
|NGINX MAINLINE|1.29.4|<https://nginx.org/en/download.html>|
|NGINX CACHE PURGE|2.5.5|<https://github.com/nginx-modules/ngx_cache_purge>|
|NGINX HEADERS MORE|0.39|<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.4|<https://www.openssl.org/source/>|
Expand Down Expand Up @@ -250,9 +250,9 @@ EngineScript integrates with **Uptime Robot** to monitor your WordPress websites
|LOCAL BACKUPS||Bash Scripts|
|AMAZON AWS CLI||<https://aws.amazon.com/cli/>|
|**Misc Supplemental Software**|||
|LIBURING|2.12|<https://github.com/axboe/liburing>|
|LIBURING|2.13|<https://github.com/axboe/liburing>|
|MYSQLTUNER||<https://github.com/major/MySQLTuner-perl>|
|ZLIB|1.3.1|<https://github.com/madler/zlib>|
|ZLIB|1.3.1.2|<https://github.com/madler/zlib>|

## Star History

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

# Software Versions
LIBURING_VER="2.12"
LIBURING_VER="2.13"
MARIADB_VER="11.8.5"
NGINX_DYN_TLS_PATCH_COMMIT_SHA="aabb43ffd31ede1849d0a9657cc7767b4f76b71c"
NGINX_HEADER_VER="0.39"
NGINX_PURGE_VER="2.5.4"
NGINX_VER="1.29.3"
NGINX_PURGE_VER="2.5.5"
NGINX_VER="1.29.4"
OPENSSL_VER="3.5.4"
PCRE2_VER="10.47"
PHP_VER="8.4"
PHPMYADMIN_VER="5.2.3"
PNGOUT_VER="20200115"
ZLIB_VER="1.3.1"
ZLIB_VER="1.3.1.2"

# EngineScript Plugins
SSE_PLUGIN_VER="1.9.1"
Expand Down