Skip to content

4.7.0

Compare
Choose a tag to compare
@Schlaefer Schlaefer released this 13 Dec 20:58
· 657 commits to master since this release

What's new

  • + Set sort order for non-logged-in users to last-answer #304
  • + add drop shadow to simley-popup in entries/add #303
  • ✓ fix bullet CSS in bookmark index #298
  • ✓ fix badges (via plugin) margin #301
  • ✓ fix default citation mark in bbcode doc #302
  • ✓ fix timing in test case #305
  • Δ rename table column Smilies.order to Smilies.sort #300
  • Δ rename table column Entry.category to Entry.categories_id #299

Full change-log

Migration Notes

Note: If you use a table prefix you have to prepend it to the table name.

ALTER TABLE `entries` CHANGE `category` `category_id` INT(11)  NOT NULL  DEFAULT '0';
ALTER TABLE `smilies` CHANGE `order` `sort` INT(4)  NOT NULL  DEFAULT '0';