diff --git a/README.md b/README.md
index e21acf99..b8798550 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,17 @@
-# (WIP) JComments 4.0
+# JComments 4.0 (Stable)
![](https://img.shields.io/github/stars/exstreme/Jcomments-4.svg) ![](https://img.shields.io/github/forks/exstreme/Jcomments-4.svg) ![](https://img.shields.io/github/tag/exstreme/Jcomments-4.svg) ![](https://img.shields.io/github/release/exstreme/Jcomments-4.svg) ![](https://img.shields.io/github/issues/exstreme/Jcomments-4.svg)
-Adapting the component to work with Joomla 4.
+This branch is stable. Adapting the component to work with Joomla 4 continuing in 4.1 branch.
## Quick Start
Download latest version of package
+## Requirements
+
+Joomla 4.2+
+
## Migration from Jcomments 3
- make backup
- uninstall Jcomments 3 (your comments will be saved in the database)
diff --git a/build.md b/build.md
index b053838f..44b22b9f 100644
--- a/build.md
+++ b/build.md
@@ -8,13 +8,13 @@ Run `php build.php` to build component and all modules and plugins.
Command line options:
-* `--com` - build only component package(icluding all plugins listed in package xml).
+* `--com` - build only component package(including all plugins listed in package xml).
* `--shafile` - create a hash file alongside the zip file. Default: do not create.
* `--mod all` - build all modules.
* - `--mod module_name` or `--mod module_name1,module_name2` - build `module_name` module(s).
* `--plg all` - build all plugins.
* - `--plg "plugin_name"` or `--plg "plugin_name1,plugin_name2"` - build `plugin_name` plugin(s).
-* `--u` - update xml file with information about new version. `update-jcomments.xml` or `update-jcomments-modules.xml` or `update-jcomments-plugins.xml`. This option available only with `--comm`, `--mod` or `--plg` options. E.g. `php build.php --plg all --u`
+* `--u` - update xml file with information about new version. `update-jcomments.xml` or `update-jcomments-modules.xml` or `update-jcomments-plugins.xml`. This option available only with `--com`, `--mod` or `--plg` options. E.g. `php build.php --plg all --u`
E.g. `php build.php --mod "mod_jcomments_latest,mod_jcomments_most_commented"`
diff --git a/build/packages/com_jcomments.zip b/build/packages/com_jcomments.zip
index 2ad54315..177d443b 100644
Binary files a/build/packages/com_jcomments.zip and b/build/packages/com_jcomments.zip differ
diff --git a/build/packages/plg_content_jcomments.zip b/build/packages/plg_content_jcomments.zip
index 86b2a6a1..e18f323d 100644
Binary files a/build/packages/plg_content_jcomments.zip and b/build/packages/plg_content_jcomments.zip differ
diff --git a/build/packages/plg_jcommentslock_jcomments.zip b/build/packages/plg_jcommentslock_jcomments.zip
index 1d7f34c5..6007a7c0 100644
Binary files a/build/packages/plg_jcommentslock_jcomments.zip and b/build/packages/plg_jcommentslock_jcomments.zip differ
diff --git a/build/packages/plg_jcommentsoff_jcomments.zip b/build/packages/plg_jcommentsoff_jcomments.zip
index 8df60f1b..b13a0f74 100644
Binary files a/build/packages/plg_jcommentsoff_jcomments.zip and b/build/packages/plg_jcommentsoff_jcomments.zip differ
diff --git a/build/packages/plg_jcommentson_jcomments.zip b/build/packages/plg_jcommentson_jcomments.zip
index 3cb6e2e4..ae299060 100644
Binary files a/build/packages/plg_jcommentson_jcomments.zip and b/build/packages/plg_jcommentson_jcomments.zip differ
diff --git a/build/packages/plg_quickicon_jcomments.zip b/build/packages/plg_quickicon_jcomments.zip
index 0ab55dc1..bb417aad 100644
Binary files a/build/packages/plg_quickicon_jcomments.zip and b/build/packages/plg_quickicon_jcomments.zip differ
diff --git a/build/packages/plg_system_jcomments.zip b/build/packages/plg_system_jcomments.zip
index 492278c0..9ad80f02 100644
Binary files a/build/packages/plg_system_jcomments.zip and b/build/packages/plg_system_jcomments.zip differ
diff --git a/build/packages/plg_user_jcomments.zip b/build/packages/plg_user_jcomments.zip
index beda5d45..b4873ec5 100644
Binary files a/build/packages/plg_user_jcomments.zip and b/build/packages/plg_user_jcomments.zip differ
diff --git a/build/pkg_jcomments.xml b/build/pkg_jcomments.xml
index 76dc3c4c..913b6672 100644
--- a/build/pkg_jcomments.xml
+++ b/build/pkg_jcomments.xml
@@ -4,7 +4,7 @@
JComments team
January 2023
jcomments
- 4.0.27
+ 4.0.28
https://github.com/exstreme/Jcomments-4
JComments team
https://github.com/exstreme/Jcomments-4
diff --git a/component/jcomments.xml b/component/jcomments.xml
index f65d9abf..5d60fbba 100644
--- a/component/jcomments.xml
+++ b/component/jcomments.xml
@@ -5,7 +5,7 @@
JComments team
https://github.com/exstreme/Jcomments-4
https://www.gnu.org/copyleft/gpl.html GNU/GPL
- 4.0.27
+ 4.0.28
JComments lets your users comment on content items.
Joomla\Component\Jcomments