Skip to content

Commit

Permalink
Latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
v29neil committed Jan 6, 2017
1 parent d9db3bc commit bf3f2b8
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @link https://iflychat.com
*/

//OW::getConfig()->addConfig('iflychat', 'setting_vars', '{}');

$config = OW::getConfig();

if (!$config->configExists('iflychat', 'iflychat_external_api_key')) {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://iflychat.com</authorUrl>
<developerKey>8c9a3ad5afd04feaf91851fdd2d30086</developerKey>
<build>9</build>
<build>10</build>
<copyright>(C) 2009 Oxwall Foundation. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<licenseUrl>http://www.opensource.org/licenses/bsd-license.php</licenseUrl>
Expand Down
Binary file added update/8/langs.zip
Binary file not shown.
16 changes: 16 additions & 0 deletions update/8/update.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

/**
* @package iFlyChat
* @version 1.0.0
* @copyright Copyright (C) 2014 iFlyChat. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
* @author iFlyChat Team
* @link https://iflychat.com
*/



//Clearing cache
OW_ViewRenderer::getInstance()->clearCompiledTpl();
OW::getCacheManager()->clean(array(),OW_CacheManager::CLEAN_ALL);
16 changes: 16 additions & 0 deletions update/9/update.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

/**
* @package iFlyChat
* @version 1.0.0
* @copyright Copyright (C) 2014 iFlyChat. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
* @author iFlyChat Team
* @link https://iflychat.com
*/



//Clearing cache
OW_ViewRenderer::getInstance()->clearCompiledTpl();
OW::getCacheManager()->clean(array(),OW_CacheManager::CLEAN_ALL);
4 changes: 2 additions & 2 deletions views/controllers/admin_customization.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{$menu}
<a href='/iflychat/app-dashboard' target="_blank">
<input type="button" class="btn btn-small btn-success" value="Open App Dashboard in New tab">
<a href="/iflychat/app-dashboard" target="_blank">
<input type="button" class="btn btn-small btn-success" value="Open App Dashboard in New tab">
</a>
<!--<iframe id = "app_settings" style = "width:105%; height:600px; border:none;" src ={$dashboardUrl}></iframe>-->

0 comments on commit bf3f2b8

Please sign in to comment.