Skip to content

Postleaf 1.0.0-beta4

Choose a tag to compare

@claviska claviska released this 02 Aug 04:53
· 698 commits to develop since this release

Important: If you're updating from 1.0.0-beta3 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`;

Updating

Replace index.php and source/ to update.

Notable changes

  • Adds Italian and Norwegian language packs
  • Adds an indicator when saving posts, users, tags, navigation, settings, etc.
  • No longer redirects to the post list when saving navigation/settings
  • Adds support for sticky posts (sticky posts remain at the top, featured posts no longer do)
  • Adds the ability to disable/clear cache from settings
  • Updates the build tools to support Node 6
  • Fixes an issue where entering a reserved usernames would cause the installer to fail
  • Fixes error reporting so logs won't be affected
  • Other minor updates and bug fixes