Skip to content

Commit

Permalink
New release with updated plugin
Browse files Browse the repository at this point in the history
Fixed #155
Fixed #156
  • Loading branch information
Globulopolis committed Jan 11, 2024
1 parent 330c2f4 commit 61e34bc
Show file tree
Hide file tree
Showing 31 changed files with 763 additions and 464 deletions.
8 changes: 5 additions & 3 deletions build.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ class PkgBuilder
* @since 0.1
*/
private $pluginsFolders = array(
'build/plugins/plg_jcomments_avatar.zip' => 'plugins/jcomments/avatar/avatar.xml',
'build/plugins/plug_cbjcomments.zip' => 'plugins/community builder/plug_cbjcomments/cb.jcomments.xml'
'build/plugins/plg_jcomments_avatar.zip' => 'plugins/jcomments/avatar/avatar.xml',
'build/plugins/plg_jcomments_autosubscribe.zip' => 'plugins/jcomments/autosubscribe/autosubscribe.xml',
'build/plugins/plug_cbjcomments.zip' => 'plugins/community builder/plug_cbjcomments/cb.jcomments.xml'
);

/**
Expand Down Expand Up @@ -69,7 +70,8 @@ class PkgBuilder
'mod_jcomments_most_commented' => 'https://github.com/exstreme/Jcomments-4/raw/master/build/modules/mod_jcomments_most_commented_{version}.zip',
'mod_jcomments_top_posters' => 'https://github.com/exstreme/Jcomments-4/raw/master/build/modules/mod_jcomments_top_posters_{version}.zip'),
'plugins' => array(
'plg_jcomments_avatar' => 'https://github.com/exstreme/Jcomments-4/raw/master/build/plugins/plg_jcomments_avatar_{version}.zip'
'plg_jcomments_avatar' => 'https://github.com/exstreme/Jcomments-4/raw/master/build/plugins/plg_jcomments_avatar_{version}.zip',
'plg_jcomments_autosubscribe' => 'https://github.com/exstreme/Jcomments-4/raw/master/build/plugins/plg_jcomments_autosubscribe_{version}.zip'
)
);

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.28</version>
<version>4.0.29</version>
<url>https://github.com/exstreme/Jcomments-4</url>
<packager>JComments team</packager>
<packagerurl>https://github.com/exstreme/Jcomments-4</packagerurl>
Expand Down
1 change: 1 addition & 0 deletions build/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Plugins for JComments and other components.
| Plugin file | Description |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
| [plg_jcomments_avatar_4.2.7.zip](https://github.com/exstreme/Jcomments-4/raw/master/build/plugins/plg_jcomments_avatar_4.2.7.zip) | Plugin for JComments to support user avatars from 3rd party extensions. |
| [plg_jcomments_autosubscribe_4.0.0.zip](https://github.com/exstreme/Jcomments-4/raw/master/build/plugins/plg_jcomments_autosubscribe_4.0.0.zip) | Enable auto-subscribe feature for authors of commented objects. |
| [plug_cbjcomments_2.7.4+build.2022.11.08.20.50.36.de9b5fefb.zip](https://github.com/exstreme/Jcomments-4/raw/master/build/plugins/plug_cbjcomments_2.7.4+build.2022.11.08.20.50.36.de9b5fefb.zip) | Displays user comments and allows to comment user's profile |
Binary file not shown.
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.28</version>
<version>4.0.29</version>
<description>JComments lets your users comment on content items.</description>
<namespace path="src">Joomla\Component\Jcomments</namespace>

Expand Down
Loading

0 comments on commit 61e34bc

Please sign in to comment.