We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16f9982 + e860c61 commit b5d994cCopy full SHA for b5d994c
composer.json
@@ -27,7 +27,7 @@
27
"ext-curl": "*",
28
"ext-json": "*",
29
"ext-mbstring": "*",
30
- "nguyenanhung/html-helper": "^2.0 || ^1.0",
+ "nguyenanhung/html-helper": "^3.0 || ^2.0 || ^1.0",
31
"nguyenanhung/mobile-helper": "^2.0 || ^1.0",
32
"nguyenanhung/image-helper": "^2.0 || ^1.0",
33
"nguyenanhung/basic-miscellaneous-helper": "^2.0 || ^1.0"
src/BaseHelper.php
@@ -19,8 +19,8 @@
19
*/
20
class BaseHelper
21
{
22
- const VERSION = '1.6.8';
23
- const LAST_MODIFIED = '2024-09-22';
+ const VERSION = '1.6.9';
+ const LAST_MODIFIED = '2025-01-19';
24
const PROJECT_NAME = 'CodeIgniter - Basic Helper';
25
const AUTHOR_NAME = 'Hung Nguyen';
26
const AUTHOR_FULL_NAME = 'Hung Nguyen';
0 commit comments