Skip to content

Commit

Permalink
Merge pull request #100 from JBZoo-CCK/develop
Browse files Browse the repository at this point in the history
Fix for Joomla 5 ready / 4.15.5
  • Loading branch information
CB9TOIIIA authored Mar 18, 2024
2 parents ab774df + bbb471d commit 44bc83e
Show file tree
Hide file tree
Showing 67 changed files with 14,938 additions and 58 deletions.
2 changes: 1 addition & 1 deletion src/packages/jbuniversal/file_jbuniversal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<copyright>Copyright (C) JBZoo.com, All rights reserved.</copyright>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://jbzoo.com</authorUrl>
<version>4.15.3</version>
<version>4.15.5</version>
<license>GPL-2.0</license>
<description>JBZoo App is universal Joomla CCK, application for YooTheme Zoo component</description>
<fileset>
Expand Down
2 changes: 1 addition & 1 deletion src/packages/jbuniversal/jbuniversal/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
final class JBUniversalApplication extends Application
{
const JBZOO_VERSION = '4.15.3';
const JBZOO_VERSION = '4.15.5';

/**
* @var bool
Expand Down
2 changes: 1 addition & 1 deletion src/packages/jbuniversal/jbuniversal/application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<application>
<name>JBZoo App</name>
<group>jbuniversal</group>
<version>4.15.3</version>
<version>4.15.5</version>
<creationDate>2020 August</creationDate>
<author>JBZoo.com</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
Loading

0 comments on commit 44bc83e

Please sign in to comment.