Releases: Leafpub/leafpub
Leafpub 1.0.0
✨ 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 1.0.0-RC1
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 1.0.0-beta8
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
- [enh] Indicator scheduled posts
- [enh] rel=noopener
- [enh] URI in error.hbs
- [fix] Url schema + (#78)
- [fix] disable buttons
- [fix] language pack case sensitivity
- [fix] pub_date in other language
🌟 over 600 stars, you rock 🌟
Thanks to all supporters, contributors and bug finders
Postleaf 1.0.0-beta7
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, userandomBytes()
instead. The methods are identical.
⭐️ Over 350 stars! ⭐️
Thanks for the love, support, and contributions! 💙💚
Postleaf 1.0.0-beta6
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
Postleaf 1.0.0-beta5
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
Postleaf 1.0.0-beta4
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
Postleaf 1.0.0-beta3
Fixed a bug where installations in subfolders would cause image and link URLs to be wrong.
Postleaf 1.0.0-beta2
Fixed some issues with the installer and admin toolbar.
Postleaf 1.0.0-beta1
The first public beta release of Postleaf. 💙💚