Skip to content

Postleaf 1.0.0-beta6

Choose a tag to compare

@claviska claviska released this 03 Aug 19:45
· 678 commits to develop since this release

Fixes an installation bug introduced in beta5.

Updating

Replace index.php and source/ to update.

Important: If you're updating from 1.0.0-beta4 or below, update your database first using the following statement (you may have to adjust the postleaf_ prefix):

ALTER TABLE `postleaf_posts` ADD `sticky` TINYINT NOT NULL AFTER `featured`;
ALTER TABLE `postleaf_users` ADD `twitter` VARCHAR(191) NOT NULL AFTER `avatar`;

Notable changes (from 1.0.0-beta5)

  • Adds oEmbed support for 60+ providers
    • Accepts a URL in the embed panel
    • Accepts a URL pasted directly into the editor
  • Adds Twitter username for site and users
  • Adds Schema.org support
  • Adds Open Graph support
  • Adds Twitter Card support
  • Adds Portuguese (PT) translation
  • Adjust the cache button style so it doesn't look like a submit button
  • Adjust the announcement style to reflect success/info as appropriate
  • Fixed a time zone bug that caused posts to not show up
  • Fixes a bug where the meta description was empty for the blog template