Skip to content

Commit e760609

Browse files
authored
Merge pull request #8375 from codeigniter4/packages-docs
docs: update official packages page
2 parents 838900e + dda4cc9 commit e760609

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

user_guide_src/source/libraries/official_packages.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ additional functionality that not every site will need or want.
1717
Shield
1818
******
1919

20-
`CodeIgniter Shield <https://codeigniter4.github.io/shield/>`_ is an authentication
20+
`CodeIgniter Shield <https://shield.codeigniter.com/>`_ is an authentication
2121
and authorization framework for CodeIgniter 4. It is designed to be secure, flexible,
2222
and easily extendable to meet the needs of many different types of websites.
2323
Among the many features, it includes:
@@ -33,12 +33,27 @@ Among the many features, it includes:
3333
Settings
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
3737
the configuration files that allows any configuration setting to saved to the database,
3838
while defaulting to the config files when not custom value has been stored. This allows
3939
an application to ship with the default config values, but adapt as the project grows
4040
or 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
*****
4459
Cache

0 commit comments

Comments
 (0)