Skip to content

Commit

Permalink
v.7.2.1.B1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Oct 15, 2015
1 parent 4973d57 commit 0f545cd
Show file tree
Hide file tree
Showing 43 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion flash/modules/global/inc/header.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Current version information.
*/
if(!defined("VERSION")) define("VERSION", "7.2.0");
if(!defined("VERSION")) define("VERSION", "7.2.1");

/**
* Data Base Settings
Expand Down
2 changes: 1 addition & 1 deletion inc/version.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

$site['ver'] = '7.2';
$site['build'] = '0';
$site['build'] = '1'; // B1

4 changes: 2 additions & 2 deletions install/sql/v72.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- Database: v 7.2.0
-- Database: v 7.2.1.B1
--

-- --------------------------------------------------------
Expand Down Expand Up @@ -1274,7 +1274,7 @@ INSERT INTO `sys_options` VALUES
SET @iCatHidden = 0;
INSERT INTO `sys_options` VALUES

('sys_tmp_version', '7.2.0', @iCatHidden, 'Dolphin version ', 'digit', '', '', 10, ''),
('sys_tmp_version', '7.2.1.B1', @iCatHidden, 'Dolphin version ', 'digit', '', '', 10, ''),
('license_code', '', @iCatHidden, 'Dolphin License Code', 'digit', '', '', 11, ''),
('license_expiration', '', @iCatHidden, 'Dolphin License Expiration', 'digit', '', '', 12, ''),
('license_checksum', '', @iCatHidden, 'Dolphin License Checksum', 'digit', '', '', 13, ''),
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/ads/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
* Main Section.
*/
'title' => 'Ads',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',
'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/articles/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Articles',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/avatar/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Avatar',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/blogs/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* Main Section.
*/
'title' => 'Blog',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',
'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/board/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Whiteboard',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/chat/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Chat',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/custom_rss/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
* Main Section.
*/
'title' => 'Custom RSS',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',
'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/desktop/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Desktop',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/events/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Events',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/facebook_connect/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
* Main Section.
*/
'title' => 'Facebook connect',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/feedback/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Feedback',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/files/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
* Main Section.
*/
'title' => 'Files',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/forum/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Forum',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/google_search/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Google Search',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/groups/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Groups',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/html5av/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'HTML5 Audio/Video Player',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'BoonEx',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/membership/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Membership',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/messenger/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Messenger',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/news/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'News',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/pageac/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Page Access Control',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/payment/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Payment',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/paypal_payflow/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'PayPal PayFlow Pro',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'BoonEx',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/photos/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Photos',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/boonex/poll/install/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Main Section.
*/
'title' => 'Poll',
'version' => '1.2.0',
'version' => '1.2.1',
'vendor' => 'Boonex',
'update_url' => '',

'compatible_with' => array(
'7.2.0'
'7.2.1'
),

/**
Expand Down
Loading

0 comments on commit 0f545cd

Please sign in to comment.