Skip to content

Commit

Permalink
build 9.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bcordis committed May 31, 2021
1 parent 687912a commit 7c51a24
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions admin/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
define('JBSM_PROFILER', 0);

// Version information
define('BIBLESTUDY_VERSION', '9.2.6');
define('BIBLESTUDY_VERSION', '9.2.7');
define('BIBLESTUDY_VERSION_UPDATEFILE', 'JBS Version ' . BIBLESTUDY_VERSION);

// Default values
Expand Down Expand Up @@ -64,7 +64,7 @@
define('BIBLESTUDY_PATH_MOD', BIBLESTUDY_ROOT_PATH . DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . 'mod_biblestudy');

// Minimum version requirements
define('BIBLESTUDY_MIN_PHP', '5.4.0');
define('BIBLESTUDY_MIN_PHP', '7.4.1');
define('BIBLESTUDY_MIN_MYSQL', '5.1');

// Time related
Expand Down
6 changes: 2 additions & 4 deletions biblestudy.script.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ class Com_BiblestudyInstallerScript
*/
static protected $versions = array(
'PHP' => array(
'5.6' => '5.6.30',
'7.0' => '7.0.13',
'7.1' => '7.1.0',
'7.2' => '7.2.1',
'0' => '7.2.11' // Preferred version
'0' => '7.4.1' // Preferred version
),
'MySQL' => array(
'5.1' => '5.1',
Expand All @@ -65,7 +63,7 @@ class Com_BiblestudyInstallerScript
'Joomla!' => array(
'3.6' => '3.6.3',
'3.7' => '3.7.0',
'0' => '3.8.3' // Preferred version
'0' => '3.9.3' // Preferred version
)
);

Expand Down
2 changes: 1 addition & 1 deletion biblestudy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authorUrl>https://www.christianwebministries.org</authorUrl>
<copyright>(C) 2007 - 2019 Proclaim All rights reserved.</copyright>
<version>9.2.7</version>
<creationDate>April 6, 2021</creationDate>
<creationDate>April 31, 2021</creationDate>
<license>http://www.gnu.org/licenses/gpl.html</license>
<description>JBS_INS_XML_DESCRIPTION</description>

Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@

<!-- Create com_proclaim-x.x.x.zip -->
<target name="component" depends="init,dev.clean" description="Builds the component">
<delete file="${basedir}/build/com_proclaim-9.2.6.zip"/>
<zip destfile="${basedir}/build/com_proclaim-9.2.6.zip" basedir="${basedir}">
<delete file="${basedir}/build/com_proclaim-9.2.7.zip"/>
<zip destfile="${basedir}/build/com_proclaim-9.2.7.zip" basedir="${basedir}">
<fileset defaultexcludes="true" dir=".">
<include name="admin/**"/>
<include name="media/**"/>
Expand Down
Binary file not shown.

0 comments on commit 7c51a24

Please sign in to comment.