The first beta of version 0.14 is here - thanks in part to @ikisler! This release contains a few fairly significant changes - so you may need to update your CSS if you've customised it. Here are some of the notable changes:
- Threaded commenting with email notifications!
- Opensearch support
- Avatars
- Finally, the ability to preview changes before you save them - thanks to @ikisler
As usual, simply replace index.php
with the new version and you should be all up to date. This release includes a pre-built copy, but you can customise the included modules by using the downloader. Check the readme in this repository for alternative ways to obtain your copy.
Of course, if you encounter any issues, please open an issue 🍦
--Starbeamrainbowlabs
v0.14
Added
- Commenting! You'll need to update any custom themes you've created if you're including the commenting module in your build.
- Added stacked bar to help you visualise what's taking up all the space in your wiki
- Added link to edit master settings in the credits
- Initial open search support!
- After visiting your wiki once, you'll be able to press
<tab>
when typing the path to your wiki to perform a search. - It'll only work if your wiki is at the top-level of a domain without anything after the
/
(subdomains are ok). This is a restriction of the protocol, not Pepperminty Wiki! - Supports sending search suggestions based on page names in the page index (based on case-insensitive leveshtein distance)
- After visiting your wiki once, you'll be able to press
- Avatars!
- Gravatar is used if a user hasn't uploaded an avatar yet
- An identicon is rendered if a user hasn't specified an email address or uploaded a gravatar yet either
- Added
avatars_show
andavatars_size
settings to control the displaying & size of rendered avatars. - Added the
avatar
action, which 307 redirects to the appropriate avatar image
- Added
has_action
to make detecting enabled features easier (even if they move modules) - Edit previewing, thanks to @ikisler
Changed
- Updated MathJax CDN link, as cdn.mathjax.org is being retired (source).
Fixed
- Fixed error image generation in the image previewer under certain conditions.
- Fixed warnings from being spewed all over the place under certain circumstances on the recent changes page
- Fixed url encoding issue in redirects with ampersands in page names (#139)
- Allow sending of OpenSearch description even when not logged in on wikis that require a login to work around some browser cookie issues
- PR #135: Fix repeated page names on sidebar by @ikisler
- PR #136: Fix issue where bottom nav is cut off by @gitter-badger ikisler