1
0

* Fix missing %username% permalink pattern in single entry view.

Patch by cress_cc
This commit is contained in:
Garvin Hicking
2007-04-01 11:16:23 +00:00
parent e33b0b27af
commit 44953ecea7
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@
Version 1.2 ()
------------------------------------------------------------------------
* Fix missing %username% permalink pattern in single entry view.
Patch by cress_cc
* Allow to specify non-default port when using MySQLi
(garvinhicking)