@@ -17,7 +17,7 @@ additional functionality that not every site will need or want.
17
17
Shield
18
18
******
19
19
20
- `CodeIgniter Shield <https://codeigniter4.github.io/shield / >`_ is an authentication
20
+ `CodeIgniter Shield <https://shield.codeigniter.com / >`_ is an authentication
21
21
and authorization framework for CodeIgniter 4. It is designed to be secure, flexible,
22
22
and easily extendable to meet the needs of many different types of websites.
23
23
Among the many features, it includes:
@@ -33,12 +33,27 @@ Among the many features, it includes:
33
33
Settings
34
34
********
35
35
36
- `CodeIgniter Settings <https://github. com/codeigniter4/settings >`_ is a wrapper around
36
+ `CodeIgniter Settings <https://settings.codeigniter. com >`_ is a wrapper around
37
37
the configuration files that allows any configuration setting to saved to the database,
38
38
while defaulting to the config files when not custom value has been stored. This allows
39
39
an application to ship with the default config values, but adapt as the project grows
40
40
or moves servers, without having to touch the code.
41
41
42
+ ************
43
+ Tasks (BETA)
44
+ ************
45
+
46
+ `CodeIgniter Tasks <https://tasks.codeigniter.com >`_ is a simple task scheduler
47
+ for CodeIgniter 4. It allows you to schedule tasks to run at specific times, or
48
+ on a recurring basis. It is designed to be simple to use, but flexible enough to
49
+ handle most use cases.
50
+
51
+ ************
52
+ Queue (BETA)
53
+ ************
54
+
55
+ `CodeIgniter Queue <https://queue.codeigniter.com >`_ is a simple queue system
56
+ for CodeIgniter 4. It allows you to queue up tasks to be run later.
42
57
43
58
*****
44
59
Cache
0 commit comments