Skip to content

Postleaf 1.0.0-beta7

Choose a tag to compare

@claviska claviska released this 14 Aug 02:01
· 657 commits to develop since this release

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

  • Adds French language pack courtesy of @PanArnaud.
  • Adds Turkish language pack courtesy of @thedewil.
  • Updated Polish language pack courtesy of @micalm.
  • Fixed a bug where `{{version}} was output instead of the actual version number
  • Fixed an issue with the API where updating posts/tags/users required the resource to be a parameter instead of a URL argument.
  • Fixed a bug that caused a fatal error in PHP7.
  • Removed unused method Postleaf::generateToken(). This shouldn't cause breaking changes since plugins aren't available yet, but if you were using this method for some reason, use randomBytes() instead. The methods are identical.

⭐️ Over 350 stars! ⭐️

Thanks for the love, support, and contributions! 💙💚