From 384052fe939ce88ea85e4f794ebb50d1bcc1fae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20=C3=87ALI=C5=9EIR?= Date: Sun, 30 Jun 2024 21:29:18 +0300 Subject: [PATCH] pushed wp repo --- .../fastcgi-cache-purge-and-preload-nginx.css | 2 +- ...cgi-cache-purge-and-preload-nginx-admin.php | 2 +- .../fastcgi-cache-purge-and-preload-nginx.js | 2 +- admin/js/nppp-disable-functionality.js | 2 +- admin/js/preload-button-disable.js | 2 +- fastcgi-cache-purge-and-preload-nginx.php | 2 +- ...cgi-cache-purge-and-preload-nginx-front.css | 2 +- frontend/index.php | 2 +- ...tcgi-cache-purge-and-preload-nginx-front.js | 2 +- frontend/js/nppp-admin-bar-icon-front.js | 2 +- .../js/nppp-disable-functionality-front.js | 2 +- includes/admin-bar.php | 2 +- includes/advanced.php | 2 +- includes/configuration-parser.php | 2 +- includes/enqueue-assets.php | 18 +++++++++--------- includes/help.php | 2 +- includes/log.php | 2 +- includes/pre-checks.php | 2 +- includes/preload.php | 2 +- includes/purge.php | 2 +- includes/reject_regex.txt | 2 +- includes/rest-api-helper.php | 2 +- includes/rest-api.php | 2 +- includes/schedule.php | 2 +- includes/send-mail.php | 2 +- includes/settings.php | 2 +- includes/status.php | 2 +- includes/svg.php | 2 +- includes/wp-filesystem.php | 2 +- 29 files changed, 37 insertions(+), 37 deletions(-) diff --git a/admin/css/fastcgi-cache-purge-and-preload-nginx.css b/admin/css/fastcgi-cache-purge-and-preload-nginx.css index 4066379..da82d06 100644 --- a/admin/css/fastcgi-cache-purge-and-preload-nginx.css +++ b/admin/css/fastcgi-cache-purge-and-preload-nginx.css @@ -1,7 +1,7 @@ /** * Styles for FastCGI Cache Purge and Preload for Nginx * Description: This CSS file contains styles for the FastCGI Cache Purge and Preload for Nginx - * Version: 2.0.1 + * Version: 2.0.2 * Author: Hasan ÇALIŞIR * Author Email: hasan.calisir@psauxit.com * Author URI: https://www.psauxit.com diff --git a/admin/fastcgi-cache-purge-and-preload-nginx-admin.php b/admin/fastcgi-cache-purge-and-preload-nginx-admin.php index e0355d3..567c5bc 100644 --- a/admin/fastcgi-cache-purge-and-preload-nginx-admin.php +++ b/admin/fastcgi-cache-purge-and-preload-nginx-admin.php @@ -3,7 +3,7 @@ * Plugin Name: FastCGI Cache Purge and Preload for Nginx * Plugin URI: https://github.com/psaux-it/nginx-fastcgi-cache-purge-and-preload * Description: Manage FastCGI Cache Purge and Preload for Nginx operations directly from your WordPress admin dashboard. - * Version: 2.0.1 + * Version: 2.0.2 * Author: Hasan ÇALIŞIR * Author URI: https://www.psauxit.com/ * Author Email: hasan.calisir@psauxit.com diff --git a/admin/js/fastcgi-cache-purge-and-preload-nginx.js b/admin/js/fastcgi-cache-purge-and-preload-nginx.js index 5e5f7c5..a96a983 100644 --- a/admin/js/fastcgi-cache-purge-and-preload-nginx.js +++ b/admin/js/fastcgi-cache-purge-and-preload-nginx.js @@ -1,7 +1,7 @@ /** * JavaScript for FastCGI Cache Purge and Preload for Nginx * Description: This JavaScript file contains functions to manage FastCGI Cache Purge and Preload for Nginx plugin and interact with WordPress admin dashboard. - * Version: 2.0.1 + * Version: 2.0.2 * Author: Hasan ÇALIŞIR * Author Email: hasan.calisir@psauxit.com * Author URI: https://www.psauxit.com diff --git a/admin/js/nppp-disable-functionality.js b/admin/js/nppp-disable-functionality.js index 68492b2..8118972 100644 --- a/admin/js/nppp-disable-functionality.js +++ b/admin/js/nppp-disable-functionality.js @@ -1,7 +1,7 @@ /** * JavaScript for FastCGI Cache Purge and Preload for Nginx * Description: This file contains disable functionality for FastCGI Cache Purge and Preload for Nginx - * Version: 2.0.1 + * Version: 2.0.2 * Author: Hasan ÇALIŞIR * Author Email: hasan.calisir@psauxit.com * Author URI: https://www.psauxit.com diff --git a/admin/js/preload-button-disable.js b/admin/js/preload-button-disable.js index 33b355a..6b1eb95 100644 --- a/admin/js/preload-button-disable.js +++ b/admin/js/preload-button-disable.js @@ -1,7 +1,7 @@ /** * JavaScript for FastCGI Cache Purge and Preload for Nginx * Description: This JavaScript file contains function to disable Preload action if wget command not found on the host for FastCGI Cache Purge and Preload for Nginx - * Version: 2.0.1 + * Version: 2.0.2 * Author: Hasan ÇALIŞIR * Author Email: hasan.calisir@psauxit.com * Author URI: https://www.psauxit.com diff --git a/fastcgi-cache-purge-and-preload-nginx.php b/fastcgi-cache-purge-and-preload-nginx.php index 9c8863e..aee0f95 100644 --- a/fastcgi-cache-purge-and-preload-nginx.php +++ b/fastcgi-cache-purge-and-preload-nginx.php @@ -3,7 +3,7 @@ * Plugin Name: FastCGI Cache Purge and Preload for Nginx * Plugin URI: https://github.com/psaux-it/nginx-fastcgi-cache-purge-and-preload * Description: Manage FastCGI Cache Purge and Preload for Nginx operations directly from your WordPress admin dashboard. - * Version: 2.0.1 + * Version: 2.0.2 * Author: Hasan ÇALIŞIR * Author URI: https://www.psauxit.com/ * Author Email: hasan.calisir@psauxit.com diff --git a/frontend/css/fastcgi-cache-purge-and-preload-nginx-front.css b/frontend/css/fastcgi-cache-purge-and-preload-nginx-front.css index e5d0454..ad284b2 100644 --- a/frontend/css/fastcgi-cache-purge-and-preload-nginx-front.css +++ b/frontend/css/fastcgi-cache-purge-and-preload-nginx-front.css @@ -1,7 +1,7 @@ /** * Frontend styles for FastCGI Cache Purge and Preload for Nginx * Description: This CSS file contains frontend styles for the FastCGI Cache Purge and Preload for Nginx - * Version: 2.0.1 + * Version: 2.0.2 * Author: Hasan ÇALIŞIR * Author Email: hasan.calisir@psauxit.com * Author URI: https://www.psauxit.com diff --git a/frontend/index.php b/frontend/index.php index d441cca..8142269 100644 --- a/frontend/index.php +++ b/frontend/index.php @@ -1 +1 @@ -