From c117eda10100671bc3d5cd637058cc9b95bb165e Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 23 Oct 2021 13:29:31 +0200 Subject: [PATCH] Set the right @since value for the new helper files --- application/helpers/debug_helper.php | 2 +- application/helpers/env_helper.php | 2 +- application/helpers/path_helper.php | 2 +- application/helpers/session_helper.php | 2 +- application/helpers/setting_helper.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/helpers/debug_helper.php b/application/helpers/debug_helper.php index e47fa901..a3c3fc5c 100644 --- a/application/helpers/debug_helper.php +++ b/application/helpers/debug_helper.php @@ -8,7 +8,7 @@ * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org - * @since v1.1.0 + * @since v1.5.0 * ---------------------------------------------------------------------------- */ if ( ! function_exists('dd')) diff --git a/application/helpers/env_helper.php b/application/helpers/env_helper.php index 47dee6ac..5584bda8 100644 --- a/application/helpers/env_helper.php +++ b/application/helpers/env_helper.php @@ -8,7 +8,7 @@ * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org - * @since v1.1.0 + * @since v1.5.0 * ---------------------------------------------------------------------------- */ if ( ! function_exists('env')) diff --git a/application/helpers/path_helper.php b/application/helpers/path_helper.php index 8f3ef196..a5e56a5f 100644 --- a/application/helpers/path_helper.php +++ b/application/helpers/path_helper.php @@ -8,7 +8,7 @@ * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org - * @since v1.1.0 + * @since v1.5.0 * ---------------------------------------------------------------------------- */ if ( ! function_exists('storage_path')) diff --git a/application/helpers/session_helper.php b/application/helpers/session_helper.php index 6e2eceb7..291ea71c 100644 --- a/application/helpers/session_helper.php +++ b/application/helpers/session_helper.php @@ -8,7 +8,7 @@ * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org - * @since v1.3.0 + * @since v1.5.0 * ---------------------------------------------------------------------------- */ if ( ! function_exists('session')) diff --git a/application/helpers/setting_helper.php b/application/helpers/setting_helper.php index 88f74d2a..721ef46b 100644 --- a/application/helpers/setting_helper.php +++ b/application/helpers/setting_helper.php @@ -8,7 +8,7 @@ * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org - * @since v1.1.0 + * @since v1.5.0 * ---------------------------------------------------------------------------- */ if ( ! function_exists('setting'))