leafpub

Simple, beautiful, open source publishing.

GPL-3.0 License

Stars
645
Committers
19

Bot releases are hidden (Show)

leafpub - Leafpub 1.0.0

Published by karsasmus almost 8 years ago

✨ Leafpub 1.0.0 ✨

Updating

Replace index.php and source/ to update.

Notable changes

  • [enh] Maintenance Mode via Error.php (#92)
  • [enh] Error templates via theme.json (see #92)
  • [enh] Added generator meta tag (8c7e944)
  • [enh] tag_cloud helper (d6ddf55)
  • [enh] time_ago option in date helper (c827025)
  • [enh] Read more option in excerpt helper (4849200)
  • [enh] Filter out Wordpress shortcodes (d13bcac)
  • [fix] fixed SQL Typo (c47a0f4)
  • added some new language strings

I'm very happy to release the first stable version of Leafpub 😄

leafpub - Leafpub 1.0.0-RC1

Published by karsasmus almost 8 years ago

Updating

Replace index.php and source/ to update.

Notable changes

  • [enh] Added Maintenance Mode (#92)
  • [enh] Added classes to links (#93)
  • [enh] Added importer (#1)
  • [enh] Added resource helpers (#5)
  • [fix] Bootstrap variable changes (#95)
  • [doc] Code Comments (#81)

⭐ Thanks to all supporters, contributors and bug finders ⭐

leafpub - Leafpub 1.0.0-beta8

Published by karsasmus almost 8 years ago

Updating

Replace index.php and source/ to update.

This is the first release as Leafpub.

To work correctly with your theme(s), you have to edit your header.hbs and footer.hbs, which are usually located in the partials/ - folder.

Open the files and change {{postleaf_head}} to {{leafpub_head}} (header.hbs) and {{postleaf_foot}} to {{leafpub_foot}} (footer.hbs)

Notable changes

🌟 over 600 stars, you rock 🌟

Thanks to all supporters, contributors and bug finders

leafpub - Postleaf 1.0.0-beta7

Published by claviska about 8 years ago

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! 💙💚

leafpub - Postleaf 1.0.0-beta6

Published by claviska about 8 years ago

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
leafpub - Postleaf 1.0.0-beta5

Published by claviska about 8 years ago

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`;

Updating

Replace index.php and source/ to update.

Notable changes

  • 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
leafpub - Postleaf 1.0.0-beta4

Published by claviska about 8 years ago

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
leafpub - Postleaf 1.0.0-beta3

Published by claviska about 8 years ago

Fixed a bug where installations in subfolders would cause image and link URLs to be wrong.

leafpub - Postleaf 1.0.0-beta2

Published by claviska about 8 years ago

Fixed some issues with the installer and admin toolbar.

leafpub - Postleaf 1.0.0-beta1

Published by claviska about 8 years ago

The first public beta release of Postleaf. 💙💚