Skip to content

Commit

Permalink
glFusion v1.6.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mark0263 committed Oct 9, 2016
2 parents 2e7dda5 + 2bef973 commit c4be363
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
Please view this file on the master branch, on other branches it's out of date.

v1.6.2 (unreleased)
v1.6.2 (October 9, 2016)
- Updated Exifer library bundled with Media Gallery
- Updated getID3 library to latest upstream release
- Modified Admin menu layout to hide instruction block by default - new ? icon to toggle view
Expand Down
2 changes: 1 addition & 1 deletion private/lib/feedcreator/feedcreator.class.php
Expand Up @@ -583,7 +583,7 @@ class FeedCreator extends HtmlDescribable {
* Specifies the generator of the feed.
* @since 1.7.3
**/
var $generator = 'glFusion v1.6.1';
var $generator = 'glFusion v1.6.2';

var $cssStyleSheet = '';

Expand Down
3 changes: 3 additions & 0 deletions public_html/admin/envcheck.php
Expand Up @@ -373,6 +373,9 @@ function _checkEnvironment()
$feedPath = substr( $feedpath, 0, $pos + 1 );

$file_list = array( $_CONF['path_data'],
$_CONF['data_path'].'glfusion.lck',
$_CONF['data_path'].'glfusion_css.lck',
$_CONF['data_path'].'glfusion_js.lck',
$_CONF['path_log'].'error.log',
$_CONF['path_log'].'access.log',
$_CONF['path_log'].'captcha.log',
Expand Down
3 changes: 3 additions & 0 deletions public_html/admin/install/index.php
Expand Up @@ -865,6 +865,9 @@ function INST_checkEnvironment($dbconfig_path='')
$file_list = array( /*$_PATH['dbconfig_path'],*/
$_PATH['dbconfig_path'].'db-config.php',
$_PATH['data_path'],
$_PATH['data_path'].'glfusion.lck',
$_PATH['data_path'].'glfusion_css.lck',
$_PATH['data_path'].'glfusion_js.lck',
$_PATH['log_path'].'error.log',
$_PATH['log_path'].'access.log',
$_PATH['log_path'].'captcha.log',
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/cms/js/footer.js
@@ -1,4 +1,4 @@
/*! glFusion CMS v1.6.1 | https://www.glfusion.org | (c) 2016 glFusion | GNU GPL v2 License */
/*! glFusion CMS v1.6.2 | https://www.glfusion.org | (c) 2016 glFusion | GNU GPL v2 License */
$('[data-uk-switcher]').on('show.uk.switcher', function(event, area){positionFooter();});
$(window).load(function(){var a=$(window).height();var c=$("#tm-footer").height();var b=$("#tm-footer").position().top+c;if(b<a){$("#tm-footer").css("margin-top",50+(a-b)+"px")}});
$(window).load(function(){
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/cms/style.css
@@ -1,4 +1,4 @@
/*@ glFusion CMS Theme 1.6.1 | https://www.glfusion.org
/*@ glFusion CMS Theme 1.6.2 | https://www.glfusion.org
(c) 2016 glFusion | GNU GPLv2 License */
/* ========================================================================
This should contain site wide styles that augment the UIKIT styles
Expand Down

0 comments on commit c4be363

Please sign in to comment.