github sbrl/Pepperminty-Wiki v0.4
v0.4 - Updating the updater

latest releases: v0.24, v0.24-beta1, v0.23...
9 years ago

I have prepared another release for your enjoyment :)

This release contains an initial implementation of a semi-automatic update system that pulls the latest version of the code from this repository by default.. You can access the new update page either the help or credits pages. Note that you must be an administrator to update the site. If you wish to disable this feature, you can simply set your $sitesecret to a number, since the update mechanism is the first action to require your site's secret, and it performs type checking when working out whether the site secret is correct.

Other things include a few bugfixes and a quick <meta /> tag to make mobile devices behave.

This release comes with a new theme: I wrote another quick one called Microsoft-esque, which, as you can imagine, is based on the Microsoft website.

Changelog

I worked out how to generate a changelog based on the commit history, so here it is:

  • bugfixed edit action
  • copied change from index.php to the correct place
  • added link to wiki for installing
  • updated build
  • wrote another quick theme
  • readme formatting correction
  • Added meta tag to make mobile devices behave
  • Added semiautomtic update and other things
  • Updated build
  • Merge branch 'master' of https://github.com/sbrl/Pepperminty-Wiki
  • Added update link & version number to help / credits pages
  • Changed version ready for release

This command came in handy generating the above:

git log v0.3..master --pretty=format:'[%s](//github.com/sbrl/Pepperminty-Wiki/commit/%H)' --reverse >changes.md

Don't miss a new Pepperminty-Wiki release

NewReleases is sending notifications on new releases.