mirror of
https://github.com/dg/dibi.git
synced 2025-08-03 04:37:35 +02:00
Released version 2.1.3
This release marks the end of life of 2.1 series.
This commit is contained in:
@@ -71,8 +71,8 @@ class dibi
|
|||||||
FIELD_TIME = dibi::TIME;
|
FIELD_TIME = dibi::TIME;
|
||||||
|
|
||||||
/** version */
|
/** version */
|
||||||
const VERSION = '2.1.2',
|
const VERSION = '2.1.3',
|
||||||
REVISION = '$WCREV$ released on $WCDATE$';
|
REVISION = 'released on 2015-01-13';
|
||||||
|
|
||||||
/** sorting order */
|
/** sorting order */
|
||||||
const ASC = 'ASC',
|
const ASC = 'ASC',
|
||||||
|
@@ -2,7 +2,7 @@ body {
|
|||||||
font: 15px/1.5 Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
|
font: 15px/1.5 Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
|
||||||
color: #333;
|
color: #333;
|
||||||
background: #fff url('dibi-powered.gif') no-repeat 99% 1em;
|
background: #fff url('dibi-powered.gif') no-repeat 99% 1em;
|
||||||
margin: 1.6em;
|
margin: 1.6em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1 +1 @@
|
|||||||
Dibi 2.1.2 (revision $WCREV$ released on $WCDATE$)
|
Dibi 2.1.3 (released on 2015-01-13)
|
||||||
|
Reference in New Issue
Block a user