* Inserting links via the Serendipity Toolbar over the entry area
now also asks for a link tooltipe/title.
-
- * Default Admin Stylesheet no longer uses direct height: assignment,
- but padding instead. This should get rid of occasional overlapping
- of menu items. Thanks a lot to Ognyan Kulev for the solution to this!
* Plugin API no longer queries the filename of a plugin if it is internal
(increases performance because of less SQL queries) (garvinhicking)
Version 0.8.5 ()
------------------------------------------------------------------------
+ * Default Admin Stylesheet no longer uses direct height: assignment,
+ but padding instead. This should get rid of occasional overlapping
+ of menu items. Thanks a lot to Ognyan Kulev for the solution to this!
+
* Fix file upload bug which limited upload filesize to 3 million bytes
(2.86MB) regardless of PHP configuration. Maximum upload filesize
should now be properly bound by PHP configuration settings.