@header@
Upgrade Notes

If upgrading to a newer version of Pebble, please ensure that your application/web server working/temporary directories are empty to prevent the following problems occurring.

  • Compilation errors from JSPs in the supplied themes.
  • Previous versions of pages displayed.

From 1.6.1 to 1.6.2
Blog entry e-mail and XML-RPC ping notifications. Comment and TrackBack e-mail notifications.

From 1.6 to 1.6.1
A new style has been added to the theme stylesheet (theme.css) and should be added into your own version if you are not using one of the supplied themes.
  .help, .help a:link, .help a:visited, .help a:active {
    color: gray;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
  }
      

@footer@