Skip to content

Commit

Permalink
Merge pull request #144 from Globulopolis/master
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
Globulopolis authored Sep 13, 2023
2 parents c8d8aae + 26c1330 commit d8d48d9
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <a href="https://github.com/exstreme/Jcomments-4/releases/latest" target="_blank">latest version</a> of package

## Requirements

Joomla 4.2+

## Migration from Jcomments 3
- make backup
- uninstall Jcomments 3 (your comments will be saved in the database)
Expand Down
4 changes: 2 additions & 2 deletions build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down
Binary file modified build/packages/com_jcomments.zip
Binary file not shown.
Binary file modified build/packages/plg_content_jcomments.zip
Binary file not shown.
Binary file modified build/packages/plg_jcommentslock_jcomments.zip
Binary file not shown.
Binary file modified build/packages/plg_jcommentsoff_jcomments.zip
Binary file not shown.
Binary file modified build/packages/plg_jcommentson_jcomments.zip
Binary file not shown.
Binary file modified build/packages/plg_quickicon_jcomments.zip
Binary file not shown.
Binary file modified build/packages/plg_system_jcomments.zip
Binary file not shown.
Binary file modified build/packages/plg_user_jcomments.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion build/pkg_jcomments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<author>JComments team</author>
<creationDate>January 2023</creationDate>
<packagename>jcomments</packagename>
<version>4.0.27</version>
<version>4.0.28</version>
<url>https://github.com/exstreme/Jcomments-4</url>
<packager>JComments team</packager>
<packagerurl>https://github.com/exstreme/Jcomments-4</packagerurl>
Expand Down
2 changes: 1 addition & 1 deletion component/jcomments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<author>JComments team</author>
<authorUrl>https://github.com/exstreme/Jcomments-4</authorUrl>
<license>https://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<version>4.0.27</version>
<version>4.0.28</version>
<description>JComments lets your users comment on content items.</description>
<namespace path="src">Joomla\Component\Jcomments</namespace>

Expand Down

0 comments on commit d8d48d9

Please sign in to comment.