mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Change version to 1.6.6
This commit is contained in:
parent
547a415488
commit
95c37f1777
@ -1 +1 @@
|
||||
Mibew/1.6.5
|
||||
Mibew/1.6.6
|
@ -2,7 +2,7 @@
|
||||
|
||||
<project basedir="." default="update" name="Obfuscator">
|
||||
<property name="closure.c" value="/usr/local/closure/compiler.jar" />
|
||||
<property name="mibew.location" value="../165" />
|
||||
<property name="mibew.location" value="../166" />
|
||||
|
||||
<target name="update">
|
||||
<java jar="${closure.c}" fork="true">
|
||||
|
@ -33,8 +33,8 @@ $home_locale = locale_pattern_check($home_locale) && locale_exists($home_locale)
|
||||
|
||||
$locale_cookie_name = 'mibew_locale';
|
||||
|
||||
$version = '1.6.5';
|
||||
$jsver = "165";
|
||||
$version = '1.6.6';
|
||||
$jsver = "166";
|
||||
|
||||
// Make session cookie more secure
|
||||
@ini_set('session.cookie_httponly', TRUE);
|
||||
@ -631,8 +631,8 @@ function date_to_text($unixtime)
|
||||
return strftime($date_format . " " . getlocal("time.timeformat"), $unixtime);
|
||||
}
|
||||
|
||||
$dbversion = '1.6.5';
|
||||
$featuresversion = '1.6.5';
|
||||
$dbversion = '1.6.6';
|
||||
$featuresversion = '1.6.6';
|
||||
|
||||
$settings = array(
|
||||
'dbversion' => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user