Skip to content

Commit 99b18db

Browse files
PDowneygithub-actions[bot]
authored andcommitted
chore: update software versions
1 parent 43c0e73 commit 99b18db

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/ci-config/enginescript-variables-ci.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
#-#-#-#-#-#-#-# CI Safe Variables #-#-#-#-#-#-#-#
77

88
# Software Versions
9-
LIBURING_VER="2.11"
10-
MARIADB_VER="11.8.2"
9+
LIBURING_VER="2.12"
10+
MARIADB_VER="11.8.3"
1111
NGINX_DYN_TLS_PATCH_SHA="1eeff69434585b2417e5d5c49e0479c8b22b205192f60b638a5b6c589152c40b"
1212
NGINX_HEADER_VER="0.39"
1313
NGINX_PURGE_VER="2.5.3"
1414
NGINX_VER="1.29.0"
15-
OPENSSL_VER="3.5.1"
15+
OPENSSL_VER="3.5.2"
1616
PCRE2_VER="10.45"
1717
PHP_VER="8.4"
1818
PHPMYADMIN_VER="5.2.2"
1919
PNGOUT_VER="20200115"
2020
ZLIB_VER="1.3.1"
2121

2222
# EngineScript Plugins
23-
SSE_PLUGIN_VER="1.8.1"
24-
SWPO_PLUGIN_VER="1.5.11"
23+
SSE_PLUGIN_VER="1.9.0"
24+
SWPO_PLUGIN_VER="1.7.0"
2525

2626
# Frontend Dependencies
2727
CHARTJS_VER="4.5.0"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Once configured, your uptime monitoring data will automatically appear in the ad
216216
|NGINX CACHE PURGE|2.5.3|https://github.com/nginx-modules/ngx_cache_purge|
217217
|NGINX HEADERS MORE|0.39|https://github.com/openresty/headers-more-nginx-module|
218218
|NGINX PATCH: Dynamic TLS Records|Latest|https://github.com/kn007/patch|
219-
|OPENSSL|3.5.1|https://www.openssl.org/source/|
219+
|OPENSSL|3.5.2|https://www.openssl.org/source/|
220220
|PCRE2|10.45|https://github.com/PCRE2Project/pcre2/releases|
221221
|ZLIB-Cloudflare|Latest|https://github.com/cloudflare/zlib|
222222
||
@@ -226,7 +226,7 @@ Once configured, your uptime monitoring data will automatically appear in the ad
226226
||
227227
||
228228
|**MySQL Database**|
229-
|MARIADB|11.8.2|https://mariadb.org/download/|
229+
|MARIADB|11.8.3|https://mariadb.org/download/|
230230
||
231231
||
232232
|**Database Management**|
@@ -236,7 +236,7 @@ Once configured, your uptime monitoring data will automatically appear in the ad
236236
||
237237
|**Admin Control Panel**|
238238
|Chart.js|4.5.0|https://github.com/chartjs/Chart.js|
239-
|Font Awesome|6.7.2|https://github.com/FortAwesome/Font-Awesome|
239+
|Font Awesome|7.0.0|https://github.com/FortAwesome/Font-Awesome|
240240
|TinyFileManager|2.6|https://github.com/prasathmani/tinyfilemanager|
241241
||
242242
||
@@ -250,8 +250,8 @@ Once configured, your uptime monitoring data will automatically appear in the ad
250250
|WP-CLI: doctor-command | Latest |https://github.com/wp-cli/doctor-command|
251251
|WP-CLI: WP Launch Check | Latest |https://github.com/pantheon-systems/wp_launch_check|
252252
|PLUGIN: App for Cloudflare| Latest |https://wordpress.org/plugins/app-for-cf/|
253-
|PLUGIN: EngineScript: Simple Site Exporter|1.8.1| [https://github.com/EngineScript/Simple-WP-Site-Exporter](https://github.com/EngineScript/Simple-WP-Site-Exporter) |
254-
|PLUGIN: EngineScript: Simple WP Optimizer|1.5.11| [https://github.com/EngineScript/Simple-WP-Optimizer](https://github.com/EngineScript/Simple-WP-Optimizer) |
253+
|PLUGIN: EngineScript: Simple Site Exporter|1.9.0| [https://github.com/EngineScript/Simple-WP-Site-Exporter](https://github.com/EngineScript/Simple-WP-Site-Exporter) |
254+
|PLUGIN: EngineScript: Simple WP Optimizer|1.7.0| [https://github.com/EngineScript/Simple-WP-Optimizer](https://github.com/EngineScript/Simple-WP-Optimizer) |
255255
|PLUGIN: MariaDB Health Checks *(recommended)* | Latest |https://wordpress.org/plugins/mariadb-health-checks/|
256256
|PLUGIN: Nginx Helper *(required)* | Latest |https://wordpress.org/plugins/nginx-helper/|
257257
|PLUGIN: PHP Compatibility Checker| Latest |https://wordpress.org/plugins/php-compatibility-checker/|
@@ -282,6 +282,6 @@ Once configured, your uptime monitoring data will automatically appear in the ad
282282
||
283283
||
284284
|**Misc Supplemental Software**|
285-
|LIBURING|2.11|https://github.com/axboe/liburing|
285+
|LIBURING|2.12|https://github.com/axboe/liburing|
286286
|MYSQLTUNER|Latest|https://github.com/major/MySQLTuner-perl|
287287
|ZLIB|1.3.1|https://github.com/madler/zlib|

enginescript-variables.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
#-#-#-#-#-#-#-# Edit These At Your Own Risk #-#-#-#-#-#-#-#
77

88
# Software Versions
9-
LIBURING_VER="2.11"
10-
MARIADB_VER="11.8.2"
9+
LIBURING_VER="2.12"
10+
MARIADB_VER="11.8.3"
1111
NGINX_DYN_TLS_PATCH_SHA="1eeff69434585b2417e5d5c49e0479c8b22b205192f60b638a5b6c589152c40b"
1212
NGINX_HEADER_VER="0.39"
1313
NGINX_PURGE_VER="2.5.3"
1414
NGINX_VER="1.29.0"
15-
OPENSSL_VER="3.5.1"
15+
OPENSSL_VER="3.5.2"
1616
PCRE2_VER="10.45"
1717
PHP_VER="8.4"
1818
PHPMYADMIN_VER="5.2.2"
1919
PNGOUT_VER="20200115"
2020
ZLIB_VER="1.3.1"
2121

2222
# EngineScript Plugins
23-
SSE_PLUGIN_VER="1.8.1"
24-
SWPO_PLUGIN_VER="1.5.11"
23+
SSE_PLUGIN_VER="1.9.0"
24+
SWPO_PLUGIN_VER="1.7.0"
2525

2626
# Frontend Dependencies
2727
CHARTJS_VER="4.5.0"
28-
FONTAWESOME_VER="6.7.2"
28+
FONTAWESOME_VER="7.0.0"
2929
TINYFILEMANAGER_VER="2.6"
3030

3131
# Old Software Versions

0 commit comments

Comments
 (0)