Skip to content

Commit

Permalink
updated for release to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NB-Core committed Jul 19, 2019
1 parent 1d7cde4 commit 4e79488
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// work. This license text may not be removed nor altered in any way.
// Please see the file LICENSE for a full textual description of the license.

$logd_version = "1.2.7 +nb Edition";
$logd_version = "1.2.8 +nb Edition";


// Include some commonly needed and useful routines
Expand Down
2 changes: 1 addition & 1 deletion ext/lotgd_common.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// work. This license text may not be removed nor altered in any way.
// Please see the file LICENSE for a full textual description of the license.

$logd_version = "1.2.7 +nb Edition";
$logd_version = "1.2.8 +nb Edition";


// Include some commonly needed and useful routines
Expand Down
4 changes: 3 additions & 1 deletion lib/installer/installer_sqlstatements.php
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
"1.2.3 +nb Edition"=>array(),
"1.2.4 +nb Edition"=>array(),
"1.2.5 +nb Edition"=>array(),
"1.2.6 +n Edition"=>array(
"1.2.6 +nb Edition"=>array(
//conversion lotgd tables to mysql 5.7 which is already in all_tables.php
"UPDATE ".db_prefix('accounts')." SET laston='1970-01-01 00:00:00' WHERE laston='0000-00-00 00:00:00'",
"UPDATE ".db_prefix('accounts')." SET lasthit='1970-01-01 00:00:00' WHERE lasthit='0000-00-00 00:00:00'",
Expand Down Expand Up @@ -953,5 +953,7 @@
"UPDATE ".db_prefix('petitions')." SET date='1970-01-01 00:00:00' WHERE date='0000-00-00 00:00:00'",
"UPDATE ".db_prefix('petitions')." SET closedate='1970-01-01 00:00:00' WHERE closedate='0000-00-00 00:00:00'",
),
"1.2.7 +nb Edition"=>array(
),
);
?>

0 comments on commit 4e79488

Please sign in to comment.