diff --git a/composer.json b/composer.json index edee1fc..ec66b1f 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "nguyenanhung/html-helper": "^2.0 || ^1.0", + "nguyenanhung/html-helper": "^3.0 || ^2.0 || ^1.0", "nguyenanhung/mobile-helper": "^2.0 || ^1.0", "nguyenanhung/image-helper": "^2.0 || ^1.0", "nguyenanhung/basic-miscellaneous-helper": "^2.0 || ^1.0" diff --git a/src/BaseHelper.php b/src/BaseHelper.php index a0e939d..34cc79d 100644 --- a/src/BaseHelper.php +++ b/src/BaseHelper.php @@ -19,8 +19,8 @@ */ class BaseHelper { - const VERSION = '1.6.8'; - const LAST_MODIFIED = '2024-09-22'; + const VERSION = '1.6.9'; + const LAST_MODIFIED = '2025-01-19'; const PROJECT_NAME = 'CodeIgniter - Basic Helper'; const AUTHOR_NAME = 'Hung Nguyen'; const AUTHOR_FULL_NAME = 'Hung Nguyen';