From 0a6ebb2112b47449b82476c5a7221f1f1324f696 Mon Sep 17 00:00:00 2001 From: memleakd <121398829+memleakd@users.noreply.github.com> Date: Sat, 30 May 2026 01:29:43 +0200 Subject: [PATCH] docs: update official package status Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com> --- .../source/libraries/official_packages.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.