diff --git a/user_guide_src/source/libraries/official_packages.rst b/user_guide_src/source/libraries/official_packages.rst index ccadc81599bc..b13f3c5d6930 100644 --- a/user_guide_src/source/libraries/official_packages.rst +++ b/user_guide_src/source/libraries/official_packages.rst @@ -41,18 +41,18 @@ while defaulting to the config files when not custom value has been stored. This an application to ship with the default config values, but adapt as the project grows or moves servers, without having to touch the code. -************ -Tasks (BETA) -************ +***** +Tasks +***** `CodeIgniter Tasks `_ is a simple task scheduler for CodeIgniter 4. It allows you to schedule tasks to run at specific times, or on a recurring basis. It is designed to be simple to use, but flexible enough to handle most use cases. -************ -Queue (BETA) -************ +***** +Queue +***** `CodeIgniter Queue `_ is a simple queue system for CodeIgniter 4. It allows you to queue up tasks to be run later.