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'))