@@ -17,7 +17,7 @@ additional functionality that not every site will need or want.
1717Shield
1818******
1919
20- `CodeIgniter Shield <https://codeigniter4.github.io/shield / >`_ is an authentication
20+ `CodeIgniter Shield <https://shield.codeigniter.com / >`_ is an authentication
2121and authorization framework for CodeIgniter 4. It is designed to be secure, flexible,
2222and easily extendable to meet the needs of many different types of websites.
2323Among the many features, it includes:
@@ -33,12 +33,27 @@ Among the many features, it includes:
3333Settings
3434********
3535
36- `CodeIgniter Settings <https://github. com/codeigniter4/settings >`_ is a wrapper around
36+ `CodeIgniter Settings <https://settings.codeigniter. com >`_ is a wrapper around
3737the configuration files that allows any configuration setting to saved to the database,
3838while defaulting to the config files when not custom value has been stored. This allows
3939an application to ship with the default config values, but adapt as the project grows
4040or moves servers, without having to touch the code.
4141
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.
4257
4358*****
4459Cache
0 commit comments